svn commit: r339261 - head/Mk

Andrej Zverev az at FreeBSD.org
Thu Jan 9 17:03:35 UTC 2014


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 at 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%/ \


More information about the svn-ports-all mailing list