svn commit: r416593 - in head/databases: puppetdb-terminus3 puppetdb3

Romain Tartière romain at FreeBSD.org
Thu Jun 9 11:19:59 UTC 2016


Author: romain
Date: Thu Jun  9 11:19:58 2016
New Revision: 416593
URL: https://svnweb.freebsd.org/changeset/ports/416593

Log:
  Oh, yes, we do not need ${PORTSDIR}/ anymore
  
  Pointy hat to:	me

Modified:
  head/databases/puppetdb-terminus3/Makefile
  head/databases/puppetdb3/Makefile

Modified: head/databases/puppetdb-terminus3/Makefile
==============================================================================
--- head/databases/puppetdb-terminus3/Makefile	Thu Jun  9 11:15:15 2016	(r416592)
+++ head/databases/puppetdb-terminus3/Makefile	Thu Jun  9 11:19:58 2016	(r416593)
@@ -11,7 +11,7 @@ COMMENT=	PuppetDB storeconfigs backend t
 
 LICENSE=	APACHE20
 
-BUILD_DEPENDS=	puppet:${PORTSDIR}/sysutils/puppet4
+BUILD_DEPENDS=	puppet:sysutils/puppet4
 
 CONFLICTS_INSTALL=	puppetdb-terminus-* puppetdb-terminus4-*
 USE_RUBY=	yes

Modified: head/databases/puppetdb3/Makefile
==============================================================================
--- head/databases/puppetdb3/Makefile	Thu Jun  9 11:15:15 2016	(r416592)
+++ head/databases/puppetdb3/Makefile	Thu Jun  9 11:19:58 2016	(r416593)
@@ -11,10 +11,10 @@ COMMENT=	PuppetDB storeconfigs backend
 
 LICENSE=	APACHE20
 
-RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash \
-		puppet:${PORTSDIR}/sysutils/puppet4
-BUILD_DEPENDS=	rubygem-facter>=0:${PORTSDIR}/sysutils/rubygem-facter \
-		rubygem-rake>=0:${PORTSDIR}/devel/rubygem-rake
+RUN_DEPENDS=	bash:shells/bash \
+		puppet:sysutils/puppet4
+BUILD_DEPENDS=	rubygem-facter>=0:sysutils/rubygem-facter \
+		rubygem-rake>=0:devel/rubygem-rake
 
 USE_RC_SUBR=	puppetdb
 


More information about the svn-ports-head mailing list