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 from version 1.24nb1 t...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4730f8691092
branches: trunk
changeset: 549612:4730f8691092
user: he <he%pkgsrc.org@localhost>
date: Wed Nov 05 23:22:26 2008 +0000
description:
Update from version 1.24nb1 to 1.26.
Pkgsrc changes:
o Canonicalize HOMEPAGE
Upstream changes:
1.26 Oct 25, 2008
- No code changes, just bumped the Devel::StackTrace dependency to
1.20.
The changes in 1.25 exposed a bug in Devel::StackTrace which has now
been fixed. This caused HTML::Mason test failures, among other
things. Reported by Andreas Koenig.
1.25 Oct 21, 2008
- The Exception::Class::Base constructor no longer looks at the
associated Devel::StackTrace object's frames. Avoiding looking at
the frames should make constructing exception objects much
faster. Instead the information based on the stack trace frames -
package(), file(), and line() - is only retrieved when it is
requested. Patch by Ruslan Zakirov. RT #40221.
diffstat:
devel/p5-Exception-Class/Makefile | 7 +++----
devel/p5-Exception-Class/distinfo | 8 ++++----
2 files changed, 7 insertions(+), 8 deletions(-)
diffs (34 lines):
diff -r 406fe6585cfd -r 4730f8691092 devel/p5-Exception-Class/Makefile
--- a/devel/p5-Exception-Class/Makefile Wed Nov 05 23:18:48 2008 +0000
+++ b/devel/p5-Exception-Class/Makefile Wed Nov 05 23:22:26 2008 +0000
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.17 2008/10/19 19:17:53 he Exp $
+# $NetBSD: Makefile,v 1.18 2008/11/05 23:22:26 he Exp $
-DISTNAME= Exception-Class-1.24
+DISTNAME= Exception-Class-1.26
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
SVR4_PKGNAME= p5exc
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Exception/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://search.cpan.org/~drolsky/Exception-Class/
+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
diff -r 406fe6585cfd -r 4730f8691092 devel/p5-Exception-Class/distinfo
--- a/devel/p5-Exception-Class/distinfo Wed Nov 05 23:18:48 2008 +0000
+++ b/devel/p5-Exception-Class/distinfo Wed Nov 05 23:22:26 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2008/04/06 15:11:28 heinz Exp $
+$NetBSD: distinfo,v 1.7 2008/11/05 23:22:26 he Exp $
-SHA1 (Exception-Class-1.24.tar.gz) = 17630ba1b13305d4f92ce463f6a68f189d56b269
-RMD160 (Exception-Class-1.24.tar.gz) = f30d9f4a1d7f0c71ba86162b7719f7cd124bbbf7
-Size (Exception-Class-1.24.tar.gz) = 23715 bytes
+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
Home |
Main Index |
Thread Index |
Old Index