Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.28.0_4 01 Jun 2023 18:56:38 |
Rene Ladan (rene) |
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 |
6.28.0_4 29 Apr 2023 01:36:08 |
Romain Tartière (romain) |
sysutils/puppet8: New port
Puppet lets you centrally manage every important aspect of your system using
a cross-platform specification language that manages all the separate
elements normally aggregated in different files, like users, cron jobs, and
hosts, along with obviously discrete elements like packages, services, and
files. |
6.28.0_4 25 Mar 2023 21:17:11 |
Romain Tartière (romain) |
sysutils/puppet6: Mark broken with Ruby 3.2
Just like Ruby 3.0 and 3.1 are not supported, Ruby 3.2 is not supported.
With hat: puppet |
6.28.0_4 24 Mar 2023 22:24:07 |
Romain Tartière (romain) |
sysutils/puppet6: Switch back to older concurrent-ruby
This revert 347b5b85e274420b07a8ed58ef8dc1640d9fa69e and update the
dependency on concurrent-ruby to use version 1.1.
With hat: puppet |
6.28.0_3 03 Mar 2023 16:48:31 |
Romain Tartière (romain) |
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 |
6.28.0_3 05 Feb 2023 15:50:15 |
Po-Chuan Hsieh (sunpoet) |
sysutils/puppet6: Fix build with rubygem-concurrent-ruby 1.2.0+
- Bump PORTREVISION for package change
Use ThreadLocalVar instead of RubyThreadLocalVar which was removed in 1.2.0.
RubyThreadLocalVar is a private class and an implementation detail.
Reference: https://github.com/ruby-concurrency/concurrent-ruby/pull/988
https://github.com/ruby-concurrency/concurrent-ruby/issues/986
https://github.com/puppetlabs/puppet/commit/9182bc3dd2576f409a6d01fb5c08d392670e90a2 |
6.28.0_2 14 Jan 2023 23:08:33 |
Muhammad Moinur Rahman (bofh) |
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 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
6.28.0_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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.
(Only the first 15 lines of the commit message are shown above ) |
6.28.0_2 20 Aug 2022 02:32:34 |
Romain Tartière (romain) |
sysutils/puppet6: Bundle core modules with Puppet
The AIO Package vendor these modules, so also vendor them on FreeBSD.
PR: 264277
Reported by: albert.shih@obspm.fr
With hat: puppet |
6.28.0_1 12 Aug 2022 14:46:53 |
Dima Panov (fluffy) |
*/*: bump all consumers after recent boost upgrade |
6.28.0 06 Aug 2022 03:04:07 |
Romain Tartière (romain) |
sysutils/puppet6: Update to 6.28.0
Release notes:
https://puppet.com/docs/puppet/6/release_notes_puppet.html#release_notes_puppet_x-28-0 |
6.26.0 18 Mar 2022 23:32:59 |
Romain Tartière (romain) Author: Yasuhiro Kimura |
sysutils/puppet6: Mark BROKEN with Ruby 3.x
=======================<phase: stage >============================
===> Staging for puppet6-6.26.0
===> Generating temporary packing list
===> Creating groups.
===> Creating users
/usr/local/lib/ruby/3.0/fileutils.rb:206:in `mkdir_p': wrong number of arguments
(given 2, expected 1) (ArgumentError)
from /wrkdirs/usr/ports/sysutils/puppet6/work/puppet-6.26.0/install.rb:80:in
`block in do_libs'
from /wrkdirs/usr/ports/sysutils/puppet6/work/puppet-6.26.0/install.rb:76:in
`each'
from /wrkdirs/usr/ports/sysutils/puppet6/work/puppet-6.26.0/install.rb:76:in
`do_libs'
from /wrkdirs/usr/ports/sysutils/puppet6/work/puppet-6.26.0/install.rb:496:in
`block in <main>'
from /usr/local/lib/ruby/3.0/fileutils.rb:139:in `chdir'
from /usr/local/lib/ruby/3.0/fileutils.rb:139:in `cd'
from /wrkdirs/usr/ports/sysutils/puppet6/work/puppet-6.26.0/install.rb:475:in
`<main>'
install -c -p -m 755 /tmp/puppet-binfile20220305-50220-k1a6ye
/wrkdirs/usr/ports/sysutils/puppet6/work/stage/usr/local/bin/puppet
*** Error code 1
Stop.
make: stopped in /usr/ports/sysutils/puppet6
PR: 262518
With hat: puppet |
6.26.0 21 Jan 2022 18:49:52 |
Romain Tartière (romain) |
sysutils/puppet6: Update to 6.26.0
Release notes:
https://puppet.com/docs/puppet/6/release_notes_puppet.html#release_notes_puppet_x-26-0
With hat: puppet |
6.25.1 25 Nov 2021 21:40:11 |
Stefan Eßer (se) |
*/*: 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) |
6.25.1 11 Nov 2021 06:39:17 |
Romain Tartière (romain) |
sysutils/puppet6: Update to 6.25.1
Release notes:
https://puppet.com/docs/puppet/6/release_notes_puppet.html#release_notes_puppet_6-24-0
(sic)
With hat: puppet |
6.25.0 14 Oct 2021 05:40:08 |
Romain Tartière (romain) |
sysutils/puppet6: Update to 6.25.0
Release notes:
https://puppet.com/docs/puppet/6/release_notes_puppet.html#release_notes_puppet_6-24-0
(sic)
With hat: puppet |
6.23.0 14 Sep 2021 10:55:33 |
Bernhard Froehlich (decke) |
sysutils/puppet6: Fix CPE information because current one is deprecated
Approved by: portmgr (blanket) |
6.23.0 25 Jun 2021 19:52:01 |
Romain Tartière (romain) |
sysutils/puppet6: Update to 6.23.0
Release notes:
https://puppet.com/docs/puppet/6/release_notes_puppet.html#release_notes_puppet_6-23-0
With hat: puppet |
6.21.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
6.21.1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
6.21.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
6.21.1 19 Feb 2021 23:12:46 |
romain |
Update to 6.21.1
Release notes:
https://puppet.com/docs/puppet/6.21/release_notes_puppet.html#release_notes_puppet_6-21-1
With hat: puppet |
6.20.0 22 Jan 2021 21:48:39 |
romain |
Update to 6.20.0
Release notes:
https://puppet.com/docs/puppet/6.20/release_notes_puppet.html#release_notes_puppet_x-19-0
With hat: puppet |
6.19.1_2 19 Jan 2021 14:37:12 |
mfechner |
Readded dependency to rubygem-ruby-augeas again.
Even if puppet does not have a dependency to it, it breaks usage for user which
should not happen for patches.
The dep was removed here:
https://svnweb.freebsd.org/ports/head/sysutils/puppet6/Makefile?r1=558467&r2=558466&pathrev=558467
Puppet7 does not have the dep, so users can plan the migration.
PR: 252339
Reported by: Eirik Oeverby <ltning-freebsd@anduin.net> |
6.19.1_1 19 Dec 2020 19:51:13 |
romain |
Refresh build/run dependencies
These dependencies used to be tricky but it seems that this issue has been
fixed at some point and sticking to the dependencies listed on rubygems.org
seems to be fine.
With hat: puppet |
6.19.1 04 Dec 2020 20:16:11 |
romain |
Hello Puppet 7!
Add sysutils/puppet7 from a copy of sysutils/puppet6 and a few minor tweaks.
With hat: puppet |
6.19.1 26 Nov 2020 12:32:03 |
linimon |
These ports now build on aarch64.
Obtained from: lonesome.com trybroken run |
6.19.1 23 Oct 2020 18:42:02 |
romain |
Update to 6.19.1
Release notes:
https://puppet.com/docs/puppet/6.19/release_notes_puppet.html#release_notes_puppet_x-19-0
While here, add devel/rubygem-concurrent-ruby as a build dependency to fix
build with portmaster [1].
With hat: puppet
PR: 250480 [1]
Reported by: moritz.kraus@makandra.de [1] |
6.18.0 31 Aug 2020 20:02:28 |
romain |
Update to 6.18.0
Release notes:
https://puppet.com/docs/puppet/6.18/release_notes_puppet.html#release_notes_puppet_x-18-0
While here, reintroduce the RFACTER option to use the Future Facter 4.x with
Puppet.
With hat: puppet |
6.17.0 16 Jul 2020 04:34:02 |
romain |
Update to 6.17.0
Release notes:
https://puppet.com/docs/puppet/6.17/release_notes_puppet.html#release_notes_puppet_x-17-0
With hat: puppet |
6.16.0 04 Jun 2020 22:24:50 |
romain |
Update to 6.16.0
Release notes:
https://puppet.com/docs/puppet/latest/release_notes_puppet.html#puppet-release-notes-x.15.0
With hat: puppet |
6.15.0 01 May 2020 18:30:58 |
romain |
Update to 6.15.0
Release notes:
https://puppet.com/docs/puppet/latest/release_notes_puppet.html#puppet-release-notes-x.15.0
With hat: puppet |
6.14.0 23 Mar 2020 17:12:25 |
romain |
Update to 6.14.0
Release notes:
https://puppet.com/docs/puppet/latest/release_notes_puppet.html#puppet-release-notes-x.13.0
With hat: puppet |
6.13.0 21 Feb 2020 17:38:46 |
romain |
Update to 6.13.0
Release notes:
https://puppet.com/docs/puppet/latest/release_notes_puppet.html#puppet-release-notes-x.13.0
With hat: puppet |
6.12.0 18 Jan 2020 02:56:49 |
romain |
Update to 6.12.0
Release notes:
https://puppet.com/docs/puppet/latest/release_notes_puppet.html#puppet-release-notes-x.12.0
With hat: puppet |
6.11.1 29 Nov 2019 00:17:31 |
romain |
Update to 6.11.1
Release notes:
https://puppet.com/docs/puppet/latest/release_notes_puppet.html
With hat: puppet |
6.10.1 22 Oct 2019 00:08:04 |
romain |
Update to 6.10.1
Release notes:
https://puppet.com/docs/puppetserver/6.3/release_notes.html#puppet-server-631
With hat: puppet |
6.10.0 03 Oct 2019 22:25:25 |
romain |
Update to 6.10.0
Release notes:
https://puppet.com/docs/puppet/latest/release_notes_puppet.html#puppet-release-notes-x.10.0
With hat: puppet |
6.9.0 23 Sep 2019 17:55:31 |
romain |
Update to 6.9.0
Release notes:
https://puppet.com/docs/puppet/6.9/release_notes_puppet.html#puppet-release-notes-x.9.0
With hat: puppet |
6.8.1 28 Aug 2019 18:38:31 |
romain |
Update to 6.8.1
Release notes:
https://puppet.com/docs/puppet/latest/release_notes_puppet.html#puppet-release-notes-x.8.1
With hat: puppet |
6.8.0 21 Aug 2019 20:36:58 |
romain |
Update to 6.8.0
Release notes:
https://puppet.com/docs/puppet/latest/release_notes_puppet.html#puppet-release-notes-x.8.0
With hat: puppet |
6.7.2 14 Aug 2019 12:16:13 |
mat |
Convert to UCL & cleanup pkg-message (categories s) |
6.7.2 26 Jul 2019 19:39:13 |
romain |
Update to 6.7.2
Release notes:
https://puppet.com/docs/puppet/6.7/release_notes_puppet.html#puppet-release-notes-x.y.2
With hat: puppet |
6.7.0 23 Jul 2019 21:49:12 |
romain |
Update to 6.7.0
Release notes:
https://puppet.com/docs/puppet/6.7/release_notes_puppet.html#puppet-release-notes-x.y.0
With hat: puppet |
6.6.0 01 Jul 2019 21:50:21 |
romain |
Update to 6.6.0
Release notes:
https://puppet.com/docs/puppet/6.6/release_notes_puppet.html
With hat: puppet |
6.5.0 23 Jun 2019 07:37:27 |
romain |
Update to 6.5.0
Release notes:
https://puppet.com/docs/puppet/6.5/release_notes_puppet.html#release-notes-puppet
With hat: puppet |
6.4.2 01 May 2019 10:43:05 |
romain |
Update to 6.4.2
Release notes:
https://puppet.com/docs/puppet/6.4/release_notes_puppet.html#puppet-release-notes-x.y.2
With hat: puppet |
6.4.1_1 24 Apr 2019 17:13:26 |
romain |
Fix the gem package provider
The problem has been fixed upstream in the master branch but has not been
released yet.
While here, relax the fast_gettext dependency (issue is being worked on with
upstream).
With hat: puppet |
6.4.1 24 Apr 2019 02:09:42 |
romain |
Update to 6.4.1
Release notes:
https://puppet.com/docs/puppet/6.4/release_notes_puppet.html
With hat: puppet |
6.4.0 03 Apr 2019 18:46:12 |
romain |
Update to 6.4.0
Release notes:
https://puppet.com/docs/puppet/6.4/release_notes_puppet.html#reference-8475
With hat: puppet |
6.3.0_1 23 Feb 2019 05:38:27 |
romain |
Do not hardcode /usr/local and rely on %%PREFIX%%.
While here, also add %%PREFIX%%/sbin to $PATH.
Bump PORTREVISION for this change.
With hat: puppet |
6.3.0 21 Feb 2019 18:34:09 |
romain |
Update to 6.3.0
Release notes:
https://puppet.com/docs/puppet/6.3/release_notes_puppet.html
While here, switch to GitHub source to install a gemspec file for Puppet. THis
will be needed when Bolt is imported to the FreeBSD ports tree.
With hat: puppet |
6.2.0 25 Jan 2019 17:50:32 |
romain |
Update to 6.2.0
Release notes:
https://puppet.com/docs/puppet/6.2/release_notes_puppet.html
With hat: puppet |
6.1.0 20 Dec 2018 02:10:31 |
romain |
Update to 6.1.0
Release notes:
https://puppet.com/docs/puppet/6.1/release_notes_puppet.html#reference-8475
WIth hat: puppet |
6.0.4 22 Nov 2018 19:41:34 |
romain |
Update to 6.0.4
Release notes:
https://puppet.com/docs/puppet/6.0/release_notes.html#puppet-604
With hat: puppet |
6.0.3 26 Oct 2018 10:21:20 |
romain |
Update to 6.0.3
Release notes:
https://puppet.com/docs/puppet/6.0/release_notes.html#puppet-603
With hat: puppet |
6.0.2 04 Oct 2018 21:08:59 |
romain |
Update to 6.0.2
Release notes:
https://puppet.com/docs/puppet/6.0/release_notes.html#puppet-602
With hat: puppet |
6.0.1 03 Oct 2018 16:56:28 |
romain |
Update to 6.0.1
Release notes:
https://puppet.com/docs/puppet/6.0/release_notes.html#puppet-601
With hat: puppet |
6.0.0 28 Sep 2018 14:07:28 |
romain |
Fix build when EXAMPLES is set
Reported by: pkg-fallout |
6.0.0 27 Sep 2018 07:44:49 |
romain |
New port: sysutils/puppet6
Release notes:
https://puppet.com/docs/puppet/6.0/release_notes.html
With hat: puppet |