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!)
This commit is contained in:
parent
0503afa3b1
commit
c72ac66957
2 changed files with 7 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue