Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jan 2014 17:10:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        perl@FreeBSD.org
Subject:   Re: ports/185149: commit references a PR
Message-ID:  <201401091710.s09HA1Wm075640@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/185149; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/185149: commit references a PR
Date: Thu,  9 Jan 2014 17:03:41 +0000 (UTC)

 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%/ \
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



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