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

Mathieu Arnold mat at FreeBSD.org
Fri Jul 11 15:38:43 UTC 2014


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


More information about the svn-ports-head mailing list