aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2017-04-13 03:45:45 +0000
committerXin LI <delphij@FreeBSD.org>2017-04-13 03:45:45 +0000
commitf55c7b8f86cb62dc8f0eb3ca43805860bae63555 (patch)
treeebfdf1cf1f1db456e9b8321bb50f8152364c9da0
parent5b779fbe3b66d8119518c47de44091fc935019b0 (diff)
downloadports-f55c7b8f86cb62dc8f0eb3ca43805860bae63555.tar.gz
ports-f55c7b8f86cb62dc8f0eb3ca43805860bae63555.zip
MFH: r438261
Remove private URLs that should never have been committed. Approved by: ports-secteam
Notes
Notes: svn path=/branches/2017Q2/; revision=438418
-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