svn commit: r558466 - head/sysutils/puppet5

Romain Tartière romain at FreeBSD.org
Sat Dec 19 19:49:48 UTC 2020


Author: romain
Date: Sat Dec 19 19:49:47 2020
New Revision: 558466
URL: https://svnweb.freebsd.org/changeset/ports/558466

Log:
  Refresh build/run dependencies
  
  These dependencies used to be tricky but it seems that this issue has been
  fixed at some point and sticking to the dependencies listed on rubygems.org
  seems to be fine.
  
  With hat:	puppet

Modified:
  head/sysutils/puppet5/Makefile

Modified: head/sysutils/puppet5/Makefile
==============================================================================
--- head/sysutils/puppet5/Makefile	Sat Dec 19 19:31:37 2020	(r558465)
+++ head/sysutils/puppet5/Makefile	Sat Dec 19 19:49:47 2020	(r558466)
@@ -2,6 +2,7 @@
 
 PORTNAME=	puppet
 PORTVERSION=	5.5.22
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	https://downloads.puppetlabs.com/puppet/
 PKGNAMESUFFIX=	5
@@ -15,13 +16,10 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 # maybe a newer version like puppet 6.x or 7.x must be used to work with ruby 2.7
 BROKEN_RUBY27=	yes
 
-BUILD_DEPENDS=	rubygem-hiera>=2.0:sysutils/rubygem-hiera \
-		rubygem-json_pure>=0:devel/rubygem-json_pure
-RUN_DEPENDS=	rubygem-gettext-setup>=0:devel/rubygem-gettext-setup \
-		rubygem-hiera>=2.0:sysutils/rubygem-hiera \
-		rubygem-hocon>=0:devel/rubygem-hocon \
-		rubygem-json_pure>=0:devel/rubygem-json_pure \
-		rubygem-ruby-augeas>=0:textproc/rubygem-ruby-augeas
+RUN_DEPENDS=	rubygem-fast_gettext1>=1.1.2:devel/rubygem-fast_gettext1 \
+		rubygem-hiera>=3.2.1:sysutils/rubygem-hiera \
+		rubygem-locale>=2.1:devel/rubygem-locale \
+		rubygem-multi_json>=1.10:devel/rubygem-multi_json
 
 USES=		cpe
 CPE_VENDOR=	puppetlabs


More information about the svn-ports-all mailing list