svn commit: r361548 - in head/dns: bind910 bind98 bind99

Mathieu Arnold mat at FreeBSD.org
Fri Jul 11 15:28:14 UTC 2014


Author: mat
Date: Fri Jul 11 15:28:13 2014
New Revision: 361548
URL: http://svnweb.freebsd.org/changeset/ports/361548
QAT: https://qat.redports.org/buildarchive/r361548/

Log:
  Add CPE to BIND9.
  
  Sponsored by:	Absolight

Modified:
  head/dns/bind910/Makefile
  head/dns/bind98/Makefile
  head/dns/bind99/Makefile

Modified: head/dns/bind910/Makefile
==============================================================================
--- head/dns/bind910/Makefile	Fri Jul 11 15:25:42 2014	(r361547)
+++ head/dns/bind910/Makefile	Fri Jul 11 15:28:13 2014	(r361548)
@@ -18,6 +18,14 @@ ISCVERSION=	9.10.0-P2
 
 MAKE_JOBS_UNSAFE=	yes
 
+USES=	cpe
+
+CPE_VENDOR=	isc
+CPE_VERSION=	${ISCVERSION:C/-.*//}
+.if ${ISCVERSION:M*-*}
+CPE_UPDATE=	${ISCVERSION:C/.*-//}
+.endif
+
 LIB_DEPENDS=	libxml2.so:${PORTSDIR}/textproc/libxml2
 
 GNU_CONFIGURE=	yes

Modified: head/dns/bind98/Makefile
==============================================================================
--- head/dns/bind98/Makefile	Fri Jul 11 15:25:42 2014	(r361547)
+++ head/dns/bind98/Makefile	Fri Jul 11 15:28:13 2014	(r361548)
@@ -20,6 +20,14 @@ PORTSCOUT=	limit:^9.8.
 
 MAKE_JOBS_UNSAFE=	yes
 
+USES=	cpe
+
+CPE_VENDOR=	isc
+CPE_VERSION=	${ISCVERSION:C/-.*//}
+.if ${ISCVERSION:M*-*}
+CPE_UPDATE=	${ISCVERSION:C/.*-//}
+.endif
+
 LIB_DEPENDS=	libxml2.so:${PORTSDIR}/textproc/libxml2
 
 GNU_CONFIGURE=	yes

Modified: head/dns/bind99/Makefile
==============================================================================
--- head/dns/bind99/Makefile	Fri Jul 11 15:25:42 2014	(r361547)
+++ head/dns/bind99/Makefile	Fri Jul 11 15:28:13 2014	(r361548)
@@ -18,6 +18,14 @@ ISCVERSION=	9.9.5-P1
 
 MAKE_JOBS_UNSAFE=	yes
 
+USES=	cpe
+
+CPE_VENDOR=	isc
+CPE_VERSION=	${ISCVERSION:C/-.*//}
+.if ${ISCVERSION:M*-*}
+CPE_UPDATE=	${ISCVERSION:C/.*-//}
+.endif
+
 LIB_DEPENDS=	libxml2.so:${PORTSDIR}/textproc/libxml2
 
 GNU_CONFIGURE=	yes


More information about the svn-ports-head mailing list