From owner-svn-ports-head@freebsd.org Thu Sep 5 12:01:28 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7B70FE5252; Thu, 5 Sep 2019 12:01:28 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46PK6J26DLz4drH; Thu, 5 Sep 2019 12:01:28 +0000 (UTC) (envelope-from bapt@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 288A93CD6; Thu, 5 Sep 2019 12:01:28 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x85C1SRY018466; Thu, 5 Sep 2019 12:01:28 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x85C1Skx018465; Thu, 5 Sep 2019 12:01:28 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201909051201.x85C1Skx018465@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 5 Sep 2019 12:01:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511181 - head/Mk X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/Mk X-SVN-Commit-Revision: 511181 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Sep 2019 12:01:28 -0000 Author: bapt Date: Thu Sep 5 12:01:27 2019 New Revision: 511181 URL: https://svnweb.freebsd.org/changeset/ports/511181 Log: Update NETBSD sites macro Point to the new location of the distfiles, refresh the list of mirrors. Note that this macro should probably be renamed PKGSRC PR: 219536 Reported by: avg Modified: head/Mk/bsd.sites.mk Modified: head/Mk/bsd.sites.mk ============================================================================== --- head/Mk/bsd.sites.mk Thu Sep 5 11:40:24 2019 (r511180) +++ head/Mk/bsd.sites.mk Thu Sep 5 12:01:27 2019 (r511181) @@ -855,15 +855,12 @@ MASTER_SITE_MYSQL+= \ .if !defined(IGNORE_MASTER_SITE_NETBSD) MASTER_SITE_NETBSD+= \ - https://ftp.netbsd.org/pub/NetBSD/packages/distfiles/%SUBDIR%/ \ - ftp://ftp.iastate.edu/pub/netbsd/packages/distfiles/%SUBDIR%/ \ - ftp://ftp.plig.net/pub/NetBSD/packages/distfiles/%SUBDIR%/ \ - ftp://ftp.proxad.net/mirrors/ftp.netbsd.org/packages/distfiles/%SUBDIR%/ \ - ftp://ftp.unina.it/pub/Unix/NetBSD/packages/distfiles/%SUBDIR%/ \ - ftp://ftp.uninett.no/bsd/unix/NetBSD/packages/distfiles/%SUBDIR%/ \ - ftp://sunsite.uio.no/bsd/unix/NetBSD/packages/distfiles/%SUBDIR%/ \ - ftp://ftp.demon.co.uk/pub/mirrors/NetBSD/packages/distfiles/%SUBDIR%/ \ - ftp://ftp.funet.fi/pub/NetBSD/packages/distfiles/%SUBDIR%/ + https://ftp.netbsd.org/pub/pkgsrc/distfiles/%SUBDIR%/ \ + http://ftp.fr.netbsd.org/pub/pkgsrc/%%SUBDIR%%/ \ + ftp://ftp2.fr.netbsd.org/pub/pkgsrc/%%SUBDIR%%/ \ + ftp://ftp3.de.netbsd.org/pub/pkgsrc/%%SUBDIR%%/ \ + ftp://ftp2.jp.netbsd.org/pub/pkgsrc/%%SUBDIR%%/ \ + ftp://ftp7.jp.netbsd.org/pub/pkgsrc/%%SUBDIR%%/ .endif .if !defined(IGNORE_MASTER_SITE_NETLIB)