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/anvil/Makefile

Number of commits found: 23

Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 3 Aug 2022
17:37 Dan Langille (dvl) search for other commits by this committer
sysutils/anvil: Update to 0.0.20

Better logging when there is nothing to do for a given cert.
commit hash: ae45564cb03036d0f67297f710fd09c6033f6e78 commit hash: ae45564cb03036d0f67297f710fd09c6033f6e78 commit hash: ae45564cb03036d0f67297f710fd09c6033f6e78 commit hash: ae45564cb03036d0f67297f710fd09c6033f6e78 ae45564
Thursday, 10 Jun 2021
19:42 Dan Langille (dvl) search for other commits by this committer
sysutils/anvil: update to 0.0.19

Do not return 1 when doing cert-puller -s
commit hash: ebfc1ba398996668996c4ed0f57551f0384c3949 commit hash: ebfc1ba398996668996c4ed0f57551f0384c3949 commit hash: ebfc1ba398996668996c4ed0f57551f0384c3949 commit hash: ebfc1ba398996668996c4ed0f57551f0384c3949 ebfc1ba
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
Tuesday, 10 Nov 2020
14:04 dvl search for other commits by this committer
Update to 0.0.18

Allow user to specify which services need to be restarted or reloaded.
Provide settings to allow options to be used with fetch, curl, wget. e.g. -4

re: https://github.com/dlangille/anvil/releases/tag/0.0.18
Original commitRevision:554836 
Monday, 26 Aug 2019
13:16 dvl search for other commits by this committer
Upgrade to 0.0.17

Ignore the DAYS configuration item for cert-shifter. It is now no longer
used.

Why? Because we cannot depend upon the mtime of a directory to indicate that
it contains a new file. Instead, we must look at the certs contained within
those directories.
Original commitRevision:509943 
Sunday, 25 Aug 2019
19:04 dvl search for other commits by this committer
Update to 0.0.16

When restarted PostgreSQL, do a reload instead.
Original commitRevision:509847 
Thursday, 8 Aug 2019
22:05 dvl search for other commits by this committer
Upgrade to 0.0.15

* adds PostgreSQL support
* add configurable number of DAYS to look back at certs
* better error detection and logging of errors
Original commitRevision:508410 
Saturday, 3 Aug 2019
21:30 dvl search for other commits by this committer
Fixing some portlint whitespace issues.
Original commitRevision:508032 
Wednesday, 31 Jul 2019
14:03 dvl search for other commits by this committer
Upgrade to 0.0.13

Provides support for apache24
Add logging if cp / mv fails
Original commitRevision:507712 
Tuesday, 3 Apr 2018
21:22 dvl search for other commits by this committer
Upgrade to 0.0.12 adding support for mosquitto
Original commitRevision:466380 
Friday, 6 Oct 2017
15:05 dvl search for other commits by this committer
Remove references to FETCH_TOOL

On FreeBSD, anvil can use fetch(1). No need to use curl/wget.
Original commitRevision:451386 
Monday, 14 Aug 2017
12:11 dvl search for other commits by this committer
Upgrade to 0.0.11
Original commitRevision:447933 
Friday, 11 Aug 2017
21:14 dvl search for other commits by this committer
Spell PORTREVISION
Original commitRevision:447790 
19:17 dvl search for other commits by this committer
Add options to install wget or curl as run-time dependencies
Original commitRevision:447788 
18:38 dvl search for other commits by this committer
Upgrade to 0.0.10
This upgrade adds support for wget & curl but the port does not provide
those options yet
Original commitRevision:447786 
Friday, 21 Jul 2017
20:11 dvl search for other commits by this committer
Upgrade to 0.0.9

* this release adds some sanity checks
* while here, improve pkg-message
Original commitRevision:446347 
Sunday, 16 Jul 2017
14:08 dvl search for other commits by this committer
Improve the pkg-message now that we install multiple scripts.
Bump PORTREVISION
Original commitRevision:446005 
13:38 dvl search for other commits by this committer
Upgrade to 0.0.8

Better detection of new certificates
Original commitRevision:446003 
Saturday, 15 Jul 2017
14:51 dvl search for other commits by this committer
Upgrade to 0.0.7
Change NO_BUILD spaces to a tab
Original commitRevision:445878 
11:02 dvl search for other commits by this committer
Commit the anvil user/group (missed in original commit) so it builds
Sort pkg-plist
Bump PORTREVISION
Original commitRevision:445869 
Friday, 14 Jul 2017
22:22 dvl search for other commits by this committer
Tools for distributing ssl certificates
Original commitRevision:445832 

Number of commits found: 23