Change the BIND ports to use PKGNAMESUFFIX.

Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2014-02-27 18:10:04 +00:00
parent 0992624943
commit 0014042ad5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346383
3 changed files with 7 additions and 5 deletions

View file

@ -1,6 +1,6 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= bind-tools PKGNAMESUFFIX= -tools
COMMENT= Command line tools from BIND: dig, host, and nslookup COMMENT= Command line tools from BIND: dig, host, and nslookup

View file

@ -1,11 +1,12 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= bind98 PORTNAME= bind
PORTVERSION= 9.8.7 PORTVERSION= 9.8.7
CATEGORIES= dns net ipv6 CATEGORIES= dns net ipv6
MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITES= ${MASTER_SITE_ISC}
MASTER_SITE_SUBDIR= bind9/${ISCVERSION} MASTER_SITE_SUBDIR= bind9/${ISCVERSION}
DISTNAME= bind-${ISCVERSION} PKGNAMESUFFIX= 98
DISTNAME= ${PORTNAME}-${ISCVERSION}
MAINTAINER= mat@FreeBSD.org MAINTAINER= mat@FreeBSD.org
COMMENT= BIND DNS suite with updated DNSSEC and DNS64 COMMENT= BIND DNS suite with updated DNSSEC and DNS64

View file

@ -1,12 +1,13 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME?= bind99 PORTNAME= bind
PORTVERSION= 9.9.5 PORTVERSION= 9.9.5
PORTREVISION= 1 PORTREVISION= 1
CATEGORIES= dns net ipv6 CATEGORIES= dns net ipv6
MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITES= ${MASTER_SITE_ISC}
MASTER_SITE_SUBDIR= bind9/${ISCVERSION} MASTER_SITE_SUBDIR= bind9/${ISCVERSION}
DISTNAME= bind-${ISCVERSION} PKGNAMESUFFIX?= 99
DISTNAME= ${PORTNAME}-${ISCVERSION}
MAINTAINER= mat@FreeBSD.org MAINTAINER= mat@FreeBSD.org
COMMENT= BIND DNS suite with updated DNSSEC and DNS64 COMMENT= BIND DNS suite with updated DNSSEC and DNS64