svn commit: r553126 - head/sysutils/puppet6
Romain Tartière
romain at FreeBSD.org
Fri Oct 23 18:42:03 UTC 2020
Author: romain
Date: Fri Oct 23 18:42:02 2020
New Revision: 553126
URL: https://svnweb.freebsd.org/changeset/ports/553126
Log:
Update to 6.19.1
Release notes:
https://puppet.com/docs/puppet/6.19/release_notes_puppet.html#release_notes_puppet_x-19-0
While here, add devel/rubygem-concurrent-ruby as a build dependency to fix
build with portmaster [1].
With hat: puppet
PR: 250480 [1]
Reported by: moritz.kraus at makandra.de [1]
Modified:
head/sysutils/puppet6/Makefile
head/sysutils/puppet6/distinfo
Modified: head/sysutils/puppet6/Makefile
==============================================================================
--- head/sysutils/puppet6/Makefile Fri Oct 23 18:39:42 2020 (r553125)
+++ head/sysutils/puppet6/Makefile Fri Oct 23 18:42:02 2020 (r553126)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= puppet
-PORTVERSION= 6.18.0
+PORTVERSION= 6.19.1
CATEGORIES= sysutils
PKGNAMESUFFIX= 6
@@ -13,7 +13,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_aarch64= fails to install: Could not load facter; cannot install
-BUILD_DEPENDS= rubygem-deep_merge>=1.0:devel/rubygem-deep_merge \
+BUILD_DEPENDS= rubygem-concurrent-ruby>0:devel/rubygem-concurrent-ruby \
+ 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
Modified: head/sysutils/puppet6/distinfo
==============================================================================
--- head/sysutils/puppet6/distinfo Fri Oct 23 18:39:42 2020 (r553125)
+++ head/sysutils/puppet6/distinfo Fri Oct 23 18:42:02 2020 (r553126)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1598484535
-SHA256 (puppetlabs-puppet-6.18.0_GH0.tar.gz) = 95d2a820e12c9e6dab9cbbbfd12848bfd8e46a9b35803f2fd7f03d19c3173082
-SIZE (puppetlabs-puppet-6.18.0_GH0.tar.gz) = 3368659
+TIMESTAMP = 1603410625
+SHA256 (puppetlabs-puppet-6.19.1_GH0.tar.gz) = 95b47ce04f714b1db5fd3327b83d161f0e72c8e34ed22b74114ad2af515ffeb9
+SIZE (puppetlabs-puppet-6.19.1_GH0.tar.gz) = 3376097
More information about the svn-ports-all
mailing list