From clsung@FreeBSD.csie.nctu.edu.tw  Tue Nov 29 03:44:48 2005
Return-Path: <clsung@FreeBSD.csie.nctu.edu.tw>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 27DE116A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 29 Nov 2005 03:44:48 +0000 (GMT)
	(envelope-from clsung@FreeBSD.csie.nctu.edu.tw)
Received: from FreeBSD.csie.nctu.edu.tw (freebsd.csie.nctu.edu.tw [140.113.17.209])
	by mx1.FreeBSD.org (Postfix) with ESMTP id DF3F543D69
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 29 Nov 2005 03:44:37 +0000 (GMT)
	(envelope-from clsung@FreeBSD.csie.nctu.edu.tw)
Received: from localhost (localhost.csie.nctu.edu.tw [127.0.0.1])
	by FreeBSD.csie.nctu.edu.tw (Postfix) with ESMTP id 690717EA0A;
	Tue, 29 Nov 2005 11:44:37 +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 71593-02; Tue, 29 Nov 2005 11:44:36 +0800 (CST)
Received: by FreeBSD.csie.nctu.edu.tw (Postfix, from userid 1038)
	id D6DA97EA11; Tue, 29 Nov 2005 11:44:36 +0800 (CST)
Message-Id: <20051129034436.D6DA97EA11@FreeBSD.csie.nctu.edu.tw>
Date: Tue, 29 Nov 2005 11:44:36 +0800 (CST)
From: Cheng-Lung Sung <clsung@tw.freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: rafan@infor.org
Subject: [PATCH] www/p5-Kwiki-Diff: update to 0.03
X-Send-Pr-Version: 3.113
X-GNATS-Notify: rafan@infor.org

>Number:         89705
>Category:       ports
>Synopsis:       [PATCH] www/p5-Kwiki-Diff: update to 0.03
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 29 03:50:05 GMT 2005
>Closed-Date:    Tue Nov 29 09:26:13 GMT 2005
>Last-Modified:  Tue Nov 29 09:26:13 GMT 2005
>Originator:     Cheng-Lung Sung
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD FreeBSD.csie.nctu.edu.tw 6.0-STABLE FreeBSD 6.0-STABLE #3: Fri Nov 25 11:26:33 CST 2005
>Description:
- Update to 0.03
- improving kwalitee
- add SHA256 checksum
- made portlint happy about IGNORE messages

Port maintainer (rafan@infor.org) is cc'd.

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

--- p5-Kwiki-Diff-0.03.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/p5-Kwiki-Diff/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	2 Mar 2005 07:37:01 -0000	1.1
+++ Makefile	29 Nov 2005 03:43:44 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Kwiki-Diff
-PORTVERSION=	0.02
+PORTVERSION=	0.03
 CATEGORIES=	www perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Kwiki
@@ -27,7 +27,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${PERL_LEVEL} < 500601
-IGNORE=		This port requires perl 5.6.x or later. Install lang/perl5 then try again
+IGNORE=		requires perl 5.6.x or later. Install lang/perl5 then try again
 .endif
 
 post-install:
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/www/p5-Kwiki-Diff/distinfo,v
retrieving revision 1.1
diff -u -u -r1.1 distinfo
--- distinfo	2 Mar 2005 07:37:01 -0000	1.1
+++ distinfo	29 Nov 2005 03:43:44 -0000
@@ -1,2 +1,3 @@
-MD5 (Kwiki-Diff-0.02.tar.gz) = cb46daa63a6f0df6c6a0399988d3381c
-SIZE (Kwiki-Diff-0.02.tar.gz) = 3938
+MD5 (Kwiki-Diff-0.03.tar.gz) = e77bc115dc5224fbade93c36bea9181b
+SHA256 (Kwiki-Diff-0.03.tar.gz) = ce10250af3b22cdd887494bd1a3b4fa25cbe8f5485f1faab7681fe90db4d3c14
+SIZE (Kwiki-Diff-0.03.tar.gz) = 5477
--- p5-Kwiki-Diff-0.03.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Tue Nov 29 03:54:44 GMT 2005 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=89705 
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: clsung 
Responsible-Changed-When: Tue Nov 29 03:59:49 GMT 2005 
Responsible-Changed-Why:  
Take. 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: rafan@infor.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/89705: [PATCH] www/p5-Kwiki-Diff: update to 0.03
Date: Tue, 29 Nov 2005 03:54:40 UT

 Maintainer of www/p5-Kwiki-Diff,
 
 Please note that PR ports/89705 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/89705
 
 -- 
 Edwin Groothuis
 edwin@FreeBSD.org

From: Rong-En Fan <rafan@infor.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/89705: [PATCH] www/p5-Kwiki-Diff: update to 0.03
Date: Tue, 29 Nov 2005 16:08:45 +0800

 Looks good, please go ahead.
 
 Rong-En Fan
 
 On Tue, Nov 29, 2005 at 03:54:40AM +0000, Edwin Groothuis wrote:
 > Maintainer of www/p5-Kwiki-Diff,
 > 
 > Please note that PR ports/89705 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/89705
 > 
 > -- 
 > Edwin Groothuis
 > edwin@FreeBSD.org
 > 
State-Changed-From-To: feedback->closed 
State-Changed-By: clsung 
State-Changed-When: Tue Nov 29 09:26:12 GMT 2005 
State-Changed-Why:  
Committed. Thank You. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=89705 
>Unformatted:
