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: math/oleo/files/patch-doc_texi2html.in

Number of commits found: 3

Wednesday, 28 Mar 2018
16:52 mat search for other commits by this committer
Fix build with Perl 5.26.

Unescaped left brace in regex is illegal in regex when not used as a
quantifier.
- /foo{3}/ will match foofoofoo.
- /\\new{bar}/ is illegal and should be written as /\\new\{bar}/.

PR:		226817
Sponsored by:	Absolight
Original commitRevision:465819 
Tuesday, 23 Aug 2016
16:25 marino search for other commits by this committer
math/oleo: document ncurses and remove extern errno

While here, regenerate all patches with makepatch
Original commitRevision:420708 
Monday, 20 Apr 2015
17:26 mat search for other commits by this committer
Fix build with Perl 5.21.1+

"defined(@array)" and "defined(%hash)" are now fatal errors
    These have been deprecated since v5.6.1 and have raised deprecation
    warnings since v5.16.

With hat:	perl@
Sponsored by:	Absolight
Original commitRevision:384372 

Number of commits found: 3