svn commit: r360220 - head/sysutils/puppet
Steve Wills
swills at FreeBSD.org
Wed Jul 2 16:34:13 UTC 2014
Author: swills
Date: Wed Jul 2 16:34:13 2014
New Revision: 360220
URL: http://svnweb.freebsd.org/changeset/ports/360220
QAT: https://qat.redports.org/buildarchive/r360220/
Log:
- Add BUILD_DEPENDS on facter and hiera to avoid issue discovered with
portmaster
Modified:
head/sysutils/puppet/Makefile
Modified: head/sysutils/puppet/Makefile
==============================================================================
--- head/sysutils/puppet/Makefile Wed Jul 2 16:26:51 2014 (r360219)
+++ head/sysutils/puppet/Makefile Wed Jul 2 16:34:13 2014 (r360220)
@@ -3,6 +3,7 @@
PORTNAME= puppet
PORTVERSION= 3.6.2
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://downloads.puppetlabs.com/puppet/
@@ -11,6 +12,8 @@ COMMENT= Configuration management framew
LICENSE= APACHE20
+BUILD_DEPENDS= rubygem-facter>=0:${PORTSDIR}/sysutils/rubygem-facter \
+ rubygem-hiera>=0:${PORTSDIR}/sysutils/rubygem-hiera
RUN_DEPENDS= rubygem-facter>=0:${PORTSDIR}/sysutils/rubygem-facter \
rubygem-ruby-augeas>=0:${PORTSDIR}/textproc/rubygem-augeas \
rubygem-hiera>=0:${PORTSDIR}/sysutils/rubygem-hiera
More information about the svn-ports-all
mailing list