From owner-svn-ports-head@FreeBSD.ORG Fri Jul 11 15:28:14 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5AB617DE; Fri, 11 Jul 2014 15:28:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46CD72508; Fri, 11 Jul 2014 15:28:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6BFSEcx034878; Fri, 11 Jul 2014 15:28:14 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6BFSDMC034872; Fri, 11 Jul 2014 15:28:13 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201407111528.s6BFSDMC034872@svn.freebsd.org> From: Mathieu Arnold Date: Fri, 11 Jul 2014 15:28:13 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2014 15:28:14 -0000 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