Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Mar 2015 00:47:49 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r380322 - in head/sysutils: cfengine22 cfengine32 cfengine33 cfengine34 cfengine35 cfengine36
Message-ID:  <201503030047.t230lnkY021131@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Tue Mar  3 00:47:48 2015
New Revision: 380322
URL: https://svnweb.freebsd.org/changeset/ports/380322
QAT: https://qat.redports.org/buildarchive/r380322/

Log:
  Add CPE info.
  
  PR:		198196, 198197, 198198, 198199, 198200, 198201
  Submitted by:	shun.fbsd.pr@dropcut.net

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

Modified: head/sysutils/cfengine22/Makefile
==============================================================================
--- head/sysutils/cfengine22/Makefile	Tue Mar  3 00:47:43 2015	(r380321)
+++ head/sysutils/cfengine22/Makefile	Tue Mar  3 00:47:48 2015	(r380322)
@@ -11,6 +11,7 @@ PKGNAMESUFFIX=	22
 MAINTAINER=	cy@FreeBSD.org
 #		gjb@FreeBSD.org is also committer for this port
 COMMENT=	Systems administration tool for networks
+CPE_VENDOR=	gnu
 
 FETCH_BEFORE_ARGS=	-o ${DISTDIR}/${DISTFILES}
 
@@ -18,7 +19,7 @@ CONFLICTS=	cfengine-3* cfengine-devel-*
 
 USE_RC_SUBR=	cfexecd cfservd
 
-USES=		libtool makeinfo shebangfix
+USES=		cpe libtool makeinfo shebangfix
 SHEBANG_FILES=	contrib/cfdoc
 
 USE_BDB=	48+

Modified: head/sysutils/cfengine32/Makefile
==============================================================================
--- head/sysutils/cfengine32/Makefile	Tue Mar  3 00:47:43 2015	(r380321)
+++ head/sysutils/cfengine32/Makefile	Tue Mar  3 00:47:48 2015	(r380322)
@@ -3,7 +3,7 @@
 
 PORTNAME=	cfengine
 PORTVERSION=	3.2.3
-PORTREVISION=	5
+PORTREVISION=	6
 PORTEPOCH=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	https://s3.amazonaws.com/cfengine.package-repos/tarballs/
@@ -12,6 +12,7 @@ PKGNAMESUFFIX=	32
 MAINTAINER=	cy@FreeBSD.org
 #		gjb@FreeBSD.org is an alternate committer for this port
 COMMENT=	Systems administration tool for networks
+CPE_VENDOR=	gnu
 
 LATEST_LINK=	cfengine32
 FETCH_BEFORE_ARGS=	-o ${DISTDIR}/${DISTFILES}
@@ -22,7 +23,7 @@ USE_RC_SUBR=	cf-execd cf-serverd
 
 LIB_DEPENDS=	libpcre.so:${PORTSDIR}/devel/pcre
 
-USES=		libtool
+USES=		cpe libtool
 USE_BDB=	48+
 USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes

Modified: head/sysutils/cfengine33/Makefile
==============================================================================
--- head/sysutils/cfengine33/Makefile	Tue Mar  3 00:47:43 2015	(r380321)
+++ head/sysutils/cfengine33/Makefile	Tue Mar  3 00:47:48 2015	(r380322)
@@ -3,7 +3,7 @@
 
 PORTNAME=	cfengine
 PORTVERSION=	3.3.8
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	sysutils
 MASTER_SITES=	https://s3.amazonaws.com/cfengine.package-repos/tarballs/
 PKGNAMESUFFIX=	33
@@ -11,6 +11,7 @@ PKGNAMESUFFIX=	33
 MAINTAINER=	cy@FreeBSD.org
 #		gjb@FreeBSD.org is also committer for this port
 COMMENT=	Systems administration tool for networks
+CPE_VENDOR=	gnu
 
 FETCH_BEFORE_ARGS=	-o ${DISTDIR}/${DISTFILES}
 
@@ -18,7 +19,7 @@ CONFLICTS=	cfengine-2* cfengine-3.[245]*
 
 USE_RC_SUBR=	cf-execd cf-serverd
 
-USES=		gmake libtool
+USES=		cpe gmake libtool
 USE_LDCONFIG=	yes
 USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes

Modified: head/sysutils/cfengine34/Makefile
==============================================================================
--- head/sysutils/cfengine34/Makefile	Tue Mar  3 00:47:43 2015	(r380321)
+++ head/sysutils/cfengine34/Makefile	Tue Mar  3 00:47:48 2015	(r380322)
@@ -3,13 +3,14 @@
 
 PORTNAME=	cfengine
 PORTVERSION=	3.4.5
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	sysutils
 MASTER_SITES=	https://s3.amazonaws.com/cfengine.package-repos/tarballs/
 
 MAINTAINER=	cy@FreeBSD.org
 #		gjb@FreeBSD.org is also committer for this port
 COMMENT=	Systems administration tool for networks
+CPE_VENDOR=	gnu
 
 .if !defined(MASTERDIR)
 PKGNAMESUFFIX=	34
@@ -22,7 +23,7 @@ CONFLICTS=	cfengine-2* cfengine-3.[235]*
 
 USE_RC_SUBR=	cf-execd cf-serverd
 
-USES=		libtool gmake
+USES=		cpe libtool gmake
 USE_LDCONFIG=	yes
 USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes

Modified: head/sysutils/cfengine35/Makefile
==============================================================================
--- head/sysutils/cfengine35/Makefile	Tue Mar  3 00:47:43 2015	(r380321)
+++ head/sysutils/cfengine35/Makefile	Tue Mar  3 00:47:48 2015	(r380322)
@@ -3,7 +3,7 @@
 
 PORTNAME=	cfengine
 PORTVERSION=	3.5.3
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	sysutils
 MASTER_SITES=	https://s3.amazonaws.com/cfengine.package-repos/tarballs/
 
@@ -13,6 +13,8 @@ COMMENT=	Systems administration tool for
 
 LICENSE=	GPLv3
 
+CPE_VENDOR=	gnu
+
 LIB_DEPENDS=	libpcre.so:${PORTSDIR}/devel/pcre
 
 .if !defined(MASTERDIR)
@@ -25,7 +27,7 @@ CONFLICTS=	cfengine-[234]*
 
 USE_RC_SUBR=	cf-execd cf-serverd cf-monitord
 
-USES=		gmake libtool
+USES=		cpe gmake libtool
 USE_LDCONFIG=	yes
 USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes

Modified: head/sysutils/cfengine36/Makefile
==============================================================================
--- head/sysutils/cfengine36/Makefile	Tue Mar  3 00:47:43 2015	(r380321)
+++ head/sysutils/cfengine36/Makefile	Tue Mar  3 00:47:48 2015	(r380322)
@@ -13,6 +13,8 @@ COMMENT=	Systems administration tool for
 
 LICENSE=	GPLv3
 
+CPE_VENDOR=	gnu
+
 .if !defined(MASTERDIR)
 PKGNAMESUFFIX=	36
 LATEST_LINK=	cfengine36
@@ -28,7 +30,7 @@ MAKE_JOBS_UNSAFE=	yes
 USE_LDCONFIG=	yes
 USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes
-USES=		gmake libtool
+USES=		cpe gmake libtool
 USE_AUTOTOOLS=	autoconf:env automake:env libtoolize:env
 CFLAGS+=	-Wno-return-type
 CPPFLAGS+=	-I${LOCALBASE}/include



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