Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 May 2016 16:11:34 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r414863 - head/lang/perl5.24
Message-ID:  <201605091611.u49GBY7N032947@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org



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