svn commit: r414863 - head/lang/perl5.24

Mathieu Arnold mat at FreeBSD.org
Mon May 9 16:11:36 UTC 2016


Author: mat
Date: Mon May  9 16:11:34 2016
New Revision: 414863
URL: https://svnweb.freebsd.org/changeset/ports/414863

Log:
  Fix secondary MASTER_SITES.
  
  Pointy hat:	mat
  Sponsored by:	Absolight

Modified:
  head/lang/perl5.24/Makefile   (contents, props changed)

Modified: head/lang/perl5.24/Makefile
==============================================================================
--- head/lang/perl5.24/Makefile	Mon May  9 16:03:40 2016	(r414862)
+++ head/lang/perl5.24/Makefile	Mon May  9 16:11:34 2016	(r414863)
@@ -5,7 +5,7 @@ PORTNAME=	perl
 DISTVERSION=	${PERL_VERSION}
 PORTREVISION=	0
 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/R/RJ/RJBS/
 DIST_SUBDIR=	perl
 
 MAINTAINER=	perl at FreeBSD.org


More information about the svn-ports-all mailing list