Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Oct 2012 10:33:21 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305578 - head/lang/perl5.16/files
Message-ID:  <201210091033.q99AXL5F089251@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Tue Oct  9 10:33:21 2012
New Revision: 305578
URL: http://svn.freebsd.org/changeset/ports/305578

Log:
  - Fix PERL_VERSION_REGEX to match actual perl version (5.16).
  
  Repoted by: kib@
  Reviewed by: tobez@
  With Hat:   perl@

Modified:
  head/lang/perl5.16/files/perl-after-upgrade

Modified: head/lang/perl5.16/files/perl-after-upgrade
==============================================================================
--- head/lang/perl5.16/files/perl-after-upgrade	Tue Oct  9 09:32:59 2012	(r305577)
+++ head/lang/perl5.16/files/perl-after-upgrade	Tue Oct  9 10:33:21 2012	(r305578)
@@ -264,7 +264,7 @@ while (@ARGV) {
 our $PERL_VERSION = '%%PERL_VERSION%%';
 our $PERL_PKGNAME = '%%PKGNAME%%';
 
-our $PERL_VERSION_REGEX = qr/5\.14\.\d+/;
+our $PERL_VERSION_REGEX = qr/5\.16\.\d+/;
 print STDERR "- Fuzzy source re: <$PERL_VERSION_REGEX>\n" if $debug;
 
 our @errors;



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