Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Oct 2013 02:43:14 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331926 - head/sysutils/puppet27
Message-ID:  <201310290243.r9T2hERt052728@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310290243.r9T2hERt052728>