notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: net/get_iplayer/Makefile

Number of commits found: 30

Wednesday, 1 Jan 2020
19:08 tcberner search for other commits by this committer
net/get_iplayer: Update to v3.24

PR:		242980
Submitted by:	Jamie Landeg-Jones <jamie@catflap.org>  (maintainer)
Original commitRevision:521763 
Thursday, 5 Dec 2019
18:40 amdmi3 search for other commits by this committer
- Update to 3.23

PR:		242452
Submitted by:	jamie@catflap.org (maintainer)
Original commitRevision:519103 
Monday, 9 Sep 2019
20:32 crees search for other commits by this committer
net/get_iplayer: update to 3.22

https://github.com/get-iplayer/get_iplayer/wiki/releasenotes

Pass maintainership to submitter (thanks!)

PR:		ports/240243
Submitted by:	Jamie Landeg-Jones <jamie@catflap.org>
Original commitRevision:511699 
Sunday, 10 Feb 2019
00:06 sunpoet search for other commits by this committer
Remove Perl core module

- Bump PORTREVISION for dependency change

With hat:	perl
Original commitRevision:492551 
Tuesday, 6 Nov 2018
01:50 jbeich search for other commits by this committer
multimedia/ffmpeg: update to 4.1

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
Original commitRevision:484273 
Tuesday, 28 Aug 2018
19:39 crees search for other commits by this committer
Update and fix dependencies

PR:		ports/229534
Submitted by:	Peter Laursen
Original commitRevision:478327 
Sunday, 8 Apr 2018
15:42 crees search for other commits by this committer
Style and deduplicate information

Submitted by:	jhale
Original commitRevision:466803 
07:30 crees search for other commits by this committer
Update to 3.13
Original commitRevision:466774 
Sunday, 7 May 2017
09:56 crees search for other commits by this committer
Update to 3.01, and chase MASTER_SITES

Submitted by:	Thomas Guymer
Original commitRevision:440319 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Monday, 19 Oct 2015
14:50 amdmi3 search for other commits by this committer
Improve shebangfix framework

- Support multiple values in *_OLD_CMD, i.e. we can now fix both
"/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify
them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash,
ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously)
replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is
still (correctly) replaced with "${perl_CMD} -tt")

Note that *_OLD_CMD items containing spaces must now be quoted (e.g.
perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")

Update shebangfix usage according to new rules in many ports:

- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces

Fix shebangfix usage in many ports (irrelevant to infrastructure change):

- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as
python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for
exact string

Approved by:	portmgr (bapt)
Differential Revision:	D3756
Original commitRevision:399684 
Friday, 28 Aug 2015
13:39 amdmi3 search for other commits by this committer
- Switch to options helpers
- While here, add some NO_ARCHes and couple missing PORT_OPTIONS=DOCS

Approved by:	portmgr blanket
Original commitRevision:395483 
Wednesday, 5 Aug 2015
11:18 crees search for other commits by this committer
Update to 2.94

PR:		ports/157683
Submitted by:	N. J. Mann
Original commitRevision:393578 
Tuesday, 13 Jan 2015
19:24 crees search for other commits by this committer
Update to 2.91

PR:		196690
Submitted by:	markk@knigma.org
Original commitRevision:376983 
Sunday, 9 Nov 2014
13:25 crees search for other commits by this committer
Update to 2.90, restoring compatibility with the server

PR:		ports/194590
Original commitRevision:372361 
Friday, 21 Feb 2014
13:38 ehaupt search for other commits by this committer
Remove trailing whitespaces from category net
Original commitRevision:345423 
Monday, 10 Feb 2014
13:54 ehaupt search for other commits by this committer
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
Original commitRevision:343634 
Wednesday, 4 Dec 2013
20:26 crees search for other commits by this committer
Update to 2.85

PR:		ports/184044
Submitted by:	Jamie Landeg Jones <jamie@dyslexicfish.net>

While here, stageify
Original commitRevision:335631 
Friday, 20 Sep 2013
22:10 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
Original commitRevision:327755 
Saturday, 31 Aug 2013
11:14 az search for other commits by this committer
- Add missed depends
- sort _DEPENDS
- Convert to new perl framework
- bump portrevision

Approved by:	maintainer (crees@ via email)
Original commitRevision:325791 
Tuesday, 20 Aug 2013
20:03 crees search for other commits by this committer
Remove superfluous dependency

Submitted by:	Jamie Landeg Jones (jamie@dyslexicfish.net)
Submitted by:	N.J. Mann <njm@njm.me.uk>
Original commitRevision:325074 
Friday, 9 Aug 2013
12:44 crees search for other commits by this committer
Add new dependency

Submitted by:	N.J. Mann <njm@njm.me.uk>
Original commitRevision:324433 
Monday, 1 Jul 2013
19:58 crees search for other commits by this committer
Update to 2.83

PR:		ports/180170
Submitted by:	Stefan Bethke <stb@lassitu.de>
Original commitRevision:322142 
Wednesday, 26 Jun 2013
17:36 crees search for other commits by this committer
Add missing dependencies

PR:		ports/179797
Submitted by:	swills
Original commitRevision:321803 
Tuesday, 30 Apr 2013
20:10 crees search for other commits by this committer
Add licence info to some ports

Submitted by:	4721
Original commitRevision:316959 
Tuesday, 16 Apr 2013
18:54 crees search for other commits by this committer
Update to 2.82

Remove incredibly naive pkg-deinstall script, and do general cleaning up

Reminded by:	Stefan Bethke <stb@lassitu.de>
Feature safe:	yes
Original commitRevision:315885 
Sunday, 16 Dec 2012
06:12 az search for other commits by this committer
- Set default perl version for ports which currently using
  (5.x+ and x < 12) scheme.

Approved by: bapt@ (portmgr@)
Original commitRevision:308985 
Tuesday, 6 Sep 2011
17:01 crees search for other commits by this committer
Update to 2.80
Original commit
Friday, 17 Jun 2011
06:46 crees search for other commits by this committer
- Update maintainer address

Approved by: rene (mentor)
Original commit
Wednesday, 9 Mar 2011
02:25 bf search for other commits by this committer
Add get_iplayer 2.79, search, index, or stream archive video from BBC
iPlayer.

PR:             155277
Submitted by:   Chris Rees
Reviewed by:    dougb (rc-script)
Original commit

Number of commits found: 30