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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: Keywords/sample.yaml

Number of commits found: 4

Monday, 22 Sep 2014
12:31 bapt search for other commits by this committer
Remove the yaml files as pkg 1.3.8 is now the minimal required version
Original commitRevision:368889 
Thursday, 11 Sep 2014
23:11 bdrewery search for other commits by this committer
@sample: Alert user that there is a stale file to be removed.

Submitted by:	amdmi3
With hat:	portmgr
Original commitRevision:367994 
Monday, 1 Sep 2014
17:06 antoine search for other commits by this committer
- Make it possible to use sample keyword with a full path
- Prefer @dirrmtry over @unexec rmdir in makeplist

Differential Revision:	https://reviews.freebsd.org/D705
Reviewed by:	bapt
With hat:	portmgr
Original commitRevision:366901 
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: 4