svn commit: r305578 - head/lang/perl5.16/files

Andrej Zverev az at FreeBSD.org
Tue Oct 9 10:33:21 UTC 2012


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;


More information about the svn-ports-all mailing list