Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jan 2014 17:03:34 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r339261 - head/Mk
Message-ID:  <201401091703.s09H3Y6k031292@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Thu Jan  9 17:03:34 2014
New Revision: 339261
URL: http://svnweb.freebsd.org/changeset/ports/339261

Log:
  - Add new CDNs for perl modules in head of list
   a) http://cpan.metacpan.org
   b) http://www.cpan.org
  - Prefer to try HTTP protocol first.
  
  While I'm here: change order of new sites. Let metacpan go first.
  
  PR:		ports/185149
  Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu>

Modified:
  head/Mk/bsd.sites.mk

Modified: head/Mk/bsd.sites.mk
==============================================================================
--- head/Mk/bsd.sites.mk	Thu Jan  9 15:51:57 2014	(r339260)
+++ head/Mk/bsd.sites.mk	Thu Jan  9 17:03:34 2014	(r339261)
@@ -936,6 +936,8 @@ _PERL_CPAN_SORT?= modules/by-module
 MASTER_SITE_PERL_CPAN?=
 
 MASTER_SITE_PERL_CPAN_BY+= \
+	http://cpan.metacpan.org/%CPANSORT%/%SUBDIR%/ \
+	http://www.cpan.org/%CPANSORT%/%SUBDIR%/ \
 	ftp://ftp.cpan.org/pub/CPAN/%CPANSORT%/%SUBDIR%/ \
 	http://www.cpan.dk/%CPANSORT%/%SUBDIR%/ \
 	ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/%CPANSORT%/%SUBDIR%/ \



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