Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Sep 2020 18:07:43 +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: r548848 - head/sysutils/rubygem-puppetserver-ca
Message-ID:  <202009171807.08HI7h0b090790@repo.freebsd.org>

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



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