svn commit: r310090 - in head/sysutils: . cfengine22 cfengine32 cfengine33 cfengine34

Glen Barber gjb at FreeBSD.org
Tue Jan 8 13:48:06 UTC 2013


Author: gjb
Date: Tue Jan  8 13:48:05 2013
New Revision: 310090
URL: http://svnweb.freebsd.org/changeset/ports/310090

Log:
  - Conditionalize PKGNAMESUFFIX and LATEST_LINK for sysutils/cfengine34
    if MASTERDIR is not set.[1]
  
  - Add sysutils/cfengine back to INDEX.
  
  - While here, add PKGNAMESUFFIX for other cfengine ports for consistency.
  
  Submitted by:	bapt [1]
  Approved by:	cy (maintainer, implicit)

Modified:
  head/sysutils/Makefile
  head/sysutils/cfengine22/Makefile
  head/sysutils/cfengine32/Makefile
  head/sysutils/cfengine33/Makefile
  head/sysutils/cfengine34/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Tue Jan  8 13:22:14 2013	(r310089)
+++ head/sysutils/Makefile	Tue Jan  8 13:48:05 2013	(r310090)
@@ -106,6 +106,7 @@
     SUBDIR += cdrtools
     SUBDIR += cdrtools-devel
     SUBDIR += cfengine-devel
+    SUBDIR += cfengine
     SUBDIR += cfengine22
     SUBDIR += cfengine32
     SUBDIR += cfengine33

Modified: head/sysutils/cfengine22/Makefile
==============================================================================
--- head/sysutils/cfengine22/Makefile	Tue Jan  8 13:22:14 2013	(r310089)
+++ head/sysutils/cfengine22/Makefile	Tue Jan  8 13:48:05 2013	(r310090)
@@ -9,6 +9,7 @@ PORTNAME=	cfengine
 PORTVERSION=	2.2.10
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.cfengine.org/tarballs/
+PKGNAMESUFFIX=	22
 
 MAINTAINER=	cy at FreeBSD.org
 #		gjb at FreeBSD.org is also committer for this port

Modified: head/sysutils/cfengine32/Makefile
==============================================================================
--- head/sysutils/cfengine32/Makefile	Tue Jan  8 13:22:14 2013	(r310089)
+++ head/sysutils/cfengine32/Makefile	Tue Jan  8 13:48:05 2013	(r310090)
@@ -11,6 +11,7 @@ PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://cfengine.com/source-code/download?file=
+PKGNAMESUFFIX=	32
 
 MAINTAINER=	cy at FreeBSD.org
 #		gjb at FreeBSD.org is an alternate committer for this port

Modified: head/sysutils/cfengine33/Makefile
==============================================================================
--- head/sysutils/cfengine33/Makefile	Tue Jan  8 13:22:14 2013	(r310089)
+++ head/sysutils/cfengine33/Makefile	Tue Jan  8 13:48:05 2013	(r310090)
@@ -7,6 +7,7 @@ PORTVERSION=	3.3.8
 PORTREVISION=	2
 CATEGORIES=	sysutils
 MASTER_SITES=	http://cfengine.com/source-code/download?file=
+PKGNAMESUFFIX=	33
 
 MAINTAINER=	cy at FreeBSD.org
 #		gjb at FreeBSD.org is also committer for this port

Modified: head/sysutils/cfengine34/Makefile
==============================================================================
--- head/sysutils/cfengine34/Makefile	Tue Jan  8 13:22:14 2013	(r310089)
+++ head/sysutils/cfengine34/Makefile	Tue Jan  8 13:48:05 2013	(r310090)
@@ -10,7 +10,11 @@ MAINTAINER=	cy at FreeBSD.org
 #		gjb at FreeBSD.org is also committer for this port
 COMMENT=	A systems administration tool for networks
 
+.if !defined(MASTERDIR)
+PKGNAMESUFFIX=	34
 LATEST_LINK=	cfengine34
+.endif
+
 FETCH_BEFORE_ARGS=	-o ${DISTDIR}/${DISTFILES}
 
 CONFLICTS=	cfengine-2* cfengine-3.[23]* cfengine-devel-*


More information about the svn-ports-all mailing list