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: games/atomix/pkg-deinstall

Number of commits found: 2

Wednesday, 5 Aug 2015
19:13 kwm search for other commits by this committer
The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.

The offical GNOME 3.16 release notes can be found at
https://help.gnome.org/misc/release-notes/3.16/

Upgrade instructions for port users:

Delete the old tracker package with:
# pkg delete -f tracker
And user port upgrade tool of choice to upgrade.

Thanks to Antoine Brodin for running the exp-runs.

This release was made possible by the following people:
  Gustau Perez
  Ting-Wei_Lan

PR:		201980
Original commitRevision:393607 
Tuesday, 8 Jul 2014
17:26 marino search for other commits by this committer
games/atomix: Fix deinstallation issue involving scores file

The scheme used to leave a non-zero length scores file alone during
deinstallation no longer works under stage.  The scheme used a
post-install script to add the scores directory and initial file, but
then tried to remove it using the pkg-plist.

Apparently these need to be matched, which means either the post-install
script is matched with a post-deinstall script, or the creation of the
scores file be done in the pkg-list with @exec.  As the logic is slightly
complex, it was easier to solve with a pkg-deinstall script.

There were two unnecessary @dirrmtry lines as well which have been
removed.  Bump portrevision for multiple reasons.

Reported by:	swills (jenkins)
Original commitRevision:361273 

Number of commits found: 2