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: archivers/py-borgbackup/files/patch-setup.py

Number of commits found: 2

Saturday, 13 Aug 2022
18:51 Matthias Andree (mandree) search for other commits by this committer
archivers/py-borgbackup: use fixed xxhash instead of avoiding it

This reverts commit 9db903a89b3d1d7c0be2a56059542f3fdb412908 because
it does not fix the situation for lack of a PORTREVISION bump.
Let us use the opportunity to fix the real bug instead.

Now with xxhash fixed as of 0.8.1_2, drop 9db903a89, and
bump PORTREVISION so we flush out the old garbage packages.

A simple web search would have brought up that static_assert() is
a C11 convenience macro defined in <assert.h>, and a detailed
search would have turned up that this had been fixed in xxhash
before.

While here, add a smoke test to post-install.

Proper fix was
Reported by:	Thierry Dussuet <thierry.dussuet@protonmail.com>
PR:		265060
MFH:		2022Q3
commit hash: 714af13781970db3ec794eab4627d585b63df00a commit hash: 714af13781970db3ec794eab4627d585b63df00a commit hash: 714af13781970db3ec794eab4627d585b63df00a commit hash: 714af13781970db3ec794eab4627d585b63df00a 714af13
15:23 Kurt Jaeger (pi) search for other commits by this committer Author: Jose G. Juanino
archivers/py-borgbackup: avoid dependency on xxhash port

- Instead, use the xxhash library provided in the same port

PR:	265060
Author:	Jose G. Juanino <jjuanino@gmail.com>
commit hash: 9db903a89b3d1d7c0be2a56059542f3fdb412908 commit hash: 9db903a89b3d1d7c0be2a56059542f3fdb412908 commit hash: 9db903a89b3d1d7c0be2a56059542f3fdb412908 commit hash: 9db903a89b3d1d7c0be2a56059542f3fdb412908 9db903a

Number of commits found: 2