pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Exception-Class Update to 1.20:
details: https://anonhg.NetBSD.org/pkgsrc/rev/a315008a1d11
branches: trunk
changeset: 489564:a315008a1d11
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Feb 23 16:30:50 2005 +0000
description:
Update to 1.20:
1.20 Jan 1, 2005
- Moved the Classes() method to Exception::Class, now as a function,
which is where it really belongs. Also corrected the docs for this
function, as they incorrectly implied that it would return all
subclasses, instead of just subclasses which were created when loading
Exception::Class.
- Added a Build.PL file, and releases are now signed with
Module::Signature.
- Added ignore_class and ignore_package constructor parameters. Patch
by Daisuke Maki.
diffstat:
devel/p5-Exception-Class/Makefile | 9 ++++-----
devel/p5-Exception-Class/distinfo | 7 ++++---
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (43 lines):
diff -r 69adf3b45622 -r a315008a1d11 devel/p5-Exception-Class/Makefile
--- a/devel/p5-Exception-Class/Makefile Wed Feb 23 16:12:33 2005 +0000
+++ b/devel/p5-Exception-Class/Makefile Wed Feb 23 16:30:50 2005 +0000
@@ -1,23 +1,22 @@
-# $NetBSD: Makefile,v 1.7 2004/12/20 11:30:59 grant Exp $
+# $NetBSD: Makefile,v 1.8 2005/02/23 16:30:50 wiz Exp $
-DISTNAME= Exception-Class-1.19
+DISTNAME= Exception-Class-1.20
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5exc
-PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Exception/}
MAINTAINER= tech-pkg%NetBSD.org@localhost
-HOMEPAGE= http://search.cpan.org/author/DROLSKY/Exception-Class-1.14/
+HOMEPAGE= http://search.cpan.org/~drolsky/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.10:../../devel/p5-Devel-StackTrace
DEPENDS+= p5-Test-Simple>=0.46:../../devel/p5-Test-Simple
-USE_BUILDLINK_ONLY= YES
USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Exception/Class/.packlist
+PERL5_USES_MODULE_BUILD= YES
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 69adf3b45622 -r a315008a1d11 devel/p5-Exception-Class/distinfo
--- a/devel/p5-Exception-Class/distinfo Wed Feb 23 16:12:33 2005 +0000
+++ b/devel/p5-Exception-Class/distinfo Wed Feb 23 16:30:50 2005 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.2 2004/12/05 19:14:18 he Exp $
+$NetBSD: distinfo,v 1.3 2005/02/23 16:30:50 wiz Exp $
-SHA1 (Exception-Class-1.19.tar.gz) = 70e5429f2e85594409b2ec6c66fb1aff00e49aea
-Size (Exception-Class-1.19.tar.gz) = 13219 bytes
+SHA1 (Exception-Class-1.20.tar.gz) = 493e277828655ce4e44eea3c8f758e0c80897b18
+RMD160 (Exception-Class-1.20.tar.gz) = 9ae090ad6a849c04b6736313d1bea766075939c6
+Size (Exception-Class-1.20.tar.gz) = 15121 bytes
Home |
Main Index |
Thread Index |
Old Index