Update to 6.11.1

Release notes:
https://puppet.com/docs/puppet/latest/release_notes_puppet.html

With hat:	puppet
This commit is contained in:
Romain Tartière 2019-11-29 00:17:31 +00:00
parent 102f29ad18
commit b1b5faf9c2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518612
3 changed files with 14 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= puppet
PORTVERSION= 6.10.1
PORTVERSION= 6.11.1
CATEGORIES= sysutils
PKGNAMESUFFIX= 6
@ -14,11 +14,13 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_aarch64= fails to install: Could not load facter; cannot install
BUILD_DEPENDS= facter>=3.0:sysutils/facter \
rubygem-deep_merge>=1.0:devel/rubygem-deep_merge \
rubygem-hiera>=2.0:sysutils/rubygem-hiera \
rubygem-json_pure>=0:devel/rubygem-json_pure \
rubygem-semantic_puppet>=1:devel/rubygem-semantic_puppet
RUN_DEPENDS= facter>=3.0:sysutils/facter \
rubygem-concurrent-ruby>0:devel/rubygem-concurrent-ruby \
rubygem-deep_merge>0:devel/rubygem-deep_merge \
rubygem-gettext-setup>=0:devel/rubygem-gettext-setup \
rubygem-hiera>=2.0:sysutils/rubygem-hiera \
rubygem-hocon>=0:devel/rubygem-hocon \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1571157686
SHA256 (puppetlabs-puppet-6.10.1_GH0.tar.gz) = 9e66e36fd968ac8fef88f9dcd8a1e3884fe8a9671ae7af37810cd45e61ef7ff7
SIZE (puppetlabs-puppet-6.10.1_GH0.tar.gz) = 3207018
TIMESTAMP = 1574531220
SHA256 (puppetlabs-puppet-6.11.1_GH0.tar.gz) = b8a6514bcfa4cbf5fa4d13f095ba09598f15dc936811183f5c2f925701d93145
SIZE (puppetlabs-puppet-6.11.1_GH0.tar.gz) = 3214663

View File

@ -0,0 +1,8 @@
--- lib/puppet/runtime.rb.orig 2019-11-26 01:40:01 UTC
+++ lib/puppet/runtime.rb
@@ -1,4 +1,5 @@
require 'puppet/http'
+require 'singleton'
class Puppet::Runtime
include Singleton