svn commit: r331926 - head/sysutils/puppet27
Steve Wills
swills at FreeBSD.org
Tue Oct 29 02:43:14 UTC 2013
Author: swills
Date: Tue Oct 29 02:43:14 2013
New Revision: 331926
URL: http://svnweb.freebsd.org/changeset/ports/331926
Log:
- Add PKGNAMESUFFIX to make package name unique
Modified:
head/sysutils/puppet27/Makefile
Modified: head/sysutils/puppet27/Makefile
==============================================================================
--- head/sysutils/puppet27/Makefile Tue Oct 29 02:31:01 2013 (r331925)
+++ head/sysutils/puppet27/Makefile Tue Oct 29 02:43:14 2013 (r331926)
@@ -3,6 +3,7 @@
PORTNAME= puppet
PORTVERSION= 2.7.23
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://downloads.puppetlabs.com/puppet/
@@ -26,6 +27,8 @@ SUB_FILES+= pkg-message
PORTSCOUT= limit:^2\.7\.
+PKGNAMESUFFIX= 27
+
MANCOMPRESSED= yes
MAN5= puppet.conf.5
MAN8= filebucket.8 pi.8 puppet-agent.8 puppet-apply.8 puppet-ca.8 \
More information about the svn-ports-all
mailing list