diff options
author | he <he@pkgsrc.org> | 2008-11-02 14:55:16 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-11-02 14:55:16 +0000 |
commit | 9f46411e3ac3211bbb4956e586af47eced97c7ea (patch) | |
tree | a649b39540e83558a6917be264cb84e64e0a5639 | |
parent | a21d56ba506eef90dd3e572d43261d1bdc39a33c (diff) | |
download | pkgsrc-9f46411e3ac3211bbb4956e586af47eced97c7ea.tar.gz |
Update from version 0.013nb1 to 0.202.
Pkgsrc changes:
o Add new required dependencies.
Upstream changes:
0.202 2008-10-16
update App::Cmd::Tester to use IO::TieCombine
0.201 2008-10-14
fix typos in Tutorial.pod (thanks, HARTZELL!)
fix prereq for Sub::Exporter to ensure we have curry_method
0.200 2008-09-14
new super-concise ::Setup interface provided by Sub::Exporter
added plugin system
consult App::Cmd::Tutorial to see the new interface
your old code should still work!
-rw-r--r-- | devel/p5-App-Cmd/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-App-Cmd/distinfo | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/devel/p5-App-Cmd/Makefile b/devel/p5-App-Cmd/Makefile index 9058ad5b35a..d442778cba0 100644 --- a/devel/p5-App-Cmd/Makefile +++ b/devel/p5-App-Cmd/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2008/10/19 19:17:47 he Exp $ +# $NetBSD: Makefile,v 1.5 2008/11/02 14:55:16 he Exp $ # -DISTNAME= App-Cmd-0.013 +DISTNAME= App-Cmd-0.202 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/} @@ -16,6 +15,9 @@ PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= p5-Getopt-Long-Descriptive>=0.06:../../devel/p5-Getopt-Long-Descriptive DEPENDS+= p5-Module-Pluggable-[0-9]*:../../devel/p5-Module-Pluggable DEPENDS+= p5-Sub-Install-[0-9]*:../../devel/p5-Sub-Install +DEPENDS+= p5-Sub-Exporter>=0.975:../../devel/p5-Sub-Exporter + +BUILD_DEPENDS+= p5-IO-TieCombine>=1:../../devel/p5-IO-TieCombine PERL5_PACKLIST= auto/App/Cmd/.packlist diff --git a/devel/p5-App-Cmd/distinfo b/devel/p5-App-Cmd/distinfo index 29f346cc9e1..da837e22fae 100644 --- a/devel/p5-App-Cmd/distinfo +++ b/devel/p5-App-Cmd/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2008/07/21 11:59:33 rhaen Exp $ +$NetBSD: distinfo,v 1.3 2008/11/02 14:55:16 he Exp $ -SHA1 (App-Cmd-0.013.tar.gz) = 2d65909e141a4b2486787b45e09ceea16ea726cf -RMD160 (App-Cmd-0.013.tar.gz) = b5c038fd5366d5c53e43503239c1ed8776f236c3 -Size (App-Cmd-0.013.tar.gz) = 31030 bytes +SHA1 (App-Cmd-0.202.tar.gz) = 9a7f56d79dd65f51b1715d1819671630aa3f52a6 +RMD160 (App-Cmd-0.202.tar.gz) = 0ca7f8e4b0fc4b697f49737cc3f27e63c2755b14 +Size (App-Cmd-0.202.tar.gz) = 36827 bytes |