1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

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$
PORTNAME= bind-tools
PKGNAMESUFFIX= -tools
COMMENT= Command line tools from BIND: dig, host, and nslookup

View File

@ -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

View File

@ -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