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

Mathieu Arnold mat at FreeBSD.org
Wed Jun 19 22:41:47 UTC 2019


Author: mat
Date: Wed Jun 19 22:41:46 2019
New Revision: 504592
URL: https://svnweb.freebsd.org/changeset/ports/504592

Log:
  Fix build with Perl 5.30+.
  
  With hat:	perl@

Modified:
  head/lang/p5-ePerl/files/patch-configure   (contents, props changed)

Modified: head/lang/p5-ePerl/files/patch-configure
==============================================================================
--- head/lang/p5-ePerl/files/patch-configure	Wed Jun 19 22:41:15 2019	(r504591)
+++ head/lang/p5-ePerl/files/patch-configure	Wed Jun 19 22:41:46 2019	(r504592)
@@ -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.02* )
++    5.003* | 5.004* | 5.005* | 5.006* | 5.008* | 5.01* | 5.02* | 5.03* )
          ;;
      * ) echo ""
          echo "Latest Perl found on your system is $perlvers,"


More information about the svn-ports-head mailing list