From owner-svn-ports-all@freebsd.org Sun Aug 30 12:48:28 2015 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 6E0159C6668; Sun, 30 Aug 2015 12:48:28 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 5EEF8123; Sun, 30 Aug 2015 12:48:28 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7UCmSPq027143; Sun, 30 Aug 2015 12:48:28 GMT (envelope-from az@FreeBSD.org) Received: (from az@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7UCmS6A027142; Sun, 30 Aug 2015 12:48:28 GMT (envelope-from az@FreeBSD.org) Message-Id: <201508301248.t7UCmS6A027142@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: az set sender to az@FreeBSD.org using -f From: Andrej Zverev Date: Sun, 30 Aug 2015 12:48:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395616 - head/Mk 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.20 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: Sun, 30 Aug 2015 12:48:28 -0000 Author: az Date: Sun Aug 30 12:48:27 2015 New Revision: 395616 URL: https://svnweb.freebsd.org/changeset/ports/395616 Log: Move one of the fallback site upper Modified: head/Mk/bsd.sites.mk Modified: head/Mk/bsd.sites.mk ============================================================================== --- head/Mk/bsd.sites.mk Sun Aug 30 12:09:56 2015 (r395615) +++ head/Mk/bsd.sites.mk Sun Aug 30 12:48:27 2015 (r395616) @@ -1027,6 +1027,7 @@ MASTER_SITE_PERL_CPAN?= MASTER_SITE_PERL_CPAN_BY+= \ http://cpan.metacpan.org/%CPANSORT%/%SUBDIR%/ \ + http://cpan.metacpan.org/modules/by-module/%SUBDIRPLUS%/ \ http://www.cpan.org/%CPANSORT%/%SUBDIR%/ \ ftp://ftp.cpan.org/pub/CPAN/%CPANSORT%/%SUBDIR%/ \ http://www.cpan.dk/%CPANSORT%/%SUBDIR%/ \ @@ -1038,7 +1039,6 @@ MASTER_SITE_PERL_CPAN_BY+= \ http://backpan.perl.org/%CPANSORT%/%SUBDIR%/ \ ftp://ftp.funet.fi/pub/languages/perl/CPAN/%CPANSORT%/%SUBDIR%/ \ http://ftp.twaren.net/Unix/Lang/CPAN/%CPANSORT%/%SUBDIR%/ \ - http://cpan.metacpan.org/modules/by-module/%SUBDIRPLUS%/ \ ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%SUBDIRPLUS%/ _PERL_CPAN_FLAG=${MASTER_SITE_SUBDIR:C/(CPAN):.*$/\1/}