From sunpoet@sunpoet.net  Sat Nov 20 22:32:38 2010
Return-Path: <sunpoet@sunpoet.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id C5747106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 20 Nov 2010 22:32:38 +0000 (UTC)
	(envelope-from sunpoet@sunpoet.net)
Received: from mail-pw0-f54.google.com (mail-pw0-f54.google.com [209.85.160.54])
	by mx1.freebsd.org (Postfix) with ESMTP id A54448FC08
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 20 Nov 2010 22:32:38 +0000 (UTC)
Received: by pwi10 with SMTP id 10so1350791pwi.13
        for <FreeBSD-gnats-submit@freebsd.org>; Sat, 20 Nov 2010 14:32:38 -0800 (PST)
Received: by 10.142.246.13 with SMTP id t13mr3159817wfh.446.1290292357622;
        Sat, 20 Nov 2010 14:32:37 -0800 (PST)
Received: from sunpoet.net (sunpoet.net [220.133.12.240])
        by mx.google.com with ESMTPS id x35sm3960842wfd.13.2010.11.20.14.32.35
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Sat, 20 Nov 2010 14:32:36 -0800 (PST)
Received: by sunpoet.net (Postfix, from userid 1000)
	id 5C5622AEC5E8; Sun, 21 Nov 2010 06:32:18 +0800 (CST)
Message-Id: <20101120223218.5C5622AEC5E8@sunpoet.net>
Date: Sun, 21 Nov 2010 06:32:18 +0800 (CST)
From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
Sender: Sunpoet Hsieh <sunpoet@sunpoet.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: hartzell@alerce.com
Subject: [PATCH] devel/p5-App-Cmd: update to 0.309
X-Send-Pr-Version: 3.113
X-GNATS-Notify: hartzell@alerce.com

>Number:         152431
>Category:       ports
>Synopsis:       [PATCH] devel/p5-App-Cmd: update to 0.309
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 20 22:40:08 UTC 2010
>Closed-Date:    Mon Nov 22 20:06:13 UTC 2010
>Last-Modified:  Mon Nov 22 20:10:10 UTC 2010
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 8.1-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 8.1-STABLE FreeBSD 8.1-STABLE #0: Sat Oct 23 16:01:16 CST 2010
>Description:
- Update to 0.309
- Sort *_DEPENDS, MAN3 and PLIST

Port maintainer (hartzell@alerce.com) is cc'd.

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

--- p5-App-Cmd-0.309.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-App-Cmd/Makefile,v
retrieving revision 1.5
diff -u -u -r1.5 Makefile
--- Makefile	20 Aug 2010 01:30:20 -0000	1.5
+++ Makefile	20 Nov 2010 22:31:57 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	App-Cmd
-PORTVERSION=	0.307
+PORTVERSION=	0.309
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,26 +14,27 @@
 MAINTAINER=	hartzell@alerce.com
 COMMENT=	App::Cmd - Write command line apps with less suffering
 
-BUILD_DEPENDS=	p5-Getopt-Long-Descriptive>=0.084:${PORTSDIR}/devel/p5-Getopt-Long-Descriptive \
-		p5-Sub-Exporter>=0.975:${PORTSDIR}/devel/p5-Sub-Exporter \
-		p5-IO-TieCombine>=1.000:${PORTSDIR}/devel/p5-IO-TieCombine \
-		p5-Sub-Install>=0:${PORTSDIR}/devel/p5-Sub-Install \
+BUILD_DEPENDS=	p5-Getopt-Long-Descriptive>=0:${PORTSDIR}/devel/p5-Getopt-Long-Descriptive \
+		p5-IO-TieCombine>=0:${PORTSDIR}/devel/p5-IO-TieCombine \
 		p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable \
+		p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \
+		p5-Sub-Install>=0:${PORTSDIR}/devel/p5-Sub-Install \
 		p5-String-RewritePrefix>=0:${PORTSDIR}/textproc/p5-String-RewritePrefix
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
-MAN3=	App::Cmd.3 \
-	App::Cmd::Command.3 \
-	App::Cmd::Tester.3 \
-	App::Cmd::Subdispatch.3 \
-	App::Cmd::Subdispatch::DashedStyle.3 \
-	App::Cmd::Command::help.3 \
-	App::Cmd::Tutorial.3 \
-	App::Cmd::Setup.3 \
-	App::Cmd::Simple.3 \
-	App::Cmd::ArgProcessor.3 \
-	App::Cmd::Command::commands.3
+MAN3=		App::Cmd.3 \
+		App::Cmd::ArgProcessor.3 \
+		App::Cmd::Command.3 \
+		App::Cmd::Command::commands.3 \
+		App::Cmd::Command::help.3 \
+		App::Cmd::Plugin.3 \
+		App::Cmd::Setup.3 \
+		App::Cmd::Simple.3 \
+		App::Cmd::Subdispatch.3 \
+		App::Cmd::Subdispatch::DashedStyle.3 \
+		App::Cmd::Tester.3 \
+		App::Cmd::Tutorial.3 \
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/p5-App-Cmd/distinfo,v
retrieving revision 1.4
diff -u -u -r1.4 distinfo
--- distinfo	20 Aug 2010 01:30:20 -0000	1.4
+++ distinfo	20 Nov 2010 22:31:57 -0000
@@ -1,3 +1,2 @@
-MD5 (App-Cmd-0.307.tar.gz) = 887d54e6d30a8180f4b030c933feb572
-SHA256 (App-Cmd-0.307.tar.gz) = 2b9a063a2efe2d0ae2642306ab865daac8f01ebd43cc6fa4156e8a7d4a59039d
-SIZE (App-Cmd-0.307.tar.gz) = 42644
+SHA256 (App-Cmd-0.309.tar.gz) = 7489143ac2dca3a6fe40b07bf4826d02a539cc86e9f31af38518395598c1677f
+SIZE (App-Cmd-0.309.tar.gz) = 29641
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/devel/p5-App-Cmd/pkg-plist,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-plist
--- pkg-plist	11 Oct 2008 14:28:30 -0000	1.1
+++ pkg-plist	20 Nov 2010 22:31:57 -0000
@@ -1,19 +1,19 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/App/Cmd/.packlist
 %%SITE_PERL%%/App/Cmd.pm
+%%SITE_PERL%%/App/Cmd/ArgProcessor.pm
 %%SITE_PERL%%/App/Cmd/Command.pm
+%%SITE_PERL%%/App/Cmd/Command/commands.pm
+%%SITE_PERL%%/App/Cmd/Command/help.pm
+%%SITE_PERL%%/App/Cmd/Plugin.pm
+%%SITE_PERL%%/App/Cmd/Setup.pm
+%%SITE_PERL%%/App/Cmd/Simple.pm
 %%SITE_PERL%%/App/Cmd/Subdispatch.pm
 %%SITE_PERL%%/App/Cmd/Subdispatch/DashedStyle.pm
 %%SITE_PERL%%/App/Cmd/Tester.pm
-%%SITE_PERL%%/App/Cmd/Command/help.pm
-%%SITE_PERL%%/App/Cmd/Setup.pm
 %%SITE_PERL%%/App/Cmd/Tutorial.pod
-%%SITE_PERL%%/App/Cmd/Simple.pm
-%%SITE_PERL%%/App/Cmd/ArgProcessor.pm
-%%SITE_PERL%%/App/Cmd/Plugin.pm
-%%SITE_PERL%%/App/Cmd/Command/commands.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/App/Cmd/.packlist
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/App/Cmd
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/App
-@dirrmtry %%SITE_PERL%%/App/Cmd/Command
 @dirrmtry %%SITE_PERL%%/App/Cmd/Subdispatch
+@dirrmtry %%SITE_PERL%%/App/Cmd/Command
 @dirrmtry %%SITE_PERL%%/App/Cmd
 @dirrmtry %%SITE_PERL%%/App
--- p5-App-Cmd-0.309.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Nov 20 22:40:16 UTC 2010 
Responsible-Changed-Why:  
perl@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=152431 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Nov 20 22:40:20 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: hartzell@alerce.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/152431: [PATCH] devel/p5-App-Cmd: update to 0.309
Date: Sat, 20 Nov 2010 22:40:18 UT

 Maintainer of devel/p5-App-Cmd,
 
 Please note that PR ports/152431 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/152431
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: perl->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Mon Nov 22 19:02:21 UTC 2010 
Responsible-Changed-Why:  
I will take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=152431 
State-Changed-From-To: feedback->closed 
State-Changed-By: sunpoet 
State-Changed-When: Mon Nov 22 20:06:12 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/152431: commit references a PR
Date: Mon, 22 Nov 2010 20:06:07 +0000 (UTC)

 sunpoet     2010-11-22 20:06:01 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/p5-App-Cmd     Makefile distinfo pkg-plist 
   Log:
   - Update to 0.309
   - Sort *_DEPENDS, MAN3 and PLIST
   
   Changes:        http://search.cpan.org/dist/App-Cmd/Changes
   PR:             ports/152431
   Submitted by:   sunpoet (myself)
   Approved by:    George Hartzell <hartzell@alerce.com> (maintainer)
   
   Revision  Changes    Path
   1.6       +17 -16    ports/devel/p5-App-Cmd/Makefile
   1.5       +2 -3      ports/devel/p5-App-Cmd/distinfo
   1.2       +8 -8      ports/devel/p5-App-Cmd/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:
