Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Apr 2017 03:45:45 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r438418 - in branches/2017Q2/dns: bind910 bind911
Message-ID:  <201704130345.v3D3jjt2005239@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: delphij
Date: Thu Apr 13 03:45:45 2017
New Revision: 438418
URL: https://svnweb.freebsd.org/changeset/ports/438418

Log:
  MFH: r438261
  
  Remove private URLs that should never have been committed.
  
  Approved by:	ports-secteam

Modified:
  branches/2017Q2/dns/bind910/Makefile
  branches/2017Q2/dns/bind911/Makefile
Directory Properties:
  branches/2017Q2/   (props changed)

Modified: branches/2017Q2/dns/bind910/Makefile
==============================================================================
--- branches/2017Q2/dns/bind910/Makefile	Thu Apr 13 02:13:21 2017	(r438417)
+++ branches/2017Q2/dns/bind910/Makefile	Thu Apr 13 03:45:45 2017	(r438418)
@@ -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: branches/2017Q2/dns/bind911/Makefile
==============================================================================
--- branches/2017Q2/dns/bind911/Makefile	Thu Apr 13 02:13:21 2017	(r438417)
+++ branches/2017Q2/dns/bind911/Makefile	Thu Apr 13 03:45:45 2017	(r438418)
@@ -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?201704130345.v3D3jjt2005239>