ports/152431: [PATCH] devel/p5-App-Cmd: update to 0.309
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Nov 20 22:40:08 UTC 2010
>Number: 152431
>Category: ports
>Synopsis: [PATCH] devel/p5-App-Cmd: update to 0.309
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Sat Nov 20 22:40:08 UTC 2010
>Closed-Date:
>Last-Modified:
>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 at 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 at 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
- at dirrmtry %%SITE_PERL%%/App/Cmd/Command
@dirrmtry %%SITE_PERL%%/App/Cmd/Subdispatch
+ at 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:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list