forked from Lainports/freebsd-ports
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
This commit is contained in:
parent
a7d543dcd6
commit
dddf7ca1a9
4 changed files with 5 additions and 22 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue