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: devel/p5-Array-Unique/distinfo

Number of commits found: 2

Monday, 5 Jun 2023
18:46 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/p5-Array-Unique: Update to 0.09

Changes:	https://metacpan.org/dist/Array-Unique/changes
commit hash: 4fe2840acbb5c3d4718af705ccad850d1c18f496 commit hash: 4fe2840acbb5c3d4718af705ccad850d1c18f496 commit hash: 4fe2840acbb5c3d4718af705ccad850d1c18f496 commit hash: 4fe2840acbb5c3d4718af705ccad850d1c18f496 4fe2840
Tuesday, 16 Nov 2010
03:04 pgollucci search for other commits by this committer
This package lets you create an array which will allow only one
occurrence of any value.

In other words no matter how many times you put in 42 it will keep
only the first occurrence and the rest will be dropped.

You use the module via tie and once you tied your array to this
module it will behave correctly.

Uniqueness is checked with the 'eq' operator so among other things it
is case sensitive.

As a side effect the module does not allow undef as a value in the
array.

WWW:    http://search.cpan.org/dist/Array-Unique/

PR:             ports/152211
Submitted by:   Gea-Suan Lin <gslin at gslin.org>
Original commit

Number of commits found: 2