Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jul 2014 15:38:42 +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: r361553 - in head/dns: bind910 bind98 bind99
Message-ID:  <201407111538.s6BFcgvL040142@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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