Sat Aug 29 22:35:23 2009 UTC ()
Update p5-App-Cmd from version 0.206 to version 0.300.

Upstream changes:
0.300     2009-09-28
          DEPRECATED -run OPTION TO APP CLASS IMPORT
          "use MyApp -run;" is deprecated; it will be removed after no less
          than a year

          this led to problems where normal exit-on-error messages confused
          users by complaining about failing to compile; magic to stop this is
          not worth the tiny savings

          COMMANDS SHOULD NOW HAVE ->execute RATHER THAN ->run
          this will not break you code... except:

          WILL BREAK YOUR CODE: App::Cmd::Simple programs must use ->execute
          rather than ->run

0.207     2009-09-27
          add option to allow any unambiguous command abbreviation
          (thanks, Jerome Quelin)


(seb)
diff -r1.9 -r1.10 pkgsrc/devel/p5-App-Cmd/Makefile
diff -r1.6 -r1.7 pkgsrc/devel/p5-App-Cmd/distinfo

cvs diff -r1.9 -r1.10 pkgsrc/devel/p5-App-Cmd/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-App-Cmd/Makefile 2009/08/20 23:01:56 1.9
+++ pkgsrc/devel/p5-App-Cmd/Makefile 2009/08/29 22:35:23 1.10
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.9 2009/08/20 23:01:56 seb Exp $ 1# $NetBSD: Makefile,v 1.10 2009/08/29 22:35:23 seb Exp $
2# 2#
3 3
4DISTNAME= App-Cmd-0.206 4DISTNAME= App-Cmd-0.300
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6CATEGORIES= devel perl5 6CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/App-Cmd/ 10HOMEPAGE= http://search.cpan.org/dist/App-Cmd/
11COMMENT= Perl 5 module to write command line apps with less suffering 11COMMENT= Perl 5 module to write command line apps with less suffering
12LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16DEPENDS+= p5-Getopt-Long-Descriptive>=0.075:../../devel/p5-Getopt-Long-Descriptive 16DEPENDS+= p5-Getopt-Long-Descriptive>=0.075:../../devel/p5-Getopt-Long-Descriptive
17DEPENDS+= {perl>=5.10,p5-Module-Pluggable-[0-9]*}:../../devel/p5-Module-Pluggable 17DEPENDS+= {perl>=5.10,p5-Module-Pluggable-[0-9]*}:../../devel/p5-Module-Pluggable

cvs diff -r1.6 -r1.7 pkgsrc/devel/p5-App-Cmd/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-App-Cmd/distinfo 2009/08/20 23:01:56 1.6
+++ pkgsrc/devel/p5-App-Cmd/distinfo 2009/08/29 22:35:23 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2009/08/20 23:01:56 seb Exp $ 1$NetBSD: distinfo,v 1.7 2009/08/29 22:35:23 seb Exp $
2 2
3SHA1 (App-Cmd-0.206.tar.gz) = 547c3fc08bf37f5c778104706cf1db296d434914 3SHA1 (App-Cmd-0.300.tar.gz) = fcb36dcfebf5c0dcdcf31aa0fe7d63c40c6d7a3d
4RMD160 (App-Cmd-0.206.tar.gz) = 8c3a3d99d9a39ef2cc4eb561f82b8a10fce3f4cb 4RMD160 (App-Cmd-0.300.tar.gz) = 677f9f79c1d5ad4dfc8e9c9e55bb41fe29accaf3
5Size (App-Cmd-0.206.tar.gz) = 39398 bytes 5Size (App-Cmd-0.300.tar.gz) = 40357 bytes