<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/sysutils/puppet7, branch 13.1-eol</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=13.1-eol</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=13.1-eol'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2023-06-16T18:35:02Z</updated>
<entry>
<title>sysutils/puppet7: Update to 7.25.0</title>
<updated>2023-06-16T18:35:02Z</updated>
<author>
<name>Romain Tartière</name>
<email>romain@FreeBSD.org</email>
</author>
<published>2023-06-14T03:29:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=6e57fabaf4b5434d6630ea03cd17e3be8b31d7ce'/>
<id>urn:sha1:6e57fabaf4b5434d6630ea03cd17e3be8b31d7ce</id>
<content type='text'>
Release notes:
https://www.puppet.com/docs/puppet/7/release_notes_puppet.html#release_notes_puppet_x-7-25-0

With hat:	puppet
</content>
</entry>
<entry>
<title>sysutils/puppet8: New port</title>
<updated>2023-04-29T01:36:08Z</updated>
<author>
<name>Romain Tartière</name>
<email>romain@FreeBSD.org</email>
</author>
<published>2023-04-28T20:59:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=53c3c6d2e159f6d66141f2babe888993e747a86e'/>
<id>urn:sha1:53c3c6d2e159f6d66141f2babe888993e747a86e</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>sysutils/puppet7: Update to 7.24.0</title>
<updated>2023-04-10T09:10:54Z</updated>
<author>
<name>Romain Tartière</name>
<email>romain@FreeBSD.org</email>
</author>
<published>2023-04-08T21:07:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=91e06061821d106bf0195c6bd08856f8f92dbd39'/>
<id>urn:sha1:91e06061821d106bf0195c6bd08856f8f92dbd39</id>
<content type='text'>
Release notes:
https://www.puppet.com/docs/puppet/7/release_notes_puppet.html#release_notes_puppet_x-7-24-0

While here, cope with incompatible concurrent-ruby version installed
beside the needed one [1].

With hat:	puppet
PR:		270482 [1]
Reported by:	freebsd@wb9.se [1]
</content>
</entry>
<entry>
<title>sysutils/puppet7: Update fast_gettext dependency</title>
<updated>2023-03-25T21:17:13Z</updated>
<author>
<name>Romain Tartière</name>
<email>romain@FreeBSD.org</email>
</author>
<published>2023-03-25T21:15:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=16a1941ec933aa6459dccb3c09d5c5039c057163'/>
<id>urn:sha1:16a1941ec933aa6459dccb3c09d5c5039c057163</id>
<content type='text'>
Older versions of fast_gettext are not working with Ruby 3.2.  This fix
Puppet with Ruby 3.2.

With hat:	puppet
</content>
</entry>
<entry>
<title>sysutils/puppet7: Switch back to older concurrent-ruby</title>
<updated>2023-03-24T22:24:10Z</updated>
<author>
<name>Romain Tartière</name>
<email>romain@FreeBSD.org</email>
</author>
<published>2023-03-24T20:49:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ba885e567f3c01af8af2f245abe7479e351153dc'/>
<id>urn:sha1:ba885e567f3c01af8af2f245abe7479e351153dc</id>
<content type='text'>
This revert 9b4522cb7997070282339d841af44ee8e57ae798 and update the
dependency on concurrent-ruby to use version 1.1.

With hat:	puppet
</content>
</entry>
<entry>
<title>sysutils/puppet7: Update to 7.23.0</title>
<updated>2023-02-11T06:54:48Z</updated>
<author>
<name>Romain Tartière</name>
<email>romain@FreeBSD.org</email>
</author>
<published>2023-02-11T03:31:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=7176b8010f98149d92f2ce751c1f7dcb3a567be9'/>
<id>urn:sha1:7176b8010f98149d92f2ce751c1f7dcb3a567be9</id>
<content type='text'>
Release notes:
https://www.puppet.com/docs/puppet/7/release_notes_puppet.html#release_notes_puppet_x-7-23-0

With hat:	puppet
</content>
</entry>
<entry>
<title>sysutils/puppet7: Fix build with rubygem-concurrent-ruby 1.2.0+</title>
<updated>2023-02-05T15:50:15Z</updated>
<author>
<name>Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2023-02-05T15:29:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=9b4522cb7997070282339d841af44ee8e57ae798'/>
<id>urn:sha1:9b4522cb7997070282339d841af44ee8e57ae798</id>
<content type='text'>
- 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
</content>
</entry>
<entry>
<title>Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby</title>
<updated>2023-01-14T23:08:33Z</updated>
<author>
<name>Muhammad Moinur Rahman</name>
<email>bofh@FreeBSD.org</email>
</author>
<published>2023-01-14T23:05:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=18c6e18276691edf5274406bf82a3b06792ff9ae'/>
<id>urn:sha1:18c6e18276691edf5274406bf82a3b06792ff9ae</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>sysutils/puppet7: Update to 7.21.0</title>
<updated>2022-12-10T05:27:09Z</updated>
<author>
<name>Romain Tartière</name>
<email>romain@FreeBSD.org</email>
</author>
<published>2022-12-10T00:13:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=18b52271dbe7251d2e18e9db06bade3368931fe7'/>
<id>urn:sha1:18b52271dbe7251d2e18e9db06bade3368931fe7</id>
<content type='text'>
Release notes:
https://puppet.com/docs/puppet/7/release_notes_puppet.html#release_notes_puppet_x-7-21-0

With hat:	puppet
</content>
</entry>
<entry>
<title>sysutils/puppet7: Update to 7.20.0</title>
<updated>2022-10-13T06:49:15Z</updated>
<author>
<name>Romain Tartière</name>
<email>romain@FreeBSD.org</email>
</author>
<published>2022-10-13T06:43:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=979e87d4d9d895b7c94098fbab7cb728901be1fb'/>
<id>urn:sha1:979e87d4d9d895b7c94098fbab7cb728901be1fb</id>
<content type='text'>
Release notes:
https://puppet.com/docs/puppet/7/release_notes_puppet.html#release_notes_puppet_x-7-20-0

With hat:	puppet
</content>
</entry>
</feed>
