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: Keywords/pkg_install.awk

Number of commits found: 11

Monday, 1 Sep 2014
13:03 bapt search for other commits by this committer
Remove support for pkg_install
Merge back bsd.pkgng.mk into bsd.port.mk
Add a note about @stopdaemon not being supported anymore

With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D693
Original commitRevision:366875 
Tuesday, 5 Aug 2014
16:58 antoine search for other commits by this committer
Fix fmtutil keyword with pkg_install

PR:		ports/192124
Submitted by:	John Hein
With hat:	portmgr
Original commitRevision:364121 
Friday, 25 Jul 2014
13:44 bapt search for other commits by this committer
Add support for @fmtutil for pkg_install
Original commitRevision:362899 
Friday, 20 Jun 2014
21:03 antoine search for other commits by this committer
Make @dirrmtry handling in pkg_install closer to what pkg does

Original patch:	bapt
Phabric:	D215
Exp-run:	self, less orphans/leftovers with pkg_install with patch than without
		and no new failures with pkg
With hat:	portmgr
Original commitRevision:358636 
Tuesday, 17 Jun 2014
18:29 antoine search for other commits by this committer
Add missing font_dir initialization for @fontsdir

With hat:	portmgr
Original commitRevision:358157 
Sunday, 15 Jun 2014
22:40 bapt search for other commits by this committer
Remove another extra '`'

Reported by:	antoine
Original commitRevision:357935 
22:37 bapt search for other commits by this committer
Remove extra '`'

Reported by:	antoine
Original commitRevision:357934 
Thursday, 12 Jun 2014
10:20 bapt search for other commits by this committer
Cosmetic
Original commitRevision:357581 
10:11 bapt search for other commits by this committer
Make pkg_install aware of @fc @fcfontsdir and @fontsdir
Forgotten in previous commit

Tested by:	mandree
Original commitRevision:357580 
Wednesday, 11 Jun 2014
17:42 bapt search for other commits by this committer
Add an @shell keyword to handle adding and remove a shell path in /etc/shell
Bump port revision of all ports that were doing it wrong prior to the keyword

CR:		D208
Reviewed by:	antoine
With hat:	portmgr
Original commitRevision:357511 
Saturday, 12 Apr 2014
03:39 bdrewery search for other commits by this committer
- Add a @sample plist keyword

  It accepts a file (must end in .sample, this is not configurable):

    @sample file.conf.sample

  This will install file.conf.sample and copy it to file.conf. The file.conf
  will be removed if it matches file.conf.sample on deinstall.

  This replaces older patterns of:

    @unexec if cmp -s %D/etc/pkgtools.conf %D/etc/pkgtools.conf.sample; then rm
-f %D/etc/pkgtools.conf; fi
    etc/pkgtools.conf.sample
    @exec [ -f %B/pkgtools.conf ] || cp %B/%f %B/pkgtools.conf
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commitRevision:351064 

Number of commits found: 11