Bugfix update to 2.1.7 and regen patches
This commit is contained in:
parent
a28958f572
commit
2999c1ad16
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2012/10/09 15:39:13 giovanni Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2012/11/23 09:58:49 giovanni Exp $
|
||||
|
||||
COMMENT = MySQL Percona tools
|
||||
|
||||
V = 2.1.4
|
||||
V = 2.1.7
|
||||
DISTNAME = percona-toolkit-${V}
|
||||
EPOCH = 0
|
||||
CATEGORIES = databases perl5
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (percona-toolkit-2.1.4.tar.gz) = 4qdB0ZGOnyGtpYLX6FyPBMghJ+yl2aHOdvtJG0V3w9k=
|
||||
SIZE (percona-toolkit-2.1.4.tar.gz) = 1447932
|
||||
SHA256 (percona-toolkit-2.1.7.tar.gz) = m4vketRHCuKvaEwAFLbO+N9IaEV8c+kku4m/ylpgBHk=
|
||||
SIZE (percona-toolkit-2.1.7.tar.gz) = 1468872
|
||||
|
@ -1,8 +1,8 @@
|
||||
$OpenBSD: patch-Makefile_PL,v 1.3 2012/10/09 15:39:13 giovanni Exp $
|
||||
--- Makefile.PL.orig Tue Sep 25 17:35:53 2012
|
||||
+++ Makefile.PL Tue Oct 9 16:54:29 2012
|
||||
$OpenBSD: patch-Makefile_PL,v 1.4 2012/11/23 09:58:49 giovanni Exp $
|
||||
--- Makefile.PL.orig Mon Nov 19 21:21:03 2012
|
||||
+++ Makefile.PL Fri Nov 23 10:54:57 2012
|
||||
@@ -5,10 +5,10 @@ WriteMakefile(
|
||||
VERSION => '2.1.4',
|
||||
VERSION => '2.1.7',
|
||||
EXE_FILES => [ <bin/*> ],
|
||||
MAN1PODS => {
|
||||
- 'docs/percona-toolkit.pod' => 'blib/man1/percona-toolkit.1p',
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-bin_pt-mysql-summary,v 1.5 2012/10/09 15:39:13 giovanni Exp $
|
||||
--- bin/pt-mysql-summary.orig Tue Oct 9 17:16:40 2012
|
||||
+++ bin/pt-mysql-summary Tue Oct 9 17:17:19 2012
|
||||
$OpenBSD: patch-bin_pt-mysql-summary,v 1.6 2012/11/23 09:58:49 giovanni Exp $
|
||||
--- bin/pt-mysql-summary.orig Mon Nov 19 21:21:03 2012
|
||||
+++ bin/pt-mysql-summary Fri Nov 23 10:54:58 2012
|
||||
@@ -614,7 +614,7 @@ shorten() {
|
||||
}
|
||||
|
||||
@ -10,7 +10,7 @@ $OpenBSD: patch-bin_pt-mysql-summary,v 1.5 2012/10/09 15:39:13 giovanni Exp $
|
||||
}
|
||||
|
||||
# ###########################################################################
|
||||
@@ -2315,7 +2315,7 @@ main() {
|
||||
@@ -2314,7 +2314,7 @@ main() {
|
||||
# Execute the program if it was not included from another file.
|
||||
# This makes it possible to include without executing, and thus test.
|
||||
if [ "${0##*/}" = "$TOOL" ] \
|
||||
|
Loading…
Reference in New Issue
Block a user