svn commit: r438261 - in head/dns: bind910 bind911

Mathieu Arnold mat at FreeBSD.org
Tue Apr 11 13:59:44 UTC 2017


Author: mat
Date: Tue Apr 11 13:59:43 2017
New Revision: 438261
URL: https://svnweb.freebsd.org/changeset/ports/438261

Log:
  Remove private URLs that should never have been committed.
  
  Pointy hat:	mat
  Sponsored by:	Absolight

Modified:
  head/dns/bind910/Makefile   (contents, props changed)
  head/dns/bind911/Makefile   (contents, props changed)

Modified: head/dns/bind910/Makefile
==============================================================================
--- head/dns/bind910/Makefile	Tue Apr 11 13:49:37 2017	(r438260)
+++ head/dns/bind910/Makefile	Tue Apr 11 13:59:43 2017	(r438261)
@@ -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}
 

Modified: head/dns/bind911/Makefile
==============================================================================
--- head/dns/bind911/Makefile	Tue Apr 11 13:49:37 2017	(r438260)
+++ head/dns/bind911/Makefile	Tue Apr 11 13:59:43 2017	(r438261)
@@ -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


More information about the svn-ports-head mailing list