svn commit: r548848 - head/sysutils/rubygem-puppetserver-ca

Romain Tartière romain at FreeBSD.org
Thu Sep 17 18:07:43 UTC 2020


Author: romain
Date: Thu Sep 17 18:07:42 2020
New Revision: 548848
URL: https://svnweb.freebsd.org/changeset/ports/548848

Log:
  Remove explicit dependency
  
  The puppetserver port will depend on Facter and this ports is a dependency of
  the puppetsever port, so no need to put this dependency here.
  
  This allows to use the future Facter 4 (sysutils/facter) without conflicts.
  
  With hat:	puppet

Modified:
  head/sysutils/rubygem-puppetserver-ca/Makefile

Modified: head/sysutils/rubygem-puppetserver-ca/Makefile
==============================================================================
--- head/sysutils/rubygem-puppetserver-ca/Makefile	Thu Sep 17 17:47:23 2020	(r548847)
+++ head/sysutils/rubygem-puppetserver-ca/Makefile	Thu Sep 17 18:07:42 2020	(r548848)
@@ -2,6 +2,7 @@
 
 PORTNAME=	puppetserver-ca
 PORTVERSION=	1.8.0
+PORTREVISION=	1
 CATEGORIES=	sysutils rubygems
 MASTER_SITES=	RG
 
@@ -10,8 +11,6 @@ COMMENT=	Ruby CLI tool to interact with the Puppet Ser
 
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
-
-RUN_DEPENDS=	facter:sysutils/facter
 
 USES=		gem
 USE_RUBY=	yes


More information about the svn-ports-all mailing list