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: databases/puppetdb-terminus6/Makefile

Number of commits found: 50

Thursday, 1 Jun 2023
18:56 Rene Ladan (rene) search for other commits by this committer
cleanup: Remove expired puppet6 ports:

2023-06-01 sysutils/puppet6: Puppet 6 has reached EOL
2023-06-01 sysutils/puppetserver6: Puppet 6 has reached EOL
2023-06-01 databases/puppetdb6: Puppet 6 has reached EOL
2023-06-01 databases/puppetdb-terminus6: Puppet 6 has reached EOL
commit hash: 03835de8027887144119ed64e066c67d7981e829 commit hash: 03835de8027887144119ed64e066c67d7981e829 commit hash: 03835de8027887144119ed64e066c67d7981e829 commit hash: 03835de8027887144119ed64e066c67d7981e829 03835de
Sunday, 7 May 2023
01:43 Romain Tartière (romain) search for other commits by this committer
databases/puppetdb-terminus[6-8]: Remove bogus BUILD_DEPENDS

These ports have NO_BUILD=yes, so probably don't have build
dependencies.  No change to the produced packages, so not bumping
PORTREVISION.

With hat:	puppet
commit hash: f59f36900267e8ef67fa8f4d0053ce7d894f0fdb commit hash: f59f36900267e8ef67fa8f4d0053ce7d894f0fdb commit hash: f59f36900267e8ef67fa8f4d0053ce7d894f0fdb commit hash: f59f36900267e8ef67fa8f4d0053ce7d894f0fdb f59f369
Saturday, 29 Apr 2023
01:36 Romain Tartière (romain) search for other commits by this committer
databases/puppetdb8: New port

The PuppetDB storeconfigs backend
commit hash: e500139794ef0e5d4c888457877799b23bf65104 commit hash: e500139794ef0e5d4c888457877799b23bf65104 commit hash: e500139794ef0e5d4c888457877799b23bf65104 commit hash: e500139794ef0e5d4c888457877799b23bf65104 e500139
Friday, 3 Mar 2023
16:48 Romain Tartière (romain) search for other commits by this committer
sysutils/puppet6: Deprecate Puppet 6 ports

Puppet 6 has reached EOL:
https://www.puppet.com/docs/puppet/6/platform_lifecycle.html

Users are advised to migrate to Puppet 7.  Puppet 8 is expected to be
released soon.

With hat:	puppet
commit hash: febd99ffe00ed2933766851df171dd20c64469dc commit hash: febd99ffe00ed2933766851df171dd20c64469dc commit hash: febd99ffe00ed2933766851df171dd20c64469dc commit hash: febd99ffe00ed2933766851df171dd20c64469dc febd99f
Saturday, 14 Jan 2023
23:08 Muhammad Moinur Rahman (bofh) search for other commits by this committer
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby

Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk

Notable changes are.

- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
  USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.

This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863

I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.

Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D37925
commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae 18c6e18
Friday, 16 Sep 2022
20:57 Romain Tartière (romain) search for other commits by this committer
databases/puppetdb6: Update to 6.22.1

Release notes:
https://puppet.com/docs/puppetdb/6/release_notes.html#puppetdb-6221

With hat:	puppet
commit hash: 5ad8e2349636489f70a3a818d785d55295450079 commit hash: 5ad8e2349636489f70a3a818d785d55295450079 commit hash: 5ad8e2349636489f70a3a818d785d55295450079 commit hash: 5ad8e2349636489f70a3a818d785d55295450079 5ad8e23
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
Friday, 12 Aug 2022
14:46 Dima Panov (fluffy) search for other commits by this committer
*/*: bump all consumers after recent boost upgrade
commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed 4cf39de
Saturday, 6 Aug 2022
03:04 Romain Tartière (romain) search for other commits by this committer
databases/puppetdb6: Update to 6.22.0

Release notes:
https://puppet.com/docs/puppetdb/6/release_notes.html#puppetdb-6220

With hat:	puppet
commit hash: 013598a531b9de680733a829105dc78ce2e19577 commit hash: 013598a531b9de680733a829105dc78ce2e19577 commit hash: 013598a531b9de680733a829105dc78ce2e19577 commit hash: 013598a531b9de680733a829105dc78ce2e19577 013598a
Friday, 22 Apr 2022
23:26 Romain Tartière (romain) search for other commits by this committer
databases/puppetdb6: Update to 6.21.0

Release notes:
https://puppet.com/docs/puppetdb/6/release_notes.html#puppetdb-6210

With hat:	puppet
commit hash: e8ae903321f5f1963180f58ff1a117f77e20a73d commit hash: e8ae903321f5f1963180f58ff1a117f77e20a73d commit hash: e8ae903321f5f1963180f58ff1a117f77e20a73d commit hash: e8ae903321f5f1963180f58ff1a117f77e20a73d e8ae903
Saturday, 19 Feb 2022
04:14 Romain Tartière (romain) search for other commits by this committer
databases/puppetdb6: Update to 6.20.2

Release notes:
https://puppet.com/docs/puppetdb/6/release_notes.html#puppetdb-6202

With hat:	puppet
commit hash: 7e7a0b39444747feae4ef620fd58d24ad1d03c26 commit hash: 7e7a0b39444747feae4ef620fd58d24ad1d03c26 commit hash: 7e7a0b39444747feae4ef620fd58d24ad1d03c26 commit hash: 7e7a0b39444747feae4ef620fd58d24ad1d03c26 7e7a0b3
Friday, 21 Jan 2022
18:49 Romain Tartière (romain) search for other commits by this committer
databases/puppetdb6: Update to 6.20.0

Release notes:
https://puppet.com/docs/puppetdb/6/release_notes.html#puppetdb-6200

With hat:	puppet
commit hash: a65da829cb04d6b78e66a32c75d99a2912933822 commit hash: a65da829cb04d6b78e66a32c75d99a2912933822 commit hash: a65da829cb04d6b78e66a32c75d99a2912933822 commit hash: a65da829cb04d6b78e66a32c75d99a2912933822 a65da82
Thursday, 25 Nov 2021
21:40 Stefan Eßer (se) search for other commits by this committer
*/*: Remove redundant '-*' from CONFLICTS definitions

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Approved by: portmgr (blanket)
commit hash: 04b9da414081a733478d3def4e1e3777908536c6 commit hash: 04b9da414081a733478d3def4e1e3777908536c6 commit hash: 04b9da414081a733478d3def4e1e3777908536c6 commit hash: 04b9da414081a733478d3def4e1e3777908536c6 04b9da4
Wednesday, 10 Nov 2021
06:38 Romain Tartière (romain) search for other commits by this committer
databases/puppetdb6: Update to 6.19.1

Resease notes:
https://puppet.com/docs/puppetdb/6/release_notes.html#puppetdb-6191

With hat:	puppet
commit hash: c731564ee986fbaff88aaca89eae1366492be026 commit hash: c731564ee986fbaff88aaca89eae1366492be026 commit hash: c731564ee986fbaff88aaca89eae1366492be026 commit hash: c731564ee986fbaff88aaca89eae1366492be026 c731564
Thursday, 14 Oct 2021
05:40 Romain Tartière (romain) search for other commits by this committer
databases/puppetdb6: Update to 6.19.0

Release notes:
https://puppet.com/docs/puppetdb/6/release_notes.html#puppetdb-6190

With hat:	puppet
commit hash: 55726eee3dbc4bfa809cd46b2c1a3c202226d05a commit hash: 55726eee3dbc4bfa809cd46b2c1a3c202226d05a commit hash: 55726eee3dbc4bfa809cd46b2c1a3c202226d05a commit hash: 55726eee3dbc4bfa809cd46b2c1a3c202226d05a 55726ee
Thursday, 22 Jul 2021
05:44 Romain Tartière (romain) search for other commits by this committer
databases/puppetdb6: Update to 6.18.0

Release notes:
https://puppet.com/docs/puppetdb/6/release_notes.html#puppetdb-6180

With hat:	puppet
commit hash: 47e16a01e864c75f5cd7be9a662757a3148ac067 commit hash: 47e16a01e864c75f5cd7be9a662757a3148ac067 commit hash: 47e16a01e864c75f5cd7be9a662757a3148ac067 commit hash: 47e16a01e864c75f5cd7be9a662757a3148ac067 47e16a0
Friday, 25 Jun 2021
20:03 Romain Tartière (romain) search for other commits by this committer
databases/puppetdb6: Update to 6.17.0

Release notes:
https://puppet.com/docs/puppetdb/6/release_notes.html#puppetdb-6170

With hat:	puppet
commit hash: 79c3b381f106fcabf5a12c83ea888866827eff47 commit hash: 79c3b381f106fcabf5a12c83ea888866827eff47 commit hash: 79c3b381f106fcabf5a12c83ea888866827eff47 commit hash: 79c3b381f106fcabf5a12c83ea888866827eff47 79c3b38
Saturday, 1 May 2021
00:15 Romain Tartière (romain) search for other commits by this committer
databases/puppetdb6: Update to 6.16.1

Release notes:
https://puppet.com/docs/puppetdb/6.13/release_notes.html#puppetdb-6161 (sic)

With hat:	puppet
commit hash: 0b9cc467ef73df4b91b422d8b7168381b500836a commit hash: 0b9cc467ef73df4b91b422d8b7168381b500836a commit hash: 0b9cc467ef73df4b91b422d8b7168381b500836a commit hash: 0b9cc467ef73df4b91b422d8b7168381b500836a 0b9cc46
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
Sunday, 28 Feb 2021
21:15 romain search for other commits by this committer
Update to 6.15.0

Rellease notes:
https://puppet.com/docs/puppetdb/6.13/release_notes.html#puppetdb-6150

With hat:	puppet
Original commitRevision:566815 
Friday, 19 Feb 2021
23:16 romain search for other commits by this committer
Update to 6.14.0

Release notes:
https://puppet.com/docs/puppetdb/6.13/release_notes.html#puppetdb-6140 (sic)

With hat:	puppet
Original commitRevision:566115 
Friday, 4 Dec 2020
21:25 romain search for other commits by this committer
Hello PuppetDB 7!

Actually update databases/puppetdb7 and databases/puppetdb-terminus7 and a few
minor tweaks.

With hat:	puppet
Original commitRevision:557024 
Friday, 6 Nov 2020
22:11 romain search for other commits by this committer
Update to 6.13.1

With hat:	puppet
Original commitRevision:554329 
Friday, 23 Oct 2020
18:45 romain search for other commits by this committer
Update to 6.13.0

Release notes:
https://puppet.com/docs/puppetdb/latest/release_notes.html#puppetdb-6130

With hat:	puppet
Original commitRevision:553130 
Monday, 31 Aug 2020
20:07 romain search for other commits by this committer
Update to 6.12.0

Release notes:
https://puppet.com/docs/puppetdb/latest/release_notes.html#puppetdb-6120

With hat:	puppet
Original commitRevision:547214 
Tuesday, 11 Aug 2020
03:29 romain search for other commits by this committer
Update to 6.11.3

Release notes:
https://puppet.com/docs/puppetdb/latest/release_notes.html#puppetdb-6113

With hat:	puppet
Original commitRevision:544662 
Thursday, 16 Jul 2020
04:36 romain search for other commits by this committer
Update to 6.11.2

Release notes:
https://puppet.com/docs/puppetdb/latest/release_notes.html#puppetdb-6112

With hat:	puppet
Original commitRevision:542317 
Thursday, 4 Jun 2020
22:40 romain search for other commits by this committer
Update to 6.11.0 (for real this time)

Release notes:
https://puppet.com/docs/puppetdb/latest/release_notes.html#puppetdb-6110

With hat:	puppet
Original commitRevision:537967 
22:26 romain search for other commits by this committer
Update to 6.11.0

Release notes:
https://puppet.com/docs/puppetdb/latest/release_notes.html#puppetdb-6110

With hat:	puppet
Original commitRevision:537966 
Friday, 1 May 2020
18:34 romain search for other commits by this committer
Update to 6.10.0

Release notes:
https://puppet.com/docs/puppetdb/latest/release_notes.html#puppetdb-6100

With hat:	puppet
Original commitRevision:533580 
Monday, 23 Mar 2020
17:17 romain search for other commits by this committer
Update to 6.9.1

Release notes:
https://puppet.com/docs/puppetdb/latest/release_notes.html#puppetdb-691

With hat:	puppet
Original commitRevision:528989 
Friday, 21 Feb 2020
17:41 romain search for other commits by this committer
Update to 6.9.0

Release notes:
https://puppet.com/docs/puppetdb/latest/release_notes.html#puppetdb-690

With hat:	puppet
Original commitRevision:526638 
Saturday, 18 Jan 2020
03:07 romain search for other commits by this committer
Update to 6.8.0

Release notes:
https://puppet.com/docs/puppetdb/latest/release_notes.html#puppetdb-680

With hat:	puppet
Original commitRevision:523397 
Friday, 29 Nov 2019
00:23 romain search for other commits by this committer
Update to 6.7.3

With hat:	puppet
Original commitRevision:518614 
Saturday, 26 Oct 2019
17:31 romain search for other commits by this committer
Update to 6.7.2

Release notes:
https://puppet.com/docs/puppetdb/latest/release_notes.html#puppetdb-672

With hat:	puppet
Original commitRevision:515717 
Tuesday, 22 Oct 2019
00:13 romain search for other commits by this committer
Update to 6.7.1

Release notes:
https://puppet.com/docs/puppetdb/latest/release_notes.html#puppetdb-671

With hat:	puppet
Original commitRevision:515161 
Thursday, 3 Oct 2019
22:27 romain search for other commits by this committer
Update to 6.7.0

Release notes:
https://puppet.com/docs/puppetdb/latest/release_notes.html#puppetdb-670

With hat:	puppet
Original commitRevision:513743 
Monday, 23 Sep 2019
18:03 romain search for other commits by this committer
Update to 6.6.0

Release notes:
https://puppet.com/docs/puppetdb/latest/release_notes.html#puppetdb-660

With hat:	puppet
Original commitRevision:512657 
Friday, 23 Aug 2019
02:00 romain search for other commits by this committer
Update to 6.5.0

Release notes:
https://puppet.com/docs/puppetdb/6.5/release_notes.html#puppetdb-650

With hat:	puppet
Original commitRevision:509630 
Tuesday, 30 Jul 2019
20:27 romain search for other commits by this committer
Update to 6.4.0

Release notes:
https://puppet.com/docs/puppetdb/6.4/release_notes.html#puppetdb-640

With hat:	puppet
Original commitRevision:507664 
Monday, 1 Jul 2019
21:53 romain search for other commits by this committer
Update to 6.3.4

Release notes:
https://puppet.com/docs/puppetdb/6.3/release_notes.html#puppetdb-634

With hat:	puppet
Original commitRevision:505649 
Sunday, 23 Jun 2019
07:39 romain search for other commits by this committer
Update to 6.3.3

Release notes:
https://puppet.com/docs/puppetdb/6.3/release_notes.html#puppetdb-633

With hat:	puppet
Original commitRevision:504928 
Saturday, 4 May 2019
21:03 romain search for other commits by this committer
Update to 6.3.2

While here, remove an unneeded dependency: PuppetDB does not depend on Puppet.
puppetdb-terminus is the piece connecting Puppet and PuppetDB and thus the
dependency is only needed at this level.

With hat:	puppet
Original commitRevision:500832 
Wednesday, 24 Apr 2019
02:10 romain search for other commits by this committer
Update to 6.3.1

Release notes:
https://puppet.com/docs/puppetdb/6.3/release_notes.html#puppetdb-631

With hat:	puppet
Original commitRevision:499808 
Wednesday, 3 Apr 2019
18:49 romain search for other commits by this committer
Update to 6.3.0

Release notes:
https://puppet.com/docs/puppetdb/6.3/release_notes.html#puppetdb-630

With hat:	puppet
Original commitRevision:497751 
Friday, 25 Jan 2019
17:52 romain search for other commits by this committer
Update to 6.2.0

Release notes:
https://puppet.com/docs/puppetdb/6.2/release_notes.html#puppetdb-620

With hat:	puppet
Original commitRevision:491167 
Thursday, 20 Dec 2018
02:13 romain search for other commits by this committer
Update to 6.1.0

Release notes:
https://puppet.com/docs/puppetdb/6.1/release_notes.html#puppetdb-610

With hat:	puppet
Original commitRevision:487831 
Friday, 26 Oct 2018
10:28 romain search for other commits by this committer
Update to 6.0.1

Release notes:
https://puppet.com/docs/puppetdb/6.0/release_notes.html

With hat:	puppet
Original commitRevision:483019 
Thursday, 27 Sep 2018
08:06 romain search for other commits by this committer
New port: databases/puppetdb6

Release notes:
https://puppet.com/docs/puppetdb/6.0/release_notes.html

With hat:	puppet
Original commitRevision:480788 

Number of commits found: 50