Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Oct 2020 18:42:02 +0000 (UTC)
From:      =?UTF-8?Q?Romain_Tarti=c3=a8re?= <romain@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553126 - head/sysutils/puppet6
Message-ID:  <202010231842.09NIg2EK089015@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010231842.09NIg2EK089015>