PkgSrc changes:
- Updating package for p5 module Exception::Class from 1.27 to 1.29 - Setting license to gnu-gpl-v2 Upstream changes: 1.29 May 8, 2009 - Make sure that there is only one line that the toolchain can pick up when looking for this module's $VERSION. 1.28 May 6, 2009 * Removed Exception::Class::Base->do_trace and ->NoObjectRefs, both of which have been undocumented for many years. - Moved Exception::Class::Base to its own file, so it doesn't overwrite the $VERSION in Exception::Class (and for general sanity). Reported by Kirk Baucom.
This commit is contained in:
parent
2c1b346719
commit
e8925c1954
2 changed files with 7 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.19 2009/05/06 06:41:16 sno Exp $
|
||||
# $NetBSD: Makefile,v 1.20 2009/05/17 17:40:51 sno Exp $
|
||||
|
||||
DISTNAME= Exception-Class-1.27
|
||||
DISTNAME= Exception-Class-1.29
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
SVR4_PKGNAME= p5exc
|
||||
CATEGORIES= devel perl5
|
||||
|
@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Exception/}
|
|||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Exception-Class/
|
||||
COMMENT= Perl5 module implementing real exception classes
|
||||
LICENSE= gnu-gpl-v2 # OR artistic
|
||||
|
||||
DEPENDS+= p5-Class-Data-Inheritable>=0.02:../../devel/p5-Class-Data-Inheritable
|
||||
DEPENDS+= p5-Devel-StackTrace>=1.20:../../devel/p5-Devel-StackTrace
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.8 2009/05/06 06:41:16 sno Exp $
|
||||
$NetBSD: distinfo,v 1.9 2009/05/17 17:40:51 sno Exp $
|
||||
|
||||
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
|
||||
SHA1 (Exception-Class-1.29.tar.gz) = d635c5e67e1336780bebb231ea221ab526c3daeb
|
||||
RMD160 (Exception-Class-1.29.tar.gz) = 3571c207efba99b2a814aeb1265c563252b8d7e4
|
||||
Size (Exception-Class-1.29.tar.gz) = 24975 bytes
|
||||
|
|
Loading…
Reference in a new issue