aboutsummaryrefslogtreecommitdiff
path: root/sysutils/puppet6
diff options
context:
space:
mode:
authorRomain Tartière <romain@FreeBSD.org>2020-01-18 02:56:49 +0000
committerRomain Tartière <romain@FreeBSD.org>2020-01-18 02:56:49 +0000
commit771e694674612cb569be01d31292eac93015d1bf (patch)
tree74ec318617ae021539311d004b168da6b18ceb5a /sysutils/puppet6
parent5fa3f9bac093882e2ee15c1f955dc3562dcab10b (diff)
downloadports-771e694674612cb569be01d31292eac93015d1bf.tar.gz
ports-771e694674612cb569be01d31292eac93015d1bf.zip
Update to 6.12.0
Notes
Notes: svn path=/head/; revision=523391
Diffstat (limited to 'sysutils/puppet6')
-rw-r--r--sysutils/puppet6/Makefile2
-rw-r--r--sysutils/puppet6/distinfo6
-rw-r--r--sysutils/puppet6/files/patch-lib_puppet_runtime.rb8
3 files changed, 4 insertions, 12 deletions
diff --git a/sysutils/puppet6/Makefile b/sysutils/puppet6/Makefile
index b2f4680f295a..108b0ab956bc 100644
--- a/sysutils/puppet6/Makefile
+++ b/sysutils/puppet6/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= puppet
-PORTVERSION= 6.11.1
+PORTVERSION= 6.12.0
CATEGORIES= sysutils
PKGNAMESUFFIX= 6
diff --git a/sysutils/puppet6/distinfo b/sysutils/puppet6/distinfo
index 6bd40d2275fd..04b1c1fbe37c 100644
--- a/sysutils/puppet6/distinfo
+++ b/sysutils/puppet6/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1574531220
-SHA256 (puppetlabs-puppet-6.11.1_GH0.tar.gz) = b8a6514bcfa4cbf5fa4d13f095ba09598f15dc936811183f5c2f925701d93145
-SIZE (puppetlabs-puppet-6.11.1_GH0.tar.gz) = 3214663
+TIMESTAMP = 1579021535
+SHA256 (puppetlabs-puppet-6.12.0_GH0.tar.gz) = 07e19f0549061bb93e7da9a45a0f71123da248337d40cefdd6f923e9bb0695e4
+SIZE (puppetlabs-puppet-6.12.0_GH0.tar.gz) = 3227335
diff --git a/sysutils/puppet6/files/patch-lib_puppet_runtime.rb b/sysutils/puppet6/files/patch-lib_puppet_runtime.rb
deleted file mode 100644
index b32d4d616752..000000000000
--- a/sysutils/puppet6/files/patch-lib_puppet_runtime.rb
+++ /dev/null
@@ -1,8 +0,0 @@
---- 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