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: sysutils/firstboot-freebsd-update/Makefile

Number of commits found: 11

Tuesday, 30 Jan 2024
21:26 Colin Percival (cperciva) search for other commits by this committer
sysutils/firstboot-freebsd-update: HTTP_TIMEOUT=5

If a system with firstboot_freebsd_update_enable="YES" boots without
access to the FreeBSD Update mirrors (e.g. an EC2 instance which has
an EC2 security group settings which block outbound HTTP) the boot
will hang until it times out.  The default timeout of 120 seconds is
suboptimal.

Run freebsd-update with a timeout of 5 seconds, and bump the package
version to 1.4 to reflect this change.

Reported by:	mgrooms@shrew.net
PR:		276720
Sponsored by:	https://www.patreon.com/cperciva
commit hash: 39126a2d9768e46e0fe8795c815721d122adadad commit hash: 39126a2d9768e46e0fe8795c815721d122adadad commit hash: 39126a2d9768e46e0fe8795c815721d122adadad commit hash: 39126a2d9768e46e0fe8795c815721d122adadad 39126a2
Thursday, 24 Jun 2021
20:37 Colin Percival (cperciva) search for other commits by this committer
sysutils/firstboot-freebsd-update: Add --not-running-from-cron

On systems without a working console, running freebsd-update fetch
from an rc script triggers the "should not be run non-interactively"
error.  Solve this by telling freebsd-update to skip that check.

Reported by:	Mike Bristow
commit hash: 7d65d24dfd8ea4f2fdc8a81981327c76b1a9279b commit hash: 7d65d24dfd8ea4f2fdc8a81981327c76b1a9279b commit hash: 7d65d24dfd8ea4f2fdc8a81981327c76b1a9279b commit hash: 7d65d24dfd8ea4f2fdc8a81981327c76b1a9279b 7d65d24
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Monday, 9 Jan 2017
09:54 amdmi3 search for other commits by this committer
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
- Add NO_ARCH

Approved by:	portmgr blanket
Original commitRevision:430932 
Wednesday, 1 Apr 2015
19:15 jgh search for other commits by this committer
- minor cleanup
  - options in favor of using pre
  - extract_only to drop fetch target
  - no_install to drop install target

PR:		199097
Submitted by:	jgh
Approved by:	cperciva (maintainer)
Original commitRevision:382940 
Tuesday, 31 Mar 2015
01:26 cperciva search for other commits by this committer
Teach the firstboot-freebsd-update script to disable itself if it is run
on something other than *-BETA*, *-RC*, or *-RELEASE*.  There won't be
any bits available to download, and if we don't disable it then the first
boot will be slowed down due to freebsd-update trying all of the available
mirrors.
Original commitRevision:382788 
Saturday, 7 Dec 2013
10:50 gjb search for other commits by this committer
To prevent fallout of lowering __FreeBSD_version in releng/10.0 branch,
adjust OSVERSION evaluation in ports that specifically use '100050N'.

Approved by:	affected maintainers (implicit)
Sponsored by:	The FreeBSD Foundation
Original commitRevision:335824 
Monday, 28 Oct 2013
00:06 cperciva search for other commits by this committer
Set ${firstboot_freebsd_update_enable} to NO by default.

Bump version to 1.1 for the change.
Original commitRevision:331815 
Tuesday, 22 Oct 2013
16:19 cperciva search for other commits by this committer
Update for new __FreeBSD_version values with rc.d firstboot support.
Original commitRevision:331293 
Sunday, 20 Oct 2013
22:03 swills search for other commits by this committer
Run 'freebsd-update fetch' when the system first boots; and if updates are
downloaded, install them and request a reboot.

Obviously, this port is not useful after a system is already running; it is
intended to be included as part of the installation or disk image building
process.

PR:		ports/183130
Submitted by:	cperciva@FreeBSD.org
Original commitRevision:331066 

Number of commits found: 11