aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-04-11 13:59:43 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-04-11 13:59:43 +0000
commit4570564656709db6d5d2f022a4d1b69c3c8a077b (patch)
tree870a2a62618a1a765168d36103c9ecc8909e1859
parent43013f90b3d03a1697f14e1c63b6f7653361cb96 (diff)
downloadports-4570564656709db6d5d2f022a4d1b69c3c8a077b.tar.gz
ports-4570564656709db6d5d2f022a4d1b69c3c8a077b.zip
Remove private URLs that should never have been committed.
Pointy hat: mat Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=438261
-rw-r--r--dns/bind910/Makefile2
-rw-r--r--dns/bind911/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/dns/bind910/Makefile b/dns/bind910/Makefile
index b5868d9fcc86..4b2d19b327d9 100644
--- a/dns/bind910/Makefile
+++ b/dns/bind910/Makefile
@@ -5,7 +5,7 @@ PORTNAME= bind
PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/}
PORTREVISION= 0
CATEGORIES= dns net ipv6
-MASTER_SITES= ftp://ftp.isc.org/isc/bind9/private/ad5e615f60e2f4e1/ ISC/bind9/${ISCVERSION}
+MASTER_SITES= ISC/bind9/${ISCVERSION}
PKGNAMESUFFIX= 910
DISTNAME= ${PORTNAME}-${ISCVERSION}
diff --git a/dns/bind911/Makefile b/dns/bind911/Makefile
index 81bdacddb910..d26b3657be56 100644
--- a/dns/bind911/Makefile
+++ b/dns/bind911/Makefile
@@ -11,7 +11,7 @@ PORTREVISION= 0
PORTREVISION= 0
.endif
CATEGORIES= dns net ipv6
-MASTER_SITES= ftp://ftp.isc.org/isc/bind9/private/311787a0a69345a1/ ISC/bind9/${ISCVERSION}
+MASTER_SITES= ISC/bind9/${ISCVERSION}
.if defined(BIND_TOOLS_SLAVE)
PKGNAMESUFFIX= -tools
.else