svn commit: r383885 - head/lang/p5-ePerl/files

Mathieu Arnold mat at FreeBSD.org
Sun Apr 12 21:30:19 UTC 2015


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,"


More information about the svn-ports-all mailing list