git: dddf7ca1a971 - main - sysutils/puppet8: Update to 8.1.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 01 Jul 2023 02:52:05 UTC
The branch main has been updated by romain:
URL: https://cgit.FreeBSD.org/ports/commit/?id=dddf7ca1a971857dfe4173d7e3e0fbf4c2fb55af
commit dddf7ca1a971857dfe4173d7e3e0fbf4c2fb55af
Author: Romain Tartière <romain@FreeBSD.org>
AuthorDate: 2023-06-17 04:20:44 +0000
Commit: Romain Tartière <romain@FreeBSD.org>
CommitDate: 2023-07-01 02:51:29 +0000
sysutils/puppet8: Update to 8.1.0
Release notes:
https://www.puppet.com/docs/puppet/8/release_notes_puppet.html#release_notes_puppet_x-8-1-0
With hat: puppet
---
sysutils/puppet8/Makefile | 4 ++--
sysutils/puppet8/distinfo | 6 +++---
sysutils/puppet8/files/patch-lib_puppet_settings.rb | 10 ----------
sysutils/puppet8/files/patch-lib_puppet_thread__local.rb | 7 -------
4 files changed, 5 insertions(+), 22 deletions(-)
diff --git a/sysutils/puppet8/Makefile b/sysutils/puppet8/Makefile
index 1f87bd1faf13..cc3ab9ce10aa 100644
--- a/sysutils/puppet8/Makefile
+++ b/sysutils/puppet8/Makefile
@@ -1,5 +1,5 @@
PORTNAME= puppet
-PORTVERSION= 8.0.1
+PORTVERSION= 8.1.0
CATEGORIES= sysutils
MASTER_SITES= https://forge.puppet.com/v3/files/:forge
PKGNAMESUFFIX= 8
@@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_RUBY30= yes
-RUN_DEPENDS= rubygem-concurrent-ruby11>1.0:devel/rubygem-concurrent-ruby11 \
+RUN_DEPENDS= rubygem-concurrent-ruby>1.0:devel/rubygem-concurrent-ruby \
rubygem-deep_merge>1.0:devel/rubygem-deep_merge \
rubygem-facter>=4.0:sysutils/rubygem-facter \
rubygem-fast_gettext>=2.1:devel/rubygem-fast_gettext \
diff --git a/sysutils/puppet8/distinfo b/sysutils/puppet8/distinfo
index a731999bd878..b0e75b9cf582 100644
--- a/sysutils/puppet8/distinfo
+++ b/sysutils/puppet8/distinfo
@@ -1,4 +1,4 @@
-TIMESTAMP = 1682716159
+TIMESTAMP = 1686975613
SHA256 (puppetlabs-augeas_core-1.3.0.tar.gz) = be41ae163f5dc94021ce03c2a0032a23275b4378af3c917befc12af14a4b3b69
SIZE (puppetlabs-augeas_core-1.3.0.tar.gz) = 25837
SHA256 (puppetlabs-cron_core-1.2.0.tar.gz) = e74247784d8cf6b27811b98f3ad782952d0005e4e012abb367d3492c51f264a2
@@ -19,5 +19,5 @@ SHA256 (puppetlabs-zfs_core-1.4.0.tar.gz) = fcdf3440d5cf5e76a2ae452fc8eb6b8a5897
SIZE (puppetlabs-zfs_core-1.4.0.tar.gz) = 18834
SHA256 (puppetlabs-zone_core-1.1.0.tar.gz) = 9d8241938e56145ce15827415e5c6b74002407b4548c12b5ef165423adfc725b
SIZE (puppetlabs-zone_core-1.1.0.tar.gz) = 20637
-SHA256 (puppetlabs-puppet-8.0.1_GH0.tar.gz) = 3cd03a87274bdd80b466dbd33c0a45e435dc4d02a84106d13fae0c246c73adb1
-SIZE (puppetlabs-puppet-8.0.1_GH0.tar.gz) = 3317153
+SHA256 (puppetlabs-puppet-8.1.0_GH0.tar.gz) = 126366f58828aca9ad76d77681ffbb38553157bfcf6f0c8bd8302aef83c3f437
+SIZE (puppetlabs-puppet-8.1.0_GH0.tar.gz) = 3318367
diff --git a/sysutils/puppet8/files/patch-lib_puppet_settings.rb b/sysutils/puppet8/files/patch-lib_puppet_settings.rb
deleted file mode 100644
index 333f545c291f..000000000000
--- a/sysutils/puppet8/files/patch-lib_puppet_settings.rb
+++ /dev/null
@@ -1,10 +0,0 @@
---- lib/puppet/settings.rb.orig 2023-04-08 20:42:13 UTC
-+++ lib/puppet/settings.rb
-@@ -4,6 +4,7 @@ require_relative '../puppet/util/watched_file'
- require_relative '../puppet/util/command_line/puppet_option_parser'
- require 'forwardable'
- require 'fileutils'
-+gem 'concurrent-ruby', '< 1.2.0'
- require 'concurrent'
-
- # The class for handling configuration files.
diff --git a/sysutils/puppet8/files/patch-lib_puppet_thread__local.rb b/sysutils/puppet8/files/patch-lib_puppet_thread__local.rb
deleted file mode 100644
index 8a2598647e42..000000000000
--- a/sysutils/puppet8/files/patch-lib_puppet_thread__local.rb
+++ /dev/null
@@ -1,7 +0,0 @@
---- lib/puppet/thread_local.rb.orig 2023-04-08 20:42:06 UTC
-+++ lib/puppet/thread_local.rb
-@@ -1,3 +1,4 @@
-+gem 'concurrent-ruby', '< 1.2.0'
- require 'concurrent'
-
- # We want to use the pure Ruby implementation even on JRuby. If we use the Java