PkgSrc changes:
- Updating package for p5 module Exception::Class from 1.26 to 1.27 - Adjusting dependencies Upstream changes: 1.27 May 4, 2009 * The error message for an exception no longer defaults to $!. This was a bad idea, and has bitten some people. Addresses RT #43600. * I'm now only supporting Perl 5.8.1+. This module broke on 5.6.2 (and 5.8.0) at some point and I don't really care enough to fix it. Non-intrusive patches to make it work on 5.8.0 or less (again) will be accepted.
This commit is contained in:
parent
e1b6123532
commit
0a6f453083
2 changed files with 8 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.18 2008/11/05 23:22:26 he Exp $
|
||||
# $NetBSD: Makefile,v 1.19 2009/05/06 06:41:16 sno Exp $
|
||||
|
||||
DISTNAME= Exception-Class-1.26
|
||||
DISTNAME= Exception-Class-1.27
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
SVR4_PKGNAME= p5exc
|
||||
CATEGORIES= devel perl5
|
||||
|
@ -11,8 +11,8 @@ HOMEPAGE= http://search.cpan.org/dist/Exception-Class/
|
|||
COMMENT= Perl5 module implementing real exception classes
|
||||
|
||||
DEPENDS+= p5-Class-Data-Inheritable>=0.02:../../devel/p5-Class-Data-Inheritable
|
||||
DEPENDS+= p5-Devel-StackTrace>=1.17:../../devel/p5-Devel-StackTrace
|
||||
DEPENDS+= p5-Test-Simple>=0.46:../../devel/p5-Test-Simple
|
||||
DEPENDS+= p5-Devel-StackTrace>=1.20:../../devel/p5-Devel-StackTrace
|
||||
BUILD_DEPENDS+= {perl>=5.10,p5-Test-Simple>=0.46}:../../devel/p5-Test-Simple
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.7 2008/11/05 23:22:26 he Exp $
|
||||
$NetBSD: distinfo,v 1.8 2009/05/06 06:41:16 sno Exp $
|
||||
|
||||
SHA1 (Exception-Class-1.26.tar.gz) = e24e67ad5b19266fd5b98023c4bb15df530439d0
|
||||
RMD160 (Exception-Class-1.26.tar.gz) = a23ab8c282b7f48495855b3cf6dbc22d5d3c158e
|
||||
Size (Exception-Class-1.26.tar.gz) = 24366 bytes
|
||||
SHA1 (Exception-Class-1.27.tar.gz) = bee2d377ef629b9dc91d420194f6fd0cf8a79ba3
|
||||
RMD160 (Exception-Class-1.27.tar.gz) = 42f2bedcebad631b7dc3c36d790879600fe0b5e7
|
||||
Size (Exception-Class-1.27.tar.gz) = 24557 bytes
|
||||
|
|
Loading…
Reference in a new issue