Date: Fri, 11 Jul 2014 15:28:13 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361548 - in head/dns: bind910 bind98 bind99 Message-ID: <201407111528.s6BFSDMC034872@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407111528.s6BFSDMC034872>