diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-08-01 07:35:52 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-08-01 07:35:52 +0000 |
commit | 839e40a8819149103e5e169377e1ebe391fb1210 (patch) | |
tree | 8c2b797ae827234f131039662c90be029fdb0ce7 /dns | |
parent | fd144696f2c633a715c60127e2e56a3103cfaa25 (diff) | |
download | FreeBSD-ports-839e40a8819149103e5e169377e1ebe391fb1210.zip FreeBSD-ports-839e40a8819149103e5e169377e1ebe391fb1210.tar.gz |
add MASTER_SITE_ISC (1) and apply them
PR: 41218
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> (1)
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind8/Makefile | 6 | ||||
-rw-r--r-- | dns/bind9/Makefile | 6 | ||||
-rw-r--r-- | dns/bind94/Makefile | 6 | ||||
-rw-r--r-- | dns/bind95/Makefile | 6 | ||||
-rw-r--r-- | dns/bind96/Makefile | 6 |
5 files changed, 10 insertions, 20 deletions
diff --git a/dns/bind8/Makefile b/dns/bind8/Makefile index 8ca3dfb..26653e3 100644 --- a/dns/bind8/Makefile +++ b/dns/bind8/Makefile @@ -13,10 +13,8 @@ PORTNAME= bind PORTVERSION= 8.3.3 CATEGORIES?= net -MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/${PORTVERSION}/ \ - ftp://ftp.epix.net/pub/isc/bind/src/${PORTVERSION}/ \ - ftp://ftp.nominum.com/pub/isc/bind/src/${PORTVERSION}/ \ - ftp://ftp.grolier.fr/pub/isc/bind/src/${PORTVERSION}/ +MASTER_SITES= ${MASTER_SITE_ISC} +MASTER_SITE_SUBDIR= bind/src/${PORTVERSION} DISTFILES= bind-src.tar.gz bind-doc.tar.gz DIST_SUBDIR= bind-${PORTVERSION} diff --git a/dns/bind9/Makefile b/dns/bind9/Makefile index 72a0e47..e67d330 100644 --- a/dns/bind9/Makefile +++ b/dns/bind9/Makefile @@ -14,11 +14,9 @@ PORTNAME= bind9 PORTVERSION= 9.2.1 CATEGORIES= net ipv6 -MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${ISCVERSION}/ \ - ftp://ftp.nominum.com/pub/isc/bind9/${ISCVERSION}/ \ - ftp://ftp.nerdc.ufl.edu/pub/mirrors/ftp.isc.org/isc/bind9/${ISCVERSION}/ \ - ftp://ftp.sunet.se/pub/network/isc/bind9/${ISCVERSION}/ \ +MASTER_SITES= ${MASTER_SITE_ISC} \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/bind9/${ISCVERSION}/,} +MASTER_SITE_SUBDIR= isc/bind9/${ISCVERSION} DISTFILES= bind-9.2.1.tar.gz MAINTAINER= DougB@FreeBSD.org diff --git a/dns/bind94/Makefile b/dns/bind94/Makefile index 72a0e47..e67d330 100644 --- a/dns/bind94/Makefile +++ b/dns/bind94/Makefile @@ -14,11 +14,9 @@ PORTNAME= bind9 PORTVERSION= 9.2.1 CATEGORIES= net ipv6 -MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${ISCVERSION}/ \ - ftp://ftp.nominum.com/pub/isc/bind9/${ISCVERSION}/ \ - ftp://ftp.nerdc.ufl.edu/pub/mirrors/ftp.isc.org/isc/bind9/${ISCVERSION}/ \ - ftp://ftp.sunet.se/pub/network/isc/bind9/${ISCVERSION}/ \ +MASTER_SITES= ${MASTER_SITE_ISC} \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/bind9/${ISCVERSION}/,} +MASTER_SITE_SUBDIR= isc/bind9/${ISCVERSION} DISTFILES= bind-9.2.1.tar.gz MAINTAINER= DougB@FreeBSD.org diff --git a/dns/bind95/Makefile b/dns/bind95/Makefile index 72a0e47..e67d330 100644 --- a/dns/bind95/Makefile +++ b/dns/bind95/Makefile @@ -14,11 +14,9 @@ PORTNAME= bind9 PORTVERSION= 9.2.1 CATEGORIES= net ipv6 -MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${ISCVERSION}/ \ - ftp://ftp.nominum.com/pub/isc/bind9/${ISCVERSION}/ \ - ftp://ftp.nerdc.ufl.edu/pub/mirrors/ftp.isc.org/isc/bind9/${ISCVERSION}/ \ - ftp://ftp.sunet.se/pub/network/isc/bind9/${ISCVERSION}/ \ +MASTER_SITES= ${MASTER_SITE_ISC} \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/bind9/${ISCVERSION}/,} +MASTER_SITE_SUBDIR= isc/bind9/${ISCVERSION} DISTFILES= bind-9.2.1.tar.gz MAINTAINER= DougB@FreeBSD.org diff --git a/dns/bind96/Makefile b/dns/bind96/Makefile index 72a0e47..e67d330 100644 --- a/dns/bind96/Makefile +++ b/dns/bind96/Makefile @@ -14,11 +14,9 @@ PORTNAME= bind9 PORTVERSION= 9.2.1 CATEGORIES= net ipv6 -MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${ISCVERSION}/ \ - ftp://ftp.nominum.com/pub/isc/bind9/${ISCVERSION}/ \ - ftp://ftp.nerdc.ufl.edu/pub/mirrors/ftp.isc.org/isc/bind9/${ISCVERSION}/ \ - ftp://ftp.sunet.se/pub/network/isc/bind9/${ISCVERSION}/ \ +MASTER_SITES= ${MASTER_SITE_ISC} \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/bind9/${ISCVERSION}/,} +MASTER_SITE_SUBDIR= isc/bind9/${ISCVERSION} DISTFILES= bind-9.2.1.tar.gz MAINTAINER= DougB@FreeBSD.org |