summaryrefslogtreecommitdiff
path: root/databases/percona-toolkit/files/patch-Makefile.PL
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2017-12-16 19:47:56 +0000
committerFlorian Smeets <flo@FreeBSD.org>2017-12-16 19:47:56 +0000
commita3939b370feb5f8552d74b0ebbc67a697215d73b (patch)
tree5dcbe273ea256259cfb7f8a5c35e1d10417f724c /databases/percona-toolkit/files/patch-Makefile.PL
parentnet-im/libpurple: quick fix for TLS radio button. (diff)
Update to 3.0.5
Notes
Notes: svn path=/head/; revision=456483
Diffstat (limited to 'databases/percona-toolkit/files/patch-Makefile.PL')
-rw-r--r--databases/percona-toolkit/files/patch-Makefile.PL16
1 files changed, 9 insertions, 7 deletions
diff --git a/databases/percona-toolkit/files/patch-Makefile.PL b/databases/percona-toolkit/files/patch-Makefile.PL
index d27dcbf386da..a582fe703d8a 100644
--- a/databases/percona-toolkit/files/patch-Makefile.PL
+++ b/databases/percona-toolkit/files/patch-Makefile.PL
@@ -1,15 +1,17 @@
---- ./Makefile.PL.orig 2012-06-13 13:15:56.266358713 +0200
-+++ ./Makefile.PL 2012-06-13 13:16:02.263508135 +0200
-@@ -5,10 +5,10 @@
- VERSION => '2.1.2',
+--- Makefile.PL.orig 2017-12-16 18:29:36 UTC
++++ Makefile.PL
+@@ -5,12 +5,12 @@ WriteMakefile(
+ VERSION => '3.0.5',
EXE_FILES => [ <bin/*> ],
MAN1PODS => {
- 'docs/percona-toolkit.pod' => 'blib/man1/percona-toolkit.1p',
+ 'docs/percona-toolkit.pod' => 'blib/man1/percona-toolkit.1',
map {
(my $name = $_) =~ s/^bin.//;
-- $_ => "blib/man1/$name.1p";
-+ $_ => "blib/man1/$name.1";
+ my $file_name = $_;
+ if ( $file_name !~ m/mongo/ ) {
+- $_ => "blib/man1/$name.1p";
++ $_ => "blib/man1/$name.1";
+ }
} <bin/*>
},
- MAN3PODS => {}, # man(3) pages are for C libs