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: mail/spamd/pkg-deinstall

Number of commits found: 3

Monday, 30 Mar 2020
21:10 ohauer search for other commits by this committer
- fix build against openssl 1.x
- do not add /etc/service entries during install
- add helper script to add /etc/services entries
- remove unused pkg-deinstall
- portlint

PR:		235496
Submitted by:	Maxime Soule
Reported by:	many
Original commitRevision:529921 
Friday, 1 Sep 2017
22:03 adamw search for other commits by this committer
Disable the pkg-deinstall script.

spamd's pkg-install adds spamd stuff to /etc/services, and pkg-deinstall
removed it. The problem is that pkg doesn't run DEINSTALL before INSTALL
when upgrading/reinstalling. As a result, when spamd is restarted,
/etc/services winds up lacking the spamd entries, causing spamd to fail
to start.

The ideal solution is pkg running those targets in the predicted order,
or pkg gaining a @services keyword. In the meantime, this commit just
disables the pkg-deinstall. If you are uninstalling spamd you can remove
those /etc/services entries by hand.

PR:		212335
Approved by:	maintainer timeout (~ 1 yr)
MFH:		2017Q3
Original commitRevision:449108 
Saturday, 4 Jun 2011
21:51 ohauer search for other commits by this committer
- update to version 4.9.1
- always add required entries to /etc/services [1]
- use USER framework (PR ports/152498 was committed)

PR:             [1] ports/157266
Submitted by:   [1] Jimmy Olgeni olgeni@
Original commit

Number of commits found: 3