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

Number of commits found: 48

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
Saturday, 29 Apr 2023
01:36 Romain Tartière (romain) search for other commits by this committer
sysutils/puppetserver8: New port

Puppet master is a Ruby application that compiles configurations
for any number of Puppet agent nodes, using Puppet code and various
other data sources. (For more info, see Overview of Puppet's
Architecture.)

Puppet Server is an application that runs on the Java Virtual Machine
(JVM) and provides the same services as the classic Puppet master
application. It mostly does this by running the existing Puppet
master code in several JRuby interpreters, but it replaces some
parts of the classic application with new services written in
Clojure.
commit hash: e9c5ed32578f79b7324aab9ba9fe5d2b76a089a2 commit hash: e9c5ed32578f79b7324aab9ba9fe5d2b76a089a2 commit hash: e9c5ed32578f79b7324aab9ba9fe5d2b76a089a2 commit hash: e9c5ed32578f79b7324aab9ba9fe5d2b76a089a2 e9c5ed3
Tuesday, 4 Apr 2023
18:10 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Refactor java/openjdk7 removal

- java/openjdk7* has been removed from the tree since 2022-09-03 however
  the relevant codebases in bsd.java.mk has not been removed and the
  consumers has also not been updated to use the next jdk version. This
  commit updates all relevant consumers to use JAVA_VERSION=8 instead of
  JAVA_VERSION=1.7
- Since the introduction of jdk version 18 it looks like similar with
  jdk version 8(java version string 1.8). This is prone to error as it
  looks similar and is only seperated by a '.'. Remove using
  JAVA_VERSION with dotted fomat of java version string and update all
  consumers to utilize version 8 instead of 1.8.

Approved by:	portmgr (blanket)
commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3 commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3 commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3 commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3 4cda17a
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
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
Saturday, 6 Aug 2022
03:04 Romain Tartière (romain) search for other commits by this committer
sysutils/puppetserver6: Update to 6.20.0

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

With hat:	puppet
commit hash: 0ae823c0c1e852c00e462e13b081606acc5efb87 commit hash: 0ae823c0c1e852c00e462e13b081606acc5efb87 commit hash: 0ae823c0c1e852c00e462e13b081606acc5efb87 commit hash: 0ae823c0c1e852c00e462e13b081606acc5efb87 0ae823c
Friday, 22 Apr 2022
23:26 Romain Tartière (romain) search for other commits by this committer
sysutils/puppetserver6: Update to 6.19.0

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

With hat:	puppet
commit hash: 23aeb3c089d30dab727cf7cba7a701d3a5038009 commit hash: 23aeb3c089d30dab727cf7cba7a701d3a5038009 commit hash: 23aeb3c089d30dab727cf7cba7a701d3a5038009 commit hash: 23aeb3c089d30dab727cf7cba7a701d3a5038009 23aeb3c
Friday, 21 Jan 2022
18:49 Romain Tartière (romain) search for other commits by this committer
sysutils/puppetserver6: Update to 6.18.0

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

With hat:	puppet
commit hash: 6a1d1d0ba5464dff9107bb0e2e29954136c75ced commit hash: 6a1d1d0ba5464dff9107bb0e2e29954136c75ced commit hash: 6a1d1d0ba5464dff9107bb0e2e29954136c75ced commit hash: 6a1d1d0ba5464dff9107bb0e2e29954136c75ced 6a1d1d0
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:37 Romain Tartière (romain) search for other commits by this committer
sysutils/puppetserver6: Update to 6.17.1

Release notes:
https://puppet.com/docs/puppet/6/server/release_notes.html#puppet-server-6171

With hat:	puppet
commit hash: 2fe6688ddcceb56e95879d471796ea6103f0c30a commit hash: 2fe6688ddcceb56e95879d471796ea6103f0c30a commit hash: 2fe6688ddcceb56e95879d471796ea6103f0c30a commit hash: 2fe6688ddcceb56e95879d471796ea6103f0c30a 2fe6688
Saturday, 16 Oct 2021
09:51 Jimmy Olgeni (olgeni) search for other commits by this committer
*: fix tab vs. space issues, and comments according to the guide.
commit hash: 4460cf727a7788c9ce21f3344ce5745e5cd9fc4a commit hash: 4460cf727a7788c9ce21f3344ce5745e5cd9fc4a commit hash: 4460cf727a7788c9ce21f3344ce5745e5cd9fc4a commit hash: 4460cf727a7788c9ce21f3344ce5745e5cd9fc4a 4460cf7
Thursday, 14 Oct 2021
05:40 Romain Tartière (romain) search for other commits by this committer
sysutils/puppetserver6: Update to 6.17.0

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

With hat:	puppet
commit hash: 6d1d9991f1e51726fddd27038687e178213255d4 commit hash: 6d1d9991f1e51726fddd27038687e178213255d4 commit hash: 6d1d9991f1e51726fddd27038687e178213255d4 commit hash: 6d1d9991f1e51726fddd27038687e178213255d4 6d1d999
Thursday, 22 Jul 2021
05:44 Romain Tartière (romain) search for other commits by this committer
sysutils/puppetserver6: Update to 6.16.1

Release notes:
https://puppet.com/docs/puppet/6/server/release_notes.html#puppet-server-6161

With hat:	puppet
commit hash: 0c81646d5bf72fa2cdd7135858939c116b2161a4 commit hash: 0c81646d5bf72fa2cdd7135858939c116b2161a4 commit hash: 0c81646d5bf72fa2cdd7135858939c116b2161a4 commit hash: 0c81646d5bf72fa2cdd7135858939c116b2161a4 0c81646
Friday, 25 Jun 2021
20:03 Romain Tartière (romain) search for other commits by this committer
sysutils/puppetserver6: Update to 6.16.0

Release notes:
https://puppet.com/docs/puppet/6/server/release_notes.html#puppet-server-6160

With hat:	puppet
commit hash: 88796ce86e40d9612cb4185d0516e79ac11c1874 commit hash: 88796ce86e40d9612cb4185d0516e79ac11c1874 commit hash: 88796ce86e40d9612cb4185d0516e79ac11c1874 commit hash: 88796ce86e40d9612cb4185d0516e79ac11c1874 88796ce
Saturday, 1 May 2021
00:15 Romain Tartière (romain) search for other commits by this committer
sysutils/puppetserver6: Update to 6.15.3

Release notes:
https://puppet.com/docs/puppet/6.22/server/release_notes.html#puppet-server-6153

With hat:	puppet
commit hash: 1c094bb6649fb79aabc8fd76a132dced6cfed60a commit hash: 1c094bb6649fb79aabc8fd76a132dced6cfed60a commit hash: 1c094bb6649fb79aabc8fd76a132dced6cfed60a commit hash: 1c094bb6649fb79aabc8fd76a132dced6cfed60a 1c094bb
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
Friday, 19 Feb 2021
23:13 romain search for other commits by this committer
Update to 6.15.1

Release notes:
https://puppet.com/docs/puppet/6.21/server/release_notes.html#puppet-server-6151

With hat:	puppet
Original commitRevision:566113 
Friday, 22 Jan 2021
21:52 romain search for other commits by this committer
Update to 6.15.0

Release notes:
https://puppet.com/docs/puppet/6.20/server/release_notes.html#puppet-server-6150

With hat:	puppet
Original commitRevision:562345 
Friday, 4 Dec 2020
20:45 romain search for other commits by this committer
Hello PuppetServer 7!

Actually update sysutils/puppetserver7 from a copy of sysutils/puppetserver6
and a few minor tweaks.

While here, prepare sysutils/puppetserver6 for allowing to migrate the Puppet
CA in case users of the previous version of Puppet want to migrate it before
switching to Puppet 7.

With hat:	puppet
Original commitRevision:557018 
Friday, 6 Nov 2020
22:09 romain search for other commits by this committer
Update to 6.14.1

Release notes:
https://puppet.com/docs/puppet/6.19/server/release_notes.html#puppet-server-6141

With hat:	puppet
Original commitRevision:554327 
Friday, 23 Oct 2020
18:43 romain search for other commits by this committer
Update to 6.14.0

Release notes:
https://puppet.com/docs/puppet/6.19/server/release_notes.html#puppet-server-6140

While here, adjust the default configuration file so that it is not required to
tune it after ech dependency upgrade.

With hat:	puppet
Original commitRevision:553128 
Monday, 31 Aug 2020
20:06 romain search for other commits by this committer
Update to 6.13.0

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

While here, allow to use Facter 4.x which is now in the FreeBSD tree.

With hat:	puppet
Original commitRevision:547213 
Thursday, 16 Jul 2020
04:35 romain search for other commits by this committer
Update to 6.12.1

Release notes:
https://puppet.com/docs/puppetserver/latest/release_notes.html#puppet-server-6121

With hat:	puppet
Original commitRevision:542314 
Thursday, 4 Jun 2020
22:25 romain search for other commits by this committer
Update to 6.12.0

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

With hat:	puppet
Original commitRevision:537965 
Friday, 1 May 2020
18:32 romain search for other commits by this committer
Update to 6.11.0

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

With hat:	puppet
Original commitRevision:533577 
Tuesday, 28 Apr 2020
03:26 romain search for other commits by this committer
Update to 6.10.0

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

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

Release notes:
https://puppet.com/docs/puppetserver/latest/release_notes.html#puppet-server-692

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

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

While here, chase concurrent-ruby update.

With hat:	puppet
Original commitRevision:526636 
Saturday, 18 Jan 2020
02:57 romain search for other commits by this committer
Update to 6.8.0

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

With hat:	puppet
Original commitRevision:523393 
Friday, 29 Nov 2019
00:20 romain search for other commits by this committer
Update to 6.7.2

Release notes:
https://puppet.com/docs/puppetserver/6.5/release_notes.html (sic)

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

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

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

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

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

- Unbreak on FreeBSD 12+ (this version bundles an updated version of jRuby
  which allows running the PuppetServer on hosts with 64 bits inodes);
- Override the jRuby bundled ffi.rb to workaround a NullPointerException when
  trying to open an inexistent file;
- Remove deprecated Java flags;

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

With hat:	puppet
Original commitRevision:512656 
Wednesday, 24 Jul 2019
21:25 romain search for other commits by this committer
Update to 6.5.0

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

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

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

With hat:	puppet
Original commitRevision:504927 
Tuesday, 30 Apr 2019
18:12 zleslie search for other commits by this committer
Ensure java options are utilized

Without this change, the doc for the rc script references the ability pass Java
opts to the start command, but those references are never used. Here we ensure
that thse options are respected and implemented.

PR:		237295
Reviewed by:	mat(mentor),romain
Approved by:	mat(mentor),romain
Differential Revision:	D20010
Original commitRevision:500514 
Wednesday, 3 Apr 2019
18:47 romain search for other commits by this committer
Update to 6.3.0

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

With hat:	puppet
Original commitRevision:497749 
Sunday, 17 Mar 2019
16:38 zleslie search for other commits by this committer
Add -f to puppetserver daemon call

Without this in place, the rc script does not successfully start the
puppetserver service on hardware or virtualized systems, leaving jails as the
only functional way to run puppetserver.

PR:		236389
Reviewed by:	mat(mentor)
Approved by:	mat(mentor)
Differential Revision:	D19610
Original commitRevision:496072 
Friday, 15 Mar 2019
19:34 romain search for other commits by this committer
Mark broken on FreeBSD 12+

On FreeBSD 12 and FreeBSD 13, puppetserver6 fails to start.  The issue will
likely not be fixed in a timely fashion, so make it clear to end-users that
the port is broken.

As a workaround, users of FreeBSD 12.0 can install puppetserver6 in a
FreeBSD 11.2 jail.

More details, progress and ways to help can be found in the PR 233766.

With hat:	puppet
PR:		233766
Reported by:	bas@area536.com
Original commitRevision:495804 
Thursday, 21 Feb 2019
19:34 romain search for other commits by this committer
Update to 6.2.1

Release notes:
https://puppet.com/docs/puppetserver/6.2/release_notes.html#puppet-server-621

With hat:	puppet
Original commitRevision:493526 
Sunday, 10 Feb 2019
18:17 zleslie search for other commits by this committer
Without this change, the puppetserver foreground is non-functional.
This is a useful command when trying to debug ruby inside of the JVM.

Approved by:	mat(mentor)
Differential Revision:	D19137
Original commitRevision:492626 
Friday, 25 Jan 2019
17:51 romain search for other commits by this committer
Update to 6.2.0

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

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

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

With hat:	puppet
Original commitRevision:487829 
Friday, 26 Oct 2018
10:25 romain search for other commits by this committer
Update to 6.0.2

Release notes:
https://puppet.com/docs/puppetserver/6.0/release_notes.html#puppet-server-602

With hat:	puppet
Original commitRevision:483017 
Wednesday, 3 Oct 2018
16:58 romain search for other commits by this committer
Update to 6.0.1

Release notes:
https://puppet.com/docs/puppetserver/6.0/release_notes.html#puppet-server-601

While here, regenerate patches with make makepatch, and fix warnings in the
logs by pointing the server to ruby multi_json gem (quick fix for now, we will
have to improve this in the future).

With hat:	puppet
Original commitRevision:481171 
Thursday, 27 Sep 2018
07:59 romain search for other commits by this committer
New port: sysutils/puppetserver6

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

With hat:	puppet
Original commitRevision:480787 

Number of commits found: 48