From owner-svn-ports-all@FreeBSD.ORG Fri Jul 11 15:38:43 2014 Return-Path: Delivered-To: svn-ports-all@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 48A47E7E; Fri, 11 Jul 2014 15:38:43 +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 3494B2624; Fri, 11 Jul 2014 15:38:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6BFchvO040145; Fri, 11 Jul 2014 15:38:43 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6BFcgvL040142; Fri, 11 Jul 2014 15:38:42 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201407111538.s6BFcgvL040142@svn.freebsd.org> From: Mathieu Arnold Date: Fri, 11 Jul 2014 15:38:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361553 - 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-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2014 15:38:43 -0000 Author: mat Date: Fri Jul 11 15:38:42 2014 New Revision: 361553 URL: http://svnweb.freebsd.org/changeset/ports/361553 QAT: https://qat.redports.org/buildarchive/r361553/ Log: And it's supposed to be lower case. 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:36:17 2014 (r361552) +++ head/dns/bind910/Makefile Fri Jul 11 15:38:42 2014 (r361553) @@ -23,7 +23,7 @@ USES= cpe CPE_VENDOR= isc CPE_VERSION= ${ISCVERSION:C/-.*//} .if ${ISCVERSION:M*-*} -CPE_UPDATE= ${ISCVERSION:C/.*-//} +CPE_UPDATE= ${ISCVERSION:C/.*-//:tl} .endif LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 Modified: head/dns/bind98/Makefile ============================================================================== --- head/dns/bind98/Makefile Fri Jul 11 15:36:17 2014 (r361552) +++ head/dns/bind98/Makefile Fri Jul 11 15:38:42 2014 (r361553) @@ -25,7 +25,7 @@ USES= cpe CPE_VENDOR= isc CPE_VERSION= ${ISCVERSION:C/-.*//} .if ${ISCVERSION:M*-*} -CPE_UPDATE= ${ISCVERSION:C/.*-//} +CPE_UPDATE= ${ISCVERSION:C/.*-//:tl} .endif LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 Modified: head/dns/bind99/Makefile ============================================================================== --- head/dns/bind99/Makefile Fri Jul 11 15:36:17 2014 (r361552) +++ head/dns/bind99/Makefile Fri Jul 11 15:38:42 2014 (r361553) @@ -23,7 +23,7 @@ USES= cpe CPE_VENDOR= isc CPE_VERSION= ${ISCVERSION:C/-.*//} .if ${ISCVERSION:M*-*} -CPE_UPDATE= ${ISCVERSION:C/.*-//} +CPE_UPDATE= ${ISCVERSION:C/.*-//:tl} .endif LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2