diff options
author | sno <sno@pkgsrc.org> | 2009-09-14 06:48:28 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-09-14 06:48:28 +0000 |
commit | 02d5ae20d1ffcf6161440c1f3505bc898de8fb7b (patch) | |
tree | d2b234c253a19235926bbf0110e8988a5967ea25 /devel/p5-TryCatch | |
parent | ae588bb901faebd994c7397051db4c064857e4d6 (diff) | |
download | pkgsrc-02d5ae20d1ffcf6161440c1f3505bc898de8fb7b.tar.gz |
Updating devel/p5-TryCatch from 1.001001 to 1.002000
pkgsrc changes:
- Adjusting dependencies
Upstream changes:
1.002000 - 2009/09/13
- Fallback to treating str TCs as class names
1.001001_999 - 2009/09/09
- Fix for issue with return/unwind when sub is called as a method (vpit)
1.001001_99 - 2009/08/17
- Fix a few bugs with nested try statements (return and errors not falling
through as expected)
- Fix wantarray context of try blocks.
Diffstat (limited to 'devel/p5-TryCatch')
-rw-r--r-- | devel/p5-TryCatch/Makefile | 19 | ||||
-rw-r--r-- | devel/p5-TryCatch/distinfo | 8 |
2 files changed, 15 insertions, 12 deletions
diff --git a/devel/p5-TryCatch/Makefile b/devel/p5-TryCatch/Makefile index 31760d0ac14..a3e09febbe2 100644 --- a/devel/p5-TryCatch/Makefile +++ b/devel/p5-TryCatch/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/08/08 19:04:48 sno Exp $ +# $NetBSD: Makefile,v 1.2 2009/09/14 06:48:28 sno Exp $ -DISTNAME= TryCatch-1.001001 +DISTNAME= TryCatch-1.002000 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5sto CATEGORIES= devel perl5 @@ -11,16 +11,19 @@ HOMEPAGE= http://search.cpan.org/dist/TryCatch/ COMMENT= First class try catch semantics for Perl, without source filters LICENSE= ${PERL5_LICENSE} -DEPENDS+= p5-Parse-Method-Signatures>=1.003003:../../devel/p5-Parse-Method-Signatures -DEPENDS+= p5-B-Hooks-EndOfScope>=0.05:../../devel/p5-B-Hooks-EndOfScope -DEPENDS+= p5-B-Hooks-OP-Check>=0.15:../../devel/p5-B-Hooks-OP-Check -DEPENDS+= p5-B-Hooks-OP-PPAddr>=0.02:../../devel/p5-B-Hooks-OP-PPAddr -DEPENDS+= p5-Devel-Declare>=0.003004:../../devel/p5-Devel-Declare +DEPENDS+= p5-B-Hooks-EndOfScope>=0.08:../../devel/p5-B-Hooks-EndOfScope +DEPENDS+= p5-B-Hooks-OP-Check>=0.18:../../devel/p5-B-Hooks-OP-Check +DEPENDS+= p5-B-Hooks-OP-PPAddr>=0.03:../../devel/p5-B-Hooks-OP-PPAddr +DEPENDS+= p5-Devel-Declare>=0.005007:../../devel/p5-Devel-Declare DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose DEPENDS+= p5-MooseX-Types-[0-9]*:../../devel/p5-MooseX-Types +DEPENDS+= p5-Parse-Method-Signatures>=1.003012:../../devel/p5-Parse-Method-Signatures DEPENDS+= p5-Scope-Upper>=0.06:../../devel/p5-Scope-Upper -DEPENDS+= p5-Variable-Magic>=0.28:../../devel/p5-Variable-Magic DEPENDS+= p5-Sub-Exporter>=0.979:../../devel/p5-Sub-Exporter +DEPENDS+= p5-Variable-Magic>=0.28:../../devel/p5-Variable-Magic + +BUILD_DEPENDS+= p5-ExtUtils-Depends>=0.302:../../devel/p5-ExtUtils-Depends +BUILD_DEPENDS+= p5-Test-Simple>=0.88:../../devel/p5-Test-Simple PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir diff --git a/devel/p5-TryCatch/distinfo b/devel/p5-TryCatch/distinfo index efbc4a20200..4c29615a312 100644 --- a/devel/p5-TryCatch/distinfo +++ b/devel/p5-TryCatch/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2009/08/08 19:04:48 sno Exp $ +$NetBSD: distinfo,v 1.2 2009/09/14 06:48:28 sno Exp $ -SHA1 (TryCatch-1.001001.tar.gz) = 066895656ff44b477be52b9644cf59cffbd3c517 -RMD160 (TryCatch-1.001001.tar.gz) = d1cc57ce7fc07fa3d390271ff1a92f718da69a6b -Size (TryCatch-1.001001.tar.gz) = 72853 bytes +SHA1 (TryCatch-1.002000.tar.gz) = 17dc0d41964370ebcf603beccd4d04205eec2904 +RMD160 (TryCatch-1.002000.tar.gz) = fea153ae6d11798495eebd5a25bcb2c7eced2a3f +Size (TryCatch-1.002000.tar.gz) = 83199 bytes |