svn commit: r384359 - head/databases/p5-Bucardo/files

Mathieu Arnold mat at FreeBSD.org
Mon Apr 20 13:11:45 UTC 2015


Author: mat
Date: Mon Apr 20 13:11:44 2015
New Revision: 384359
URL: https://svnweb.freebsd.org/changeset/ports/384359

Log:
  Fix with Perl 5.21.6+ (ExtUtils::MakeMaker 6.99 -> 7.02)
  
  Sponsored by:	Absolight

Added:
  head/databases/p5-Bucardo/files/patch-Makefile.PL   (contents, props changed)

Added: head/databases/p5-Bucardo/files/patch-Makefile.PL
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/p5-Bucardo/files/patch-Makefile.PL	Mon Apr 20 13:11:44 2015	(r384359)
@@ -0,0 +1,10 @@
+--- Makefile.PL.orig	2015-04-20 12:59:25 UTC
++++ Makefile.PL
+@@ -83,6 +83,6 @@ sub install {
+     }
+ 
+     $string = "\n$vars\n$string";
+-    $string =~ s{(\t\$\(INST_BIN\) \$\((DESTINSTALL.*?)BIN.+)}{$1\n\t\t\$(INST_SHARE) \$($2SHARE) \\}g;
++    $string =~ s{(\t"?\$\(INST_BIN\)"? "?\$\((DESTINSTALL.*?)BIN.+)"?}{$1\n\t\t\$(INST_SHARE) \$($2SHARE) \\}g;
+     return $string;
+ }


More information about the svn-ports-all mailing list