non port: sysutils/puppet6/Makefile |
SVNWeb
|
Number of commits found: 58 |
Thu, 1 Jun 2023
|
[ 18:56 Rene Ladan (rene) ] 03835de (Only the first 10 of 44 ports in this commit are shown above. )
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
|
Sat, 29 Apr 2023
|
[ 01:36 Romain Tartière (romain) ] 53c3c6d (Only the first 10 of 12 ports in this commit are shown above. )
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.
|
Sat, 25 Mar 2023
|
[ 21:17 Romain Tartière (romain) ] 4a4cf352
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
|
Fri, 24 Mar 2023
|
[ 22:24 Romain Tartière (romain) ] 266e23f
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
|
Fri, 3 Mar 2023
|
[ 16:48 Romain Tartière (romain) ] febd99f
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
|
Sun, 5 Feb 2023
|
[ 15:50 Po-Chuan Hsieh (sunpoet) ] 347b5b8
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
|
Sat, 14 Jan 2023
|
[ 23:08 Muhammad Moinur Rahman (bofh) ] 18c6e18 (Only the first 10 of 2869 ports in this commit are shown above. )
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
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Sat, 20 Aug 2022
|
[ 02:32 Romain Tartière (romain) ] 681e32f
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
|
Fri, 12 Aug 2022
|
[ 14:46 Dima Panov (fluffy) ] 4cf39de (Only the first 10 of 722 ports in this commit are shown above. )
*/*: bump all consumers after recent boost upgrade
|
Sat, 6 Aug 2022
|
[ 03:04 Romain Tartière (romain) ] 76c1cbe
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
|
Fri, 18 Mar 2022
|
[ 23:32 Romain Tartière (romain) Author: Yasuhiro Kimura ] 70af43e
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
|
Fri, 21 Jan 2022
|
[ 18:49 Romain Tartière (romain) ] 6be583f
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
|
Thu, 25 Nov 2021
|
[ 21:40 Stefan Eßer (se) ] 04b9da4 (Only the first 10 of 188 ports in this commit are shown above. )
*/*: 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)
|
Thu, 11 Nov 2021
|
[ 06:39 Romain Tartière (romain) ] b8cdbc2
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
|
Thu, 14 Oct 2021
|
[ 05:40 Romain Tartière (romain) ] 55952b1
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
|
Tue, 14 Sep 2021
|
[ 10:55 Bernhard Froehlich (decke) ] fa5b14e
sysutils/puppet6: Fix CPE information because current one is deprecated
Approved by: portmgr (blanket)
|
Fri, 25 Jun 2021
|
[ 19:52 Romain Tartière (romain) ] 957ce6f
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
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 19 Feb 2021
|
[ 23:12 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
|
Fri, 22 Jan 2021
|
[ 21:48 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
|
Tue, 19 Jan 2021
|
[ 14:37 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>
|
Sat, 19 Dec 2020
|
[ 19:51 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
|
Fri, 4 Dec 2020
|
[ 20:16 romain ]
Hello Puppet 7!
Add sysutils/puppet7 from a copy of sysutils/puppet6 and a few minor tweaks.
With hat: puppet
|
Thu, 26 Nov 2020
|
[ 12:32 linimon ]
These ports now build on aarch64.
Obtained from: lonesome.com trybroken run
|
Fri, 23 Oct 2020
|
[ 18:42 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]
|
Mon, 31 Aug 2020
|
[ 20:02 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
|
Thu, 16 Jul 2020
|
[ 04:34 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
|
Thu, 4 Jun 2020
|
[ 22:24 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
|
Fri, 1 May 2020
|
[ 18:30 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
|
Mon, 23 Mar 2020
|
[ 17:12 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
|
Fri, 21 Feb 2020
|
[ 17:38 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
|
Sat, 18 Jan 2020
|
[ 02:56 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
|
Fri, 29 Nov 2019
|
[ 00:17 romain ]
Update to 6.11.1
Release notes:
https://puppet.com/docs/puppet/latest/release_notes_puppet.html
With hat: puppet
|
Tue, 22 Oct 2019
|
[ 00:08 romain ]
Update to 6.10.1
Release notes:
https://puppet.com/docs/puppetserver/6.3/release_notes.html#puppet-server-631
With hat: puppet
|
Thu, 3 Oct 2019
|
[ 22: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
|
Mon, 23 Sep 2019
|
[ 17:55 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
|
Wed, 28 Aug 2019
|
[ 18:38 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
|
Wed, 21 Aug 2019
|
[ 20:36 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
|
Fri, 26 Jul 2019
|
[ 19:39 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
|
Tue, 23 Jul 2019
|
[ 21:49 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
|
Mon, 1 Jul 2019
|
[ 21:50 romain ]
Update to 6.6.0
Release notes:
https://puppet.com/docs/puppet/6.6/release_notes_puppet.html
With hat: puppet
|
Sun, 23 Jun 2019
|
[ 07:37 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
|
Wed, 1 May 2019
|
[ 10:43 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
|
Wed, 24 Apr 2019
|
[ 17:13 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
|
[ 02:09 romain ]
Update to 6.4.1
Release notes:
https://puppet.com/docs/puppet/6.4/release_notes_puppet.html
With hat: puppet
|
Wed, 3 Apr 2019
|
[ 18:46 romain ]
Update to 6.4.0
Release notes:
https://puppet.com/docs/puppet/6.4/release_notes_puppet.html#reference-8475
With hat: puppet
|
Sat, 23 Feb 2019
|
[ 05:38 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
|
Thu, 21 Feb 2019
|
[ 18:34 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
|
Fri, 25 Jan 2019
|
[ 17:50 romain ]
Update to 6.2.0
Release notes:
https://puppet.com/docs/puppet/6.2/release_notes_puppet.html
With hat: puppet
|
Thu, 20 Dec 2018
|
[ 02:10 romain ]
Update to 6.1.0
Release notes:
https://puppet.com/docs/puppet/6.1/release_notes_puppet.html#reference-8475
WIth hat: puppet
|
Thu, 22 Nov 2018
|
[ 19:41 romain ]
Update to 6.0.4
Release notes:
https://puppet.com/docs/puppet/6.0/release_notes.html#puppet-604
With hat: puppet
|
Fri, 26 Oct 2018
|
[ 10:21 romain ]
Update to 6.0.3
Release notes:
https://puppet.com/docs/puppet/6.0/release_notes.html#puppet-603
With hat: puppet
|
Thu, 4 Oct 2018
|
[ 21:08 romain ]
Update to 6.0.2
Release notes:
https://puppet.com/docs/puppet/6.0/release_notes.html#puppet-602
With hat: puppet
|
Wed, 3 Oct 2018
|
[ 16:56 romain ]
Update to 6.0.1
Release notes:
https://puppet.com/docs/puppet/6.0/release_notes.html#puppet-601
With hat: puppet
|
Fri, 28 Sep 2018
|
[ 14:07 romain ]
Fix build when EXAMPLES is set
Reported by: pkg-fallout
|
Thu, 27 Sep 2018
|
[ 07:44 romain ]
New port: sysutils/puppet6
Release notes:
https://puppet.com/docs/puppet/6.0/release_notes.html
With hat: puppet
|
Number of commits found: 58 |