diff options
author | obache <obache@pkgsrc.org> | 2011-09-29 09:37:16 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-09-29 09:37:16 +0000 |
commit | f966ff98b0ab0a35e76f457dbf538371dc7ac790 (patch) | |
tree | b5a5bb0701923c36280420d2947171b76f6a4664 /devel/p5-TryCatch | |
parent | e489c69ceb88527b48c356686a4801c25393acd9 (diff) | |
download | pkgsrc-f966ff98b0ab0a35e76f457dbf538371dc7ac790.tar.gz |
Update p5-TryCatch to 1.003000, fixes compatibility with perl>=5.12.
Version history for TryCatch perl module:
1.003000 - 2010/10/13
- Fix issues with perl 5.12 (finally!)
Diffstat (limited to 'devel/p5-TryCatch')
-rw-r--r-- | devel/p5-TryCatch/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-TryCatch/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/p5-TryCatch/Makefile b/devel/p5-TryCatch/Makefile index 5b3890c5802..45e3683155f 100644 --- a/devel/p5-TryCatch/Makefile +++ b/devel/p5-TryCatch/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2011/08/14 12:26:47 obache Exp $ +# $NetBSD: Makefile,v 1.7 2011/09/29 09:37:16 obache Exp $ -DISTNAME= TryCatch-1.002000 +DISTNAME= TryCatch-1.003000 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 SVR4_PKGNAME= p5sto CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AS/ASH/} @@ -24,7 +23,7 @@ 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 +BUILD_DEPENDS+= {perl>=5.10.1,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 4c29615a312..cc92404c504 100644 --- a/devel/p5-TryCatch/distinfo +++ b/devel/p5-TryCatch/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2009/09/14 06:48:28 sno Exp $ +$NetBSD: distinfo,v 1.3 2011/09/29 09:37:16 obache Exp $ -SHA1 (TryCatch-1.002000.tar.gz) = 17dc0d41964370ebcf603beccd4d04205eec2904 -RMD160 (TryCatch-1.002000.tar.gz) = fea153ae6d11798495eebd5a25bcb2c7eced2a3f -Size (TryCatch-1.002000.tar.gz) = 83199 bytes +SHA1 (TryCatch-1.003000.tar.gz) = 270a54fa8ac6aba72cbba5f4d05e1745084ff2ea +RMD160 (TryCatch-1.003000.tar.gz) = 30bb3377ce6b1a6adeec6cf3d6aa5ea089a153a2 +Size (TryCatch-1.003000.tar.gz) = 87037 bytes |