From lwhsu@lwbsd.csie.net  Sun Dec 12 08:33:56 2010
Return-Path: <lwhsu@lwbsd.csie.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 9A32A1065670;
	Sun, 12 Dec 2010 08:33:56 +0000 (UTC)
	(envelope-from lwhsu@lwbsd.csie.net)
Received: from lucky7.csie.net (lucky7.cs.nctu.edu.tw [140.113.17.237])
	by mx1.freebsd.org (Postfix) with ESMTP id 64CED8FC08;
	Sun, 12 Dec 2010 08:33:54 +0000 (UTC)
Received: from lucky7.csie.net (localhost [127.0.0.1])
	by lucky7.csie.net (Postfix) with ESMTP id 4A0A7147D4A;
	Sun, 12 Dec 2010 16:33:52 +0800 (CST)
Received: from lwbsd.csie.net (lwbsd.cs.nctu.edu.tw [140.113.17.197])
	by lucky7.csie.net (Postfix) with ESMTP id 475B2147CBD;
	Sun, 12 Dec 2010 16:33:52 +0800 (CST)
Received: by lwbsd.csie.net (Postfix, from userid 1001)
	id 3CE9A36F32; Sun, 12 Dec 2010 16:33:52 +0800 (CST)
Message-Id: <20101212083352.3CE9A36F32@lwbsd.csie.net>
Date: Sun, 12 Dec 2010 16:33:52 +0800 (CST)
From: Li-Wen Hsu <lwhsu@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: skreuzer@FreeBSD.org
Subject: [PATCH] databases/maatkit: update to 7119
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         153044
>Category:       ports
>Synopsis:       [PATCH] databases/maatkit: update to 7119
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    skreuzer
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 12 08:40:09 UTC 2010
>Closed-Date:    Mon Dec 13 16:24:21 UTC 2010
>Last-Modified:  Mon Dec 13 16:30:10 UTC 2010
>Originator:     Li-Wen Hsu
>Release:        FreeBSD 8.1-STABLE amd64
>Organization:
>Environment:
System: FreeBSD lwbsd.cs.nctu.edu.tw 8.1-STABLE FreeBSD 8.1-STABLE #0: Tue Sep 21 20:44:28 CST 2010
>Description:
- Update to 7119
- Pet portlint(1)

Port maintainer (skreuzer@FreeBSD.org) is cc'd.

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

--- maatkit-7119.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/maatkit/Makefile,v
retrieving revision 1.28
diff -u -u -r1.28 Makefile
--- Makefile	26 Sep 2010 03:02:05 -0000	1.28
+++ Makefile	12 Dec 2010 08:33:28 -0000
@@ -6,20 +6,20 @@
 #
 
 PORTNAME=	maatkit
-PORTVERSION=	6926
+PORTVERSION=	7119
 CATEGORIES=	databases
 MASTER_SITES=	GOOGLE_CODE
 
 MAINTAINER=	skreuzer@FreeBSD.org
 COMMENT=	Collection of essential command-line utilities for MySQL
 
-LICENSE=	GPLv2
-LICENSE_FILE=	${WRKSRC}/COPYING
-
 RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \
 		${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \
 		${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 PERL_CONFIGURE=	yes
 
 MAN1=	maatkit.1p \
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/databases/maatkit/distinfo,v
retrieving revision 1.25
diff -u -u -r1.25 distinfo
--- distinfo	26 Sep 2010 03:02:05 -0000	1.25
+++ distinfo	12 Dec 2010 08:33:28 -0000
@@ -1,3 +1,2 @@
-MD5 (maatkit-6926.tar.gz) = 20709066b1cab6e87428576ff33da9b0
-SHA256 (maatkit-6926.tar.gz) = 0d5261dd36f3fcebd7129a0c10e406609d3246077ff1fdf77ab881786a298bcf
-SIZE (maatkit-6926.tar.gz) = 1132231
+SHA256 (maatkit-7119.tar.gz) = 4f30cb839c5ab415ca456e40766465f7edf57b4c667431980139b082d685cda0
+SIZE (maatkit-7119.tar.gz) = 1179606
--- maatkit-7119.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->skreuzer 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Dec 12 08:40:16 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=153044 
State-Changed-From-To: open->closed 
State-Changed-By: skreuzer 
State-Changed-When: Mon Dec 13 16:24:19 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/153044: commit references a PR
Date: Mon, 13 Dec 2010 16:22:35 +0000 (UTC)

 skreuzer    2010-12-13 16:22:30 UTC
 
   FreeBSD ports repository
 
   Modified files:
     databases/maatkit    Makefile distinfo 
   Log:
   Update to 7119
   
   PR:             ports/153044
   Submitted by:   Li-Wen Hsu <lwhsu@FreeBSD.org>
   
   Revision  Changes    Path
   1.29      +4 -4      ports/databases/maatkit/Makefile
   1.26      +2 -3      ports/databases/maatkit/distinfo
 _______________________________________________
 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:
