svn commit: r383998 - head/textproc/p5-PerlPoint-Converters/files
Mathieu Arnold
mat at FreeBSD.org
Tue Apr 14 13:06:43 UTC 2015
Author: mat
Date: Tue Apr 14 13:06:42 2015
New Revision: 383998
URL: https://svnweb.freebsd.org/changeset/ports/383998
Log:
Fix configure with modern Perl.
Sponsored by: Absolight
Added:
head/textproc/p5-PerlPoint-Converters/files/
head/textproc/p5-PerlPoint-Converters/files/patch-Makefile.PL (contents, props changed)
Added: head/textproc/p5-PerlPoint-Converters/files/patch-Makefile.PL
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/p5-PerlPoint-Converters/files/patch-Makefile.PL Tue Apr 14 13:06:42 2015 (r383998)
@@ -0,0 +1,12 @@
+--- Makefile.PL.orig 2006-02-08 15:06:06 UTC
++++ Makefile.PL
+@@ -6,8 +6,7 @@ use ExtUtils::MakeMaker;
+ # the package requires modern perl
+ require 5.005_03;
+
+-my $self = 0; # just to fake $self
+-my $version = ExtUtils::MM_Unix::parse_version($self, 'lib/PerlPoint/Converters.pm');
++my $version = ExtUtils::MM_Unix->parse_version('lib/PerlPoint/Converters.pm');
+
+ $ok=WriteMakefile(
+ 'NAME' => 'PerlPoint-Converters',
More information about the svn-ports-all
mailing list