svn commit: r403711 - head/lang/perl5.22

Mathieu Arnold mat at FreeBSD.org
Mon Dec 14 09:46:53 UTC 2015


Author: mat
Date: Mon Dec 14 09:46:51 2015
New Revision: 403711
URL: https://svnweb.freebsd.org/changeset/ports/403711

Log:
  Fix MASTER_SITES, should have been part of the update.
  
  Sponsored by:	Absolight

Modified:
  head/lang/perl5.22/Makefile

Modified: head/lang/perl5.22/Makefile
==============================================================================
--- head/lang/perl5.22/Makefile	Mon Dec 14 08:44:26 2015	(r403710)
+++ head/lang/perl5.22/Makefile	Mon Dec 14 09:46:51 2015	(r403711)
@@ -5,7 +5,7 @@ PORTNAME=	perl
 DISTVERSION=	${PERL_VERSION}
 PORTREVISION=	4
 CATEGORIES=	lang devel perl5
-MASTER_SITES=	CPAN/../../src/5.0 CPAN/../by-authors/id/R/RJ/RJBS
+MASTER_SITES=	CPAN/../../src/5.0 CPAN/../by-authors/id/S/SH/SHAY
 DIST_SUBDIR=	perl
 
 MAINTAINER=	perl at FreeBSD.org


More information about the svn-ports-head mailing list