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: textproc/augeas/distinfo

Number of commits found: 16

Thursday, 18 May 2023
11:33 Dimitry Andric (dim) search for other commits by this committer
textproc/augeas: fix build with clang 16

Clang 16 has a new error about incompatible integer to pointer
conversions, which shows up when building textproc/augeas:

  augprint.c:1477:24: warning: call to undeclared function 'basename'; ISO C99
and later do not support implicit function declarations
[-Wimplicit-function-declaration]
    char *program_name = basename(argv[0]);
			 ^
  augprint.c:1477:9: error: incompatible integer to pointer conversion
initializing 'char *' with an expression of type 'int' [-Wint-conversion]
    char *program_name = basename(argv[0]);
	  ^		 ~~~~~~~~~~~~~~~~~

This is because basename(3) is declared in <libgen.h>, but augprint.c
does not include it. Upstream has already fixed this, so apply the
commit until there is a new release.

PR:		271316
Approved by:	portmgr (build fix blanket)
MFH:		2023Q2
commit hash: 67237e5afd193f57fb2153072d01d6645eb79b5c commit hash: 67237e5afd193f57fb2153072d01d6645eb79b5c commit hash: 67237e5afd193f57fb2153072d01d6645eb79b5c commit hash: 67237e5afd193f57fb2153072d01d6645eb79b5c 67237e5
Sunday, 7 May 2023
01:43 Romain Tartière (romain) search for other commits by this committer Author: Linus Sundqvist
textproc/augeas: Update to 1.14.0

News:
https://github.com/hercules-team/augeas/blob/master/NEWS

PR:		271199
With hat:	puppet
commit hash: 195f3a08b3187a576fac0fe5d2498f3075e52fb2 commit hash: 195f3a08b3187a576fac0fe5d2498f3075e52fb2 commit hash: 195f3a08b3187a576fac0fe5d2498f3075e52fb2 commit hash: 195f3a08b3187a576fac0fe5d2498f3075e52fb2 195f3a0
Wednesday, 24 Apr 2019
02:06 romain search for other commits by this committer
Update to 1.12.0

With hat:	puppet
Original commitRevision:499803 
Friday, 21 Sep 2018
10:38 romain search for other commits by this committer
Update to 1.11.0

https://github.com/hercules-team/augeas/blob/master/NEWS

With hat:	puppet
Original commitRevision:480247 
Monday, 26 Mar 2018
17:05 swills search for other commits by this committer
textproc/augeas: update to 1.10.1

While here, pass maintainership to puppet@ which this is primarily used by
puppet.
Original commitRevision:465616 
Tuesday, 10 Oct 2017
18:48 swills search for other commits by this committer
textproc/augeas: update to 1.9.0

PR:		222849
Submitted by:	olgeni
Original commitRevision:451715 
Sunday, 17 Sep 2017
01:09 swills search for other commits by this committer
textproc/augeas: update to 1.8.1

PR:		221892
Submitted by:	olgeni
Original commitRevision:449978 
Tuesday, 31 Jan 2017
13:33 swills search for other commits by this committer
textproc/augeas: update to 1.7.0

PR:		215515
Submitted by:	olgeni
Original commitRevision:432915 
Wednesday, 3 Jun 2015
09:45 mmoll search for other commits by this committer
textproc/augeas: update to 1.4.0

Differential Revision:	https://reviews.freebsd.org/D2715
Approved by:	swills (mentor, maintainer)
Original commitRevision:388427 
Tuesday, 26 May 2015
18:39 mmoll search for other commits by this committer
textproc/augeas: update to 1.3.0

Differential Revision:	https://reviews.freebsd.org/D2635
Approved by:	swills (mentor, maintainer), mat (mentor)
Original commitRevision:387508 
Monday, 24 Mar 2014
15:23 swills search for other commits by this committer
- Update to 1.2.0
- Strip shared libs
- Pet portlint

PR:		ports/187850
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Original commitRevision:349012 
Sunday, 21 Jul 2013
05:21 swills search for other commits by this committer
- Update to 1.1.0
- Trim header
- Pet portlit (a bit)

PR:		ports/180469
Submitted by:	lwhsu
Original commitRevision:323367 
Thursday, 23 May 2013
01:46 swills search for other commits by this committer
- Update to 1.0.0

PR:		ports/178605
Submitted by:	Garrett Wollman <wollman@csail.mit.edu>
Original commitRevision:318811 
Sunday, 12 Feb 2012
13:17 swills search for other commits by this committer
- Update to 0.10.0 plus a patch from github to make it build

- Take maintainership, see
  http://lists.freebsd.org/pipermail/freebsd-ports/2011-October/071195.html

- Use %%DATADIR%% in plist where appropriate

- Add a few TEST_DEPENDS. Most of the tests pass, the ones that don't seem to
  be upstream issues and/or already existing
Original commit
Sunday, 3 Jul 2011
14:40 ohauer search for other commits by this committer
-remove MD5
Original commit
Wednesday, 2 Jun 2010
16:48 miwi search for other commits by this committer
Augeas is a configuration editing tool. It parses configuration files in their
native formats and transforms them into a tree. Configuration changes are made
by manipulating this tree and saving it back into native config files.

WWW:    http://augeas.net

PR:             ports/146743
Submitted by:   Russell Jackson <raj at csub.edu>
Original commit

Number of commits found: 16