Date: Wed, 22 Apr 2015 13:17:27 +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: r384490 - head/audio/mp3lint/files Message-ID: <201504221317.t3MDHRSx075039@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Wed Apr 22 13:17:26 2015 New Revision: 384490 URL: https://svnweb.freebsd.org/changeset/ports/384490 Log: Fix with Perl 5.21.6+ (ExtUtils::MakeMaker 6.99 -> 7.02) With hat: perl@ Sponsored by: Absolight Added: head/audio/mp3lint/files/ head/audio/mp3lint/files/patch-Makefile.PL (contents, props changed) Added: head/audio/mp3lint/files/patch-Makefile.PL ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/mp3lint/files/patch-Makefile.PL Wed Apr 22 13:17:26 2015 (r384490) @@ -0,0 +1,11 @@ +--- Makefile.PL.orig 2015-04-22 12:59:15 UTC ++++ Makefile.PL +@@ -124,7 +124,7 @@ sub MY::install { + my $self = shift; + my $inherited = $self->SUPER::install(@_); + my $conf="\t\t\$(INST_SYSCONFDIR) \$(DESTINSTALLSYSCONFDIR)"; +- $inherited =~ s/(^\s*\$\(INST_MAN)3(DIR\s*.*MAN)3(DIR\))/${1}3${2}3$3 \\\n${1}5${2}5$3 \\\n$conf/gm; ++ $inherited =~ s/(^\s*"?\$\(INST_MAN)3(DIR"?.*MAN)3(DIR\)"?)/${1}3${2}3$3 \\\n${1}5${2}5$3 \\\n$conf/gm; + + return $inherited; + }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504221317.t3MDHRSx075039>