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: security/acme.sh/files/acme-crontab.in

Number of commits found: 4

Sunday, 8 Oct 2023
12:25 Dan Langille (dvl) search for other commits by this committer
security/acme.sh: fix post-install script

The install script contained a syntax error which caused the log file
to not be created.

While here:

* rename script from pkg-install to pkg-post-install
* include another crontab example which provides additional contet to
  logging.

PR:		274348
commit hash: 678db807ed62622394f5ce17b7e492a300d10043 commit hash: 678db807ed62622394f5ce17b7e492a300d10043 commit hash: 678db807ed62622394f5ce17b7e492a300d10043 commit hash: 678db807ed62622394f5ce17b7e492a300d10043 678db80
Saturday, 1 Apr 2023
13:55 Dan Langille (dvl) search for other commits by this committer
security/acme.sh: Fix up some install issues

Don't install cronjob to /usr/local/etc/cron.d/
There is no concept of sample files in this directory. Everything is active.
Instead, install to /usr/local/share/examples/acme.sh and let the user
copy it over.

In the cronjob itself, specify the acme user. This was previously omitted
and the job would not run.

Install the sample newsyslog file to /usr/local/etc/newsyslog.conf.d - this
was installing to /usr/local/etc/newsyslog.d/acme.sh

Add an update cluse to pkg-message mentioning the newsyslog issue.

None of these changes should break existing installs.
commit hash: 34da3d71612d361f431f3fd73dc3c2a3d3268726 commit hash: 34da3d71612d361f431f3fd73dc3c2a3d3268726 commit hash: 34da3d71612d361f431f3fd73dc3c2a3d3268726 commit hash: 34da3d71612d361f431f3fd73dc3c2a3d3268726 34da3d7
Wednesday, 12 Oct 2022
13:49 Dan Langille (dvl) search for other commits by this committer
security/acme.sh: Move cron example to EXAMPLESDIR

Instead of installing the sample crontab to etc/cron.d, install it to
EXAMPLESDIR

etc/cron.d/acme.sh will still be installed (if not present) but now
contains no active lines and more complete instructions.

Both the cron the newsyslog examples are only installed if the EXAMPLES
config option is ON (default).

Reported by:	bapt
commit hash: 375881c9d3d1550ceae3c7aee99c51e84dbf57ad commit hash: 375881c9d3d1550ceae3c7aee99c51e84dbf57ad commit hash: 375881c9d3d1550ceae3c7aee99c51e84dbf57ad commit hash: 375881c9d3d1550ceae3c7aee99c51e84dbf57ad 375881c
Tuesday, 11 Oct 2022
20:04 Dan Langille (dvl) search for other commits by this committer
security/acme.sh: Change crontab and add newsyslog

This update may break your install if you were using a symlink to
%%EXAMPLESDIR%%/acme.sh.conf - that file is no longer installed. Instead,
a log rotation configuration is now installed to etc/cron.d/acme.sh.sample
you should modify etc/cron.d/acme.sh to needs.

The port now installs a log rotation file to etc/newsyslog.d/acme.sh.sample
and you you should update etc/newsyslog.d/acme.sh to suit your needs.
This file has long been part of the port, but was never installed.

Neither the log rotation nor the crontab are active until you remove the
comments.

While here, several portclippy updates

Reported by:	marck
commit hash: 318400ae027bf074838191f09437c19be5b062ff commit hash: 318400ae027bf074838191f09437c19be5b062ff commit hash: 318400ae027bf074838191f09437c19be5b062ff commit hash: 318400ae027bf074838191f09437c19be5b062ff 318400a

Number of commits found: 4