Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Feb 2014 18:10:04 +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: r346383 - in head/dns: bind-tools bind98 bind99
Message-ID:  <201402271810.s1RIA4dV093741@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@FreeBSD.org
 COMMENT=	BIND DNS suite with updated DNSSEC and DNS64



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