From ijliao@FreeBSD.csie.nctu.edu.tw  Tue Oct  2 02:19:25 2007
Return-Path: <ijliao@FreeBSD.csie.nctu.edu.tw>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id F0AC916A418
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  2 Oct 2007 02:19:25 +0000 (UTC)
	(envelope-from ijliao@FreeBSD.csie.nctu.edu.tw)
Received: from FreeBSD.csie.nctu.edu.tw (freebsd.cs.nctu.edu.tw [140.113.17.209])
	by mx1.freebsd.org (Postfix) with ESMTP id CDD0313C43E
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  2 Oct 2007 02:19:25 +0000 (UTC)
	(envelope-from ijliao@FreeBSD.csie.nctu.edu.tw)
Received: from localhost (unknown [127.0.0.1])
	by FreeBSD.csie.nctu.edu.tw (Postfix) with ESMTP id DA2AA7E93E;
	Tue,  2 Oct 2007 10:24:33 +0800 (CST)
Received: from FreeBSD.csie.nctu.edu.tw ([127.0.0.1])
	by localhost (FreeBSD.csie.nctu.edu.tw [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id m8lrLGsBtTYF; Tue,  2 Oct 2007 10:24:31 +0800 (CST)
Received: by FreeBSD.csie.nctu.edu.tw (Postfix, from userid 1041)
	id A817C7E9C1; Tue,  2 Oct 2007 10:24:31 +0800 (CST)
Message-Id: <20071002022431.A817C7E9C1@FreeBSD.csie.nctu.edu.tw>
Date: Tue,  2 Oct 2007 10:24:31 +0800 (CST)
From: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
To: FreeBSD-gnats-submit@freebsd.org
Cc: skreuzer@exit2shell.com
Subject: [PATCH] databases/mysqltoolkit: update to 946
X-Send-Pr-Version: 3.113
X-GNATS-Notify: skreuzer@exit2shell.com

>Number:         116803
>Category:       ports
>Synopsis:       [PATCH] databases/mysqltoolkit: update to 946
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    tabthorpe
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 02 02:20:02 GMT 2007
>Closed-Date:    Thu Oct 04 15:51:45 GMT 2007
>Last-Modified:  Thu Oct  4 16:00:05 GMT 2007
>Originator:     Ying-Chieh Liao
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD FreeBSD.csie.nctu.edu.tw 6.2-RELEASE FreeBSD 6.2-RELEASE #14: Thu Jul 26 09:06:47 CST 2007
>Description:
- Update to 946

Port maintainer (skreuzer@exit2shell.com) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- mysqltoolkit-946.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/databases/mysqltoolkit/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	24 Jul 2007 13:03:11 -0000	1.1
+++ Makefile	2 Oct 2007 02:18:09 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	mysqltoolkit
-PORTVERSION=	646
+PORTVERSION=	946
 CATEGORIES=	databases
 MASTER_SITES=	SF
 
@@ -24,12 +24,16 @@
 	mysql-deadlock-logger.1 \
 	mysql-duplicate-key-checker.1 \
 	mysql-find.1 \
+	mysql-heartbeat.1 \
+	mysql-parallel-dump.1 \
 	mysql-profile-compact.1 \
 	mysql-query-profiler.1 \
 	mysql-show-grants.1 \
+	mysql-slave-delay.1 \
 	mysql-slave-restart.1 \
 	mysql-table-checksum.1 \
-	mysql-table-sync.1
+	mysql-table-sync.1 \
+	mysql-visual-explain.1
 MAN3=	mysqltoolkit.3
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/databases/mysqltoolkit/distinfo,v
retrieving revision 1.1
diff -u -u -r1.1 distinfo
--- distinfo	24 Jul 2007 13:03:11 -0000	1.1
+++ distinfo	2 Oct 2007 02:18:09 -0000
@@ -1,3 +1,3 @@
-MD5 (mysqltoolkit-646.tar.gz) = 9ae17dcee68cc1a56b809a77e162199e
-SHA256 (mysqltoolkit-646.tar.gz) = 77a59c0cbdf25f3e998328e48e005d0332ea509e40416b517017cf95c930593a
-SIZE (mysqltoolkit-646.tar.gz) = 119266
+MD5 (mysqltoolkit-946.tar.gz) = 15686a4f114c291afc03902b06673f9b
+SHA256 (mysqltoolkit-946.tar.gz) = 95f650139345757337e0fc33fb9295044b24c6a6ddfc82794d381e0226856691
+SIZE (mysqltoolkit-946.tar.gz) = 164494
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/databases/mysqltoolkit/pkg-plist,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-plist
--- pkg-plist	24 Jul 2007 13:03:11 -0000	1.1
+++ pkg-plist	2 Oct 2007 02:18:09 -0000
@@ -1,14 +1,17 @@
 %%SITE_PERL%%/mysqltoolkit.pm
-bin/mysql-find
-bin/mysql-duplicate-key-checker
-bin/mysql-table-sync
+bin/mysql-archiver
+bin/mysql-checksum-filter
 bin/mysql-deadlock-logger
-bin/mysql-slave-restart
+bin/mysql-duplicate-key-checker
+bin/mysql-find
+bin/mysql-heartbeat
+bin/mysql-parallel-dump
 bin/mysql-profile-compact
-bin/mysql-archiver
 bin/mysql-query-profiler
-bin/mysql-table-checksum
-bin/mysql-checksum-filter
 bin/mysql-show-grants
+bin/mysql-slave-restart
+bin/mysql-table-checksum
+bin/mysql-table-sync
+bin/mysql-visual-explain
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/mysqltoolkit/.packlist
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/mysqltoolkit
--- mysqltoolkit-946.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Tue Oct 2 02:20:09 UTC 2007 
State-Changed-Why:  
Awaiting maintainers feedback 

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

From: Steven Kreuzer <skreuzer@exit2shell.com>
To: bug-followup@FreeBSD.ORG
Cc:  
Subject: Re: ports/116803: [PATCH] databases/mysqltoolkit: update to 946
Date: Wed, 3 Oct 2007 12:12:58 -0700

 On Tue, Oct 02, 2007 at 02:20:07AM +0000, Edwin Groothuis wrote:
 > Maintainer of databases/mysqltoolkit,
 > 
 > Please note that PR ports/116803 has just been submitted.
 > 
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 > 
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/116803
 > 
 > -- 
 > Edwin Groothuis
 > edwin@FreeBSD.org
 
 Hello-
 
 Everything looks good. You have my permission to commit it to cvs.
 
 Thanks for taking the time to update the port
 
 -- 
 Steven Kreuzer
 http://www.exit2shell.com/~skreuzer
Responsible-Changed-From-To: freebsd-ports-bugs->tabthorpe 
Responsible-Changed-By: tabthorpe 
Responsible-Changed-When: Wed Oct 3 20:02:12 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=116803 
State-Changed-From-To: feedback->closed 
State-Changed-By: tabthorpe 
State-Changed-When: Thu Oct 4 15:51:41 UTC 2007 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/116803: commit references a PR
Date: Thu,  4 Oct 2007 15:51:03 +0000 (UTC)

 tabthorpe    2007-10-04 15:50:57 UTC
 
   FreeBSD ports repository
 
   Modified files:
     databases/mysqltoolkit Makefile distinfo pkg-plist 
   Log:
   - Update to 946
   
   PR:             ports/116803
   Submitted by:   Ying-Chieh Liao <ijliao csie.nctu.edu.tw>
   Approved by:    skreuzer exit2shell.com (maintainer), miwi (co-mentor)
   
   Revision  Changes    Path
   1.2       +6 -2      ports/databases/mysqltoolkit/Makefile
   1.2       +3 -3      ports/databases/mysqltoolkit/distinfo
   1.2       +11 -7     ports/databases/mysqltoolkit/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:
