From bounces+FreeBSD-gnats-submit=freebsd.org@dynect-mailer.net  Wed Jun 13 00:41:41 2012
Return-Path: <bounces+FreeBSD-gnats-submit=freebsd.org@dynect-mailer.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 427BF1065672
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 13 Jun 2012 00:41:41 +0000 (UTC)
	(envelope-from bounces+FreeBSD-gnats-submit=freebsd.org@dynect-mailer.net)
Received: from mtaout-101-pao.sendlabs.com (mtaout-101-pao.sendlabs.com [216.146.32.101])
	by mx1.freebsd.org (Postfix) with ESMTP id 1C44D8FC1C
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 13 Jun 2012 00:41:41 +0000 (UTC)
Received: from Dynect (216.146.41.17) by mtaout-101-pao.sendlabs.com (PowerMTA(TM) v3.5r16) id hqvgsa18iesr for <FreeBSD-gnats-submit@freebsd.org>; Wed, 13 Jun 2012 00:31:31 +0000 (envelope-from <bounces+FreeBSD-gnats-submit=freebsd.org@dynect-mailer.netReceived: from fw0.mdr.wiredrive.com (unknown [74.62.30.237]) by
 mail6-03-pao.dyndns.com (Postfix) with ESMTPSA id 7DF701FEB5 for
 <FreeBSD-gnats-submit@freebsd.org>; Wed, 13 Jun 2012 00:31:31 +0000 (UTC)
Received: from relay.wiredrive.com (mdr.wiredrive.com [192.168.0.2]) (using
 TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate
 requested) by fw0.mdr.wiredrive.com (Postfix) with ESMTPS id 3EC9EB81D for
 <FreeBSD-gnats-submit@freebsd.org>; Tue, 12 Jun 2012 17:31:31 -0700 (PDT)
Received: from mdr.wiredrive.com (localhost [127.0.0.1]) by
 relay.wiredrive.com (Postfix) with ESMTP id 954EE33C82 for
 <FreeBSD-gnats-submit@freebsd.org>; Tue, 12 Jun 2012 17:28:50 -0700 (PDT)
Received: (from stl@localhost) by mdr.wiredrive.com (8.14.5/8.14.5/Submit) id
 q5D0SoVj081856; Tue, 12 Jun 2012 17:28:50 -0700 (PDT) (envelope-from stl)
Message-Id: <201206130028.q5D0SoVj081856@mdr.wiredrive.com>
Date: Tue, 12 Jun 2012 17:28:50 -0700 (PDT)
From: Scott Larson <stl@wiredrive.com>
Sender: stl@wiredrive.com
Reply-To: Scott Larson <stl@wiredrive.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update of percona-toolkit to latest stable branch release.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         169018
>Category:       ports
>Synopsis:       Update of percona-toolkit to latest stable branch release.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    flo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 13 00:50:06 UTC 2012
>Closed-Date:    Wed Jun 13 14:57:49 UTC 2012
>Last-Modified:  Wed Jun 13 15:00:22 UTC 2012
>Originator:     Scott Larson
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
Wiredrive
>Environment:
System: FreeBSD mdr.wiredrive.com 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64

>Description:
	Just a couple patches to move the toolkit from the old 2.0.4 release to the new stable release of 2.1.2. The names of the man pages have changed. I solved that with an update to the Makefile to handle them, but maybe it's preferred there be another patch file to drop the 'p' from them instead.
>How-To-Repeat:
>Fix:

--- Makefile.diff begins here ---
--- Makefile.orig	2012-06-12 16:50:46.000000000 -0700
+++ Makefile	2012-06-12 17:04:38.000000000 -0700
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	percona-toolkit
-PORTVERSION=	2.0.4
+PORTVERSION=	2.1.2
 CATEGORIES=	databases
 MASTER_SITES=	http://www.percona.com/downloads/percona-toolkit/${PORTVERSION}/
 
@@ -20,40 +20,40 @@
 
 PERL_CONFIGURE=	yes
 
-MAN1=	percona-toolkit.1 \
-	pt-align.1 \
-	pt-archiver.1 \
-	pt-config-diff.1 \
-	pt-deadlock-logger.1 \
-	pt-diskstats.1 \
-	pt-duplicate-key-checker.1 \
-	pt-fifo-split.1 \
-	pt-find.1 \
-	pt-fk-error-logger.1 \
-	pt-heartbeat.1 \
-	pt-index-usage.1 \
-	pt-ioprofile.1 \
-	pt-kill.1 \
-	pt-log-player.1 \
-	pt-mext.1 \
-	pt-mysql-summary.1 \
-	pt-online-schema-change.1 \
-	pt-pmp.1 \
-	pt-query-advisor.1 \
-	pt-query-digest.1 \
-	pt-show-grants.1 \
-	pt-sift.1 \
-	pt-slave-delay.1 \
-	pt-slave-find.1 \
-	pt-slave-restart.1 \
-	pt-stalk.1 \
-	pt-summary.1 \
-	pt-table-checksum.1 \
-	pt-table-sync.1 \
-	pt-tcp-model.1 \
-	pt-trend.1 \
-	pt-upgrade.1 \
-	pt-variable-advisor.1 \
-	pt-visual-explain.1
+MAN1=	percona-toolkit.1p \
+	pt-align.1p \
+	pt-archiver.1p \
+	pt-config-diff.1p \
+	pt-deadlock-logger.1p \
+	pt-diskstats.1p \
+	pt-duplicate-key-checker.1p \
+	pt-fifo-split.1p \
+	pt-find.1p \
+	pt-fk-error-logger.1p \
+	pt-heartbeat.1p \
+	pt-index-usage.1p \
+	pt-ioprofile.1p \
+	pt-kill.1p \
+	pt-log-player.1p \
+	pt-mext.1p \
+	pt-mysql-summary.1p \
+	pt-online-schema-change.1p \
+	pt-pmp.1p \
+	pt-query-advisor.1p \
+	pt-query-digest.1p \
+	pt-show-grants.1p \
+	pt-sift.1p \
+	pt-slave-delay.1p \
+	pt-slave-find.1p \
+	pt-slave-restart.1p \
+	pt-stalk.1p \
+	pt-summary.1p \
+	pt-table-checksum.1p \
+	pt-table-sync.1p \
+	pt-tcp-model.1p \
+	pt-trend.1p \
+	pt-upgrade.1p \
+	pt-variable-advisor.1p \
+	pt-visual-explain.1p
 
 .include <bsd.port.mk>
--- Makefile.diff ends here ---

--- distinfo.diff begins here ---
--- distinfo.orig	2012-06-12 16:50:50.000000000 -0700
+++ distinfo	2012-06-12 16:53:23.000000000 -0700
@@ -1,2 +1,2 @@
-SHA256 (percona-toolkit-2.0.4.tar.gz) = 0b73d9c66e26d4c4712a12ecab739e6e7d758e21850745276e952b1c5d92c68f
-SIZE (percona-toolkit-2.0.4.tar.gz) = 1074798
+SHA256 (percona-toolkit-2.1.2.tar.gz) = 96308d764b8ece16cf9c4cf0e988ecb7d822871ef82cf5910c7f3023177aabe2
+SIZE (percona-toolkit-2.1.2.tar.gz) = 1205078
--- distinfo.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->flo 
Responsible-Changed-By: flo 
Responsible-Changed-When: Wed Jun 13 07:33:26 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=169018 
State-Changed-From-To: open->closed 
State-Changed-By: flo 
State-Changed-When: Wed Jun 13 14:57:48 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=169018 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/169018: commit references a PR
Date: Wed, 13 Jun 2012 14:57:25 +0000 (UTC)

 flo         2012-06-13 14:57:15 UTC
 
   FreeBSD ports repository
 
   Modified files:
     databases/percona-toolkit Makefile distinfo pkg-plist 
   Added files:
     databases/percona-toolkit/files patch-Makefile.PL 
   Log:
   Update to 2.1.2
   
   PR:             ports/169018
   Submitted by:   Scott Larson <stl@wiredrive.com>
   
   Revision  Changes    Path
   1.9       +3 -1      ports/databases/percona-toolkit/Makefile
   1.6       +2 -2      ports/databases/percona-toolkit/distinfo
   1.1       +15 -0     ports/databases/percona-toolkit/files/patch-Makefile.PL (new)
   1.4       +2 -0      ports/databases/percona-toolkit/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
