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: ftp/puf/Makefile

Number of commits found: 18

Thursday, 30 Jun 2022
20:48 Rene Ladan (rene) search for other commits by this committer
cleanup: Remove expired ports:

2022-06-30 databases/pgpool-II-36: Upstream support ended use
databases/pgpool-II-43
2022-06-30 ftp/multiget: Last release in 2007, doesn't support https, depends on
deprecated wxgtk28 and dead upstream. Please consider using net/uget
2022-06-30 devel/electron13: EOLed upstream, switch to newer version
2022-06-30 ftp/puf: Last release in 2006, doesn't support https and upstream is
dead. Please consider using www/aria2
2022-06-30 security/gss: Abandonware, last release in 2014 and no development
since
2022-06-30 security/shishi: Abandonware, last release in 2013 and no development
since
2022-06-30 ftp/urlgfe
2022-06-30 www/nspluginwrapper: Abandonware, last release in 2011 and upstream
is dead. NPAPI plugins are now obsolete and depends on deprecated library GTK 2
2022-06-30 devel/govendor: Use Go modules
2022-06-30 devel/racer: Racer is not actively developped now. Please consider
using newer software such as devel/rust-analyzer.
2022-06-30 net-mgmt/unifi6: No longer maintained by upstream
2022-06-30 devel/dep: Use Go modules
2022-06-30 databases/libgda5-bdb: Depends on deprecated databases/db5
2022-06-30 emulators/qemu5: Use emulators/qemu6 or emulators/qemu
2022-06-30 deskutils/bitcollider: bitzi.com is no longer available, closed down
in 2013
2022-06-30 converters/htx: XHTML is considered obsolete in favor of HTML5
2022-06-30 www/getleft: Abandonware last updated on 2008
2022-06-30 ftp/wxdfast: Last release in 2009, doesn't support https, depends on
deprecated wxgtk28 and dead upstream. Please consider using net/uget
commit hash: 30886720da7c75f76b70811c05c4e68950a7d8a7 commit hash: 30886720da7c75f76b70811c05c4e68950a7d8a7 commit hash: 30886720da7c75f76b70811c05c4e68950a7d8a7 commit hash: 30886720da7c75f76b70811c05c4e68950a7d8a7 3088672
Monday, 23 May 2022
11:37 Daniel Engberg (diizzy) search for other commits by this committer
ftp/puf: Deprecate and set expiration date to 2022-06-30

Last release in 2006, doesn't support https and upstream is dead

PR:		263904
Approved by:	jharris@widomaker.com (maintainer)
commit hash: e101a6c752dad486ee96455d69cbc24ce742494c commit hash: e101a6c752dad486ee96455d69cbc24ce742494c commit hash: e101a6c752dad486ee96455d69cbc24ce742494c commit hash: e101a6c752dad486ee96455d69cbc24ce742494c e101a6c
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
Tuesday, 10 Jun 2014
07:39 olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.

CR:		D196
Approved by:	portmgr (bapt)
Original commitRevision:357277 
Tuesday, 11 Feb 2014
16:58 miwi search for other commits by this committer
- Stage support
Original commitRevision:343778 
Friday, 20 Sep 2013
17:23 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
ftp)
Original commitRevision:327729 
Thursday, 21 Aug 2008
06:18 rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:             126524 (obsoletes 52917)
Submitted by:   rafan
Tested on:      two pointyhat 7-amd64 exp runs (by pav)
Approved by:    portmgr (pav)
Original commit
Wednesday, 2 Jan 2008
23:55 beech search for other commits by this committer
- Update to 1.0.0
- Use SF macro

PR:             ports/118810
Submitted by:   Philippe Audeoud <jadawin@tuxaco.net>
Approved by:    linimon (mentor, maintainer timeout)
Original commit
Tuesday, 6 Jul 2004
15:23 pav search for other commits by this committer
- Update to 0.93.3
- Pass maintainership to submitter

PR:             ports/68713
Submitted by:   Jason Harris <jharris@widomaker.com>
Original commit
Thursday, 5 Feb 2004
20:38 trevor search for other commits by this committer
Use PLIST_FILES.

Reviewed by:    marcus
Original commit
Thursday, 20 Feb 2003
17:24 knu search for other commits by this committer
De-pkg-comment.
Original commit
Monday, 21 Oct 2002
20:48 obraun search for other commits by this committer
Upgrade to 0.93.2a.

PR:             44346
Submitted by:   KATO Tsuguru <tkato@prontomail.com>
Original commit
Friday, 31 May 2002
23:12 pat search for other commits by this committer
- Update to 0.93.2
- reword pkg-comment

PR:             38783
Submitted by:   KATO Tsuguru <tkato@prontomail.com>
Original commit
Saturday, 11 May 2002
14:10 ijliao search for other commits by this committer
upgrade to 0.93.1 (SECURITY FIX !!)
drop maintainership

Submitted by:   Niels Heinen <niels.heinen@ubizen.com>
Original commit
Sunday, 6 May 2001
15:13 ijliao search for other commits by this committer
upgrade to 0.9 beta6a and change master site    
Original commit
Saturday, 10 Feb 2001
05:27 ijliao search for other commits by this committer
update to 0.91b6    
Original commit
Tuesday, 6 Feb 2001
15:12 ijliao search for other commits by this committer
update to beta 5    
Original commit
Monday, 5 Feb 2001
19:05 ijliao search for other commits by this committer
add puf, a "parallel url fetcher" for UN*X systems    
Original commit

Number of commits found: 18