Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Apr 2017 13:59:43 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r438261 - in head/dns: bind910 bind911
Message-ID:  <201704111359.v3BDxhnd063997@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704111359.v3BDxhnd063997>