svn commit: r319550 - head/sysutils/rubygem-facter
Steve Wills
swills at FreeBSD.org
Sat Jun 1 00:52:12 UTC 2013
Author: swills
Date: Sat Jun 1 00:52:11 2013
New Revision: 319550
URL: http://svnweb.freebsd.org/changeset/ports/319550
Log:
- Fix RUN_DEPENDS line so that it doesn't remove ruby as a dependency
- Bump PORTREVISION
With hat: ruby@
Modified:
head/sysutils/rubygem-facter/Makefile
Modified: head/sysutils/rubygem-facter/Makefile
==============================================================================
--- head/sysutils/rubygem-facter/Makefile Fri May 31 23:06:39 2013 (r319549)
+++ head/sysutils/rubygem-facter/Makefile Sat Jun 1 00:52:11 2013 (r319550)
@@ -3,7 +3,7 @@
PORTNAME= facter
PORTVERSION= 1.6.18
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils rubygems
MASTER_SITES= RG \
http://downloads.puppetlabs.com/facter/
@@ -21,7 +21,7 @@ PLIST_FILES= bin/facter
# Restrict dmidecode dependency to i386 and amd64 systems
.if ${ARCH} == "amd64" || ${ARCH} == "i386"
-RUN_DEPENDS= dmidecode:${PORTSDIR}/sysutils/dmidecode
+RUN_DEPENDS+= dmidecode:${PORTSDIR}/sysutils/dmidecode
.endif
.include <bsd.port.post.mk>
More information about the svn-ports-head
mailing list