Date: Thu, 9 Jun 2016 11:19:58 +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: r416593 - in head/databases: puppetdb-terminus3 puppetdb3 Message-ID: <201606091119.u59BJwmt027923@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606091119.u59BJwmt027923>