Bugfix update to 2.1.8, more info about bugs fixed:

https://launchpad.net/percona-toolkit/2.1/2.1.8
This commit is contained in:
giovanni 2013-01-11 11:21:26 +00:00
parent 5f7541e0e3
commit fbe22c086b
4 changed files with 14 additions and 13 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.8 2012/11/23 09:58:49 giovanni Exp $ # $OpenBSD: Makefile,v 1.9 2013/01/11 11:21:26 giovanni Exp $
COMMENT = MySQL Percona tools COMMENT = MySQL Percona tools
V = 2.1.7 V = 2.1.8
DISTNAME = percona-toolkit-${V} DISTNAME = percona-toolkit-${V}
EPOCH = 0 EPOCH = 0
CATEGORIES = databases perl5 CATEGORIES = databases perl5
@ -25,6 +25,7 @@ RUN_DEPENDS = databases/p5-DBD-mysql>=3.0 \
sysutils/lsof sysutils/lsof
CONFIGURE_STYLE = perl CONFIGURE_STYLE = perl
REGRESS_TARGET = test
pre-configure: pre-configure:
@find ${WRKSRC} \( -name "*.orig" \) \ @find ${WRKSRC} \( -name "*.orig" \) \

View File

@ -1,2 +1,2 @@
SHA256 (percona-toolkit-2.1.7.tar.gz) = m4vketRHCuKvaEwAFLbO+N9IaEV8c+kku4m/ylpgBHk= SHA256 (percona-toolkit-2.1.8.tar.gz) = kBO0APlvJt84msOKUYrbu0O16ZMOoKheNdpeyZpHHgw=
SIZE (percona-toolkit-2.1.7.tar.gz) = 1468872 SIZE (percona-toolkit-2.1.8.tar.gz) = 1477253

View File

@ -1,8 +1,8 @@
$OpenBSD: patch-Makefile_PL,v 1.4 2012/11/23 09:58:49 giovanni Exp $ $OpenBSD: patch-Makefile_PL,v 1.5 2013/01/11 11:21:26 giovanni Exp $
--- Makefile.PL.orig Mon Nov 19 21:21:03 2012 --- Makefile.PL.orig Tue Jan 8 22:49:57 2013
+++ Makefile.PL Fri Nov 23 10:54:57 2012 +++ Makefile.PL Fri Jan 11 12:17:27 2013
@@ -5,10 +5,10 @@ WriteMakefile( @@ -5,10 +5,10 @@ WriteMakefile(
VERSION => '2.1.7', VERSION => '2.1.8',
EXE_FILES => [ <bin/*> ], EXE_FILES => [ <bin/*> ],
MAN1PODS => { MAN1PODS => {
- 'docs/percona-toolkit.pod' => 'blib/man1/percona-toolkit.1p', - 'docs/percona-toolkit.pod' => 'blib/man1/percona-toolkit.1p',

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-bin_pt-mysql-summary,v 1.6 2012/11/23 09:58:49 giovanni Exp $ $OpenBSD: patch-bin_pt-mysql-summary,v 1.7 2013/01/11 11:21:26 giovanni Exp $
--- bin/pt-mysql-summary.orig Mon Nov 19 21:21:03 2012 --- bin/pt-mysql-summary.orig Tue Jan 8 22:49:57 2013
+++ bin/pt-mysql-summary Fri Nov 23 10:54:58 2012 +++ bin/pt-mysql-summary Fri Jan 11 12:17:27 2013
@@ -614,7 +614,7 @@ shorten() { @@ -614,7 +614,7 @@ shorten() {
} }
@ -10,7 +10,7 @@ $OpenBSD: patch-bin_pt-mysql-summary,v 1.6 2012/11/23 09:58:49 giovanni Exp $
} }
# ########################################################################### # ###########################################################################
@@ -2314,7 +2314,7 @@ main() { @@ -2412,7 +2412,7 @@ main() {
# Execute the program if it was not included from another file. # Execute the program if it was not included from another file.
# This makes it possible to include without executing, and thus test. # This makes it possible to include without executing, and thus test.
if [ "${0##*/}" = "$TOOL" ] \ if [ "${0##*/}" = "$TOOL" ] \