svn commit: r346383 - in head/dns: bind-tools bind98 bind99

Mathieu Arnold mat at FreeBSD.org
Thu Feb 27 18:10:05 UTC 2014


Author: mat
Date: Thu Feb 27 18:10:04 2014
New Revision: 346383
URL: http://svnweb.freebsd.org/changeset/ports/346383
QAT: https://qat.redports.org/buildarchive/r346383/

Log:
  Change the BIND ports to use PKGNAMESUFFIX.
  
  Sponsored by:	Absolight

Modified:
  head/dns/bind-tools/Makefile
  head/dns/bind98/Makefile
  head/dns/bind99/Makefile

Modified: head/dns/bind-tools/Makefile
==============================================================================
--- head/dns/bind-tools/Makefile	Thu Feb 27 18:04:16 2014	(r346382)
+++ head/dns/bind-tools/Makefile	Thu Feb 27 18:10:04 2014	(r346383)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-PORTNAME=	bind-tools
+PKGNAMESUFFIX=	-tools
 
 COMMENT=	Command line tools from BIND: dig, host, and nslookup
 

Modified: head/dns/bind98/Makefile
==============================================================================
--- head/dns/bind98/Makefile	Thu Feb 27 18:04:16 2014	(r346382)
+++ head/dns/bind98/Makefile	Thu Feb 27 18:10:04 2014	(r346383)
@@ -1,11 +1,12 @@
 # $FreeBSD$
 
-PORTNAME=	bind98
+PORTNAME=	bind
 PORTVERSION=	9.8.7
 CATEGORIES=	dns net ipv6
 MASTER_SITES=	${MASTER_SITE_ISC}
 MASTER_SITE_SUBDIR=	bind9/${ISCVERSION}
-DISTNAME=	bind-${ISCVERSION}
+PKGNAMESUFFIX=	98
+DISTNAME=	${PORTNAME}-${ISCVERSION}
 
 MAINTAINER=	mat at FreeBSD.org
 COMMENT=	BIND DNS suite with updated DNSSEC and DNS64

Modified: head/dns/bind99/Makefile
==============================================================================
--- head/dns/bind99/Makefile	Thu Feb 27 18:04:16 2014	(r346382)
+++ head/dns/bind99/Makefile	Thu Feb 27 18:10:04 2014	(r346383)
@@ -1,12 +1,13 @@
 # $FreeBSD$
 
-PORTNAME?=	bind99
+PORTNAME=	bind
 PORTVERSION=	9.9.5
 PORTREVISION=	1
 CATEGORIES=	dns net ipv6
 MASTER_SITES=	${MASTER_SITE_ISC}
 MASTER_SITE_SUBDIR=	bind9/${ISCVERSION}
-DISTNAME=	bind-${ISCVERSION}
+PKGNAMESUFFIX?=	99
+DISTNAME=	${PORTNAME}-${ISCVERSION}
 
 MAINTAINER=	mat at FreeBSD.org
 COMMENT=	BIND DNS suite with updated DNSSEC and DNS64


More information about the svn-ports-all mailing list