Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Apr 2015 21:30:19 +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: r383885 - head/lang/p5-ePerl/files
Message-ID:  <201504122130.t3CLUJTU025609@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Sun Apr 12 21:30:18 2015
New Revision: 383885
URL: https://svnweb.freebsd.org/changeset/ports/383885

Log:
  Fix with Perl 5.20+
  
  With hat:	perl@
  Sponsored by:	Absolight

Modified:
  head/lang/p5-ePerl/files/patch-configure

Modified: head/lang/p5-ePerl/files/patch-configure
==============================================================================
--- head/lang/p5-ePerl/files/patch-configure	Sun Apr 12 21:05:57 2015	(r383884)
+++ head/lang/p5-ePerl/files/patch-configure	Sun Apr 12 21:30:18 2015	(r383885)
@@ -14,7 +14,7 @@
  echo "$ac_t""$perlprog v$perlvers" 1>&6
  case $perlvers in
 -    5.003* | 5.004* | 5.005* | 5.006* )
-+    5.003* | 5.004* | 5.005* | 5.006* | 5.008* | 5.01* )
++    5.003* | 5.004* | 5.005* | 5.006* | 5.008* | 5.01* | 5.02* )
          ;;
      * ) echo ""
          echo "Latest Perl found on your system is $perlvers,"



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