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: Tools/scripts/search_lib_depends_and_bump.sh

Number of commits found: 4

Monday, 28 Mar 2022
07:40 Matthias Fechner (mfechner) search for other commits by this committer
Tools/scripts: limit scope the script searches

The script now searches on limited depth and ignores distfiles folder.

Reported by:	diizzy
commit hash: 760896708c6b81edc7fcb15d0910002af4e6ced8 commit hash: 760896708c6b81edc7fcb15d0910002af4e6ced8 commit hash: 760896708c6b81edc7fcb15d0910002af4e6ced8 commit hash: 760896708c6b81edc7fcb15d0910002af4e6ced8 7608967
Tuesday, 6 Apr 2021
10:39 Rene Ladan (rene) search for other commits by this committer
Tools/scripts/search_lib_depends_and_bump.sh: remove svn in an echo

Differential Revision:	https://reviews.freebsd.org/D29451
commit hash: 68c56c1b4a84e5af10dcd58a691aeb0d435894e1 commit hash: 68c56c1b4a84e5af10dcd58a691aeb0d435894e1 commit hash: 68c56c1b4a84e5af10dcd58a691aeb0d435894e1 commit hash: 68c56c1b4a84e5af10dcd58a691aeb0d435894e1 68c56c1
Saturday, 18 May 2019
10:28 mfechner search for other commits by this committer
Do not search only in subfolder editors but in all.
I forgot to remove this before I commited it.
Original commitRevision:501947 
Thursday, 28 Mar 2019
17:01 mfechner search for other commits by this committer
Added a script to bump PORTREVISION if a library has changed a version like
libgit2.

Just execute it in the root of you ports with e.g.
Tools/scripts/search_lib_depends_and_bump.sh devel/libgit2

This will search over all existing ports, check if they need to be bumped.
After all ports are bumped it triggers a portlint for each modified port.
The portlint loop continues till all errors and warnings are fixed.
Feel free to break this loop using CTRL+C.
Original commitRevision:497031 

Number of commits found: 4