From owner-svn-ports-all@freebsd.org Tue Apr 11 13:59:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78405D39C8F; Tue, 11 Apr 2017 13:59:44 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49D039F3; Tue, 11 Apr 2017 13:59:44 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3BDxhGt063999; Tue, 11 Apr 2017 13:59:43 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3BDxhnd063997; Tue, 11 Apr 2017 13:59:43 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201704111359.v3BDxhnd063997@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 11 Apr 2017 13:59:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438261 - in head/dns: bind910 bind911 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Apr 2017 13:59:44 -0000 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