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: net/echoping/files/patch-echoping.h

Number of commits found: 2

Tuesday, 13 Jul 2021
09:48 Alexey Dokuchaev (danfe) search for other commits by this committer
net/echoping: fix the segmentation fault at dns.c:111

Add missing prototype for to_upper() which returns char *.  Without it,
compiler assumed that it returns an int, which results in segmentation
fault in init() at dns.c when trying process its result which had been
cast to char *, albeit needlessly (this code does lots of bogus casts).

PR:	220294
commit hash: 7f1fbb2020e286621e3107c2bf369f9973e99112 commit hash: 7f1fbb2020e286621e3107c2bf369f9973e99112 commit hash: 7f1fbb2020e286621e3107c2bf369f9973e99112 commit hash: 7f1fbb2020e286621e3107c2bf369f9973e99112 7f1fbb2
Thursday, 20 Aug 2020
09:06 eugen search for other commits by this committer
net/echoping: fix build with -fno-common (clang 11 and gcc 10)
PORTREVISION not bumped as it fixes build for FreeBSD 13.

Reported by:	pkg-fallout
Original commitRevision:545509 

Number of commits found: 2