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: sysutils/monitord/files/patch-Makefile

Number of commits found: 4

Monday, 26 Feb 2024
06:04 Muhammad Moinur Rahman (bofh) search for other commits by this committer
sysutils/monitord: Moved man to share/man

Approved by:    portmgr (blanket)
commit hash: 66d30e3cd89d72909d426af72c1cf0802e864e08 commit hash: 66d30e3cd89d72909d426af72c1cf0802e864e08 commit hash: 66d30e3cd89d72909d426af72c1cf0802e864e08 commit hash: 66d30e3cd89d72909d426af72c1cf0802e864e08 66d30e3
Friday, 4 Sep 2020
12:05 se search for other commits by this committer
Fix build with -fno-common

While here simplify the port's Makefile and fix the wrong usage of bzero
and other library functions that take a buffer size: The size parameter
passed was always the pointer, not the buffer pointed to, i.e.
"bzero(buf, sizeof(buf)" instead of "bzero(buf, sizeof(*buf)" ...
Original commitRevision:547533 
Friday, 15 Nov 2013
15:25 vanilla search for other commits by this committer
Support STAGEDIR.
Original commitRevision:333877 
Thursday, 7 Jun 2007
10:33 sat search for other commits by this committer
- Add an rc.d script
- Minor fixes
- Add mirrors

Submitted by:   Alex Keda <admin@lissyara.su>
Original commit

Number of commits found: 4