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/libutp/files/BSDmakefile.utils

Number of commits found: 3

Saturday, 19 Nov 2022
01:37 Alexandre C. GuimarĂ£es (rigoletto) search for other commits by this committer
net/libutp: Update to g20180515.

- move to the net-p2p category
- change PORTNAME to libutp from bittorrent-libutp
- switch to transmissions upstream
- switch to using cmake
- take maintainership. The port is clearly abbandoned

Reported by:	Vasileios Kalampakas <stoneforger@gmail.com>
commit hash: f549e38b77052da0a9eac3a9686e39eebac0f681 commit hash: f549e38b77052da0a9eac3a9686e39eebac0f681 commit hash: f549e38b77052da0a9eac3a9686e39eebac0f681 commit hash: f549e38b77052da0a9eac3a9686e39eebac0f681 f549e38
Monday, 25 Nov 2019
23:25 brooks search for other commits by this committer
Fix build with src r354909 applied.

The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into
errors causing these ports that declare them and use the FreeBSD make
infrastructure as part of their build to fail.

When the offending variables occur in a BSD Makefile, NO_MAN becomes
MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and
MK_PROFILE=no respectively.  When declared in the environment they
become WITHOUT_<FOO>.
Original commitRevision:518434 
Thursday, 22 Jan 2015
17:31 mi search for other commits by this committer
Add a patch fixing a long-standing security problem. Bump PORTREVISION.

PR:		196351
Differential Revision:	D1593
Submitted by:	Jan Beich
Security:	https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2012-6129

While here, arrange for building a few of the small utilities bundled
with library, and install them along with another potentially useful
header-file.

Sponsored by:	http://libpipe.com/
Original commitRevision:377674 

Number of commits found: 3