summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2010-04-25 11:00:11 +0000
committerseb <seb@pkgsrc.org>2010-04-25 11:00:11 +0000
commit27a68fbcd44aef2e99061edc4d43769047ff8c50 (patch)
treef76c2f3a6f1fcf68694330f863995a969d393b8f /devel
parent0a86b59cb238316f42be87e487c24045a17fd3e4 (diff)
downloadpkgsrc-27a68fbcd44aef2e99061edc4d43769047ff8c50.tar.gz
Update p5-Exception-Class from version 1.29 to version 1.30.
Pkgsrc changes: - Adjust LICENSE Upstream changes: 1.30 Mar 20, 2010 - Added the ability to create light weight exceptions, which don't record a stack trace or any other context info (time, pid, etc.). This is done by setting $class->NoContextInfo to a true value for the exception class. Based on a patch by Graham Barr. RT #54826.
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Exception-Class/Makefile6
-rw-r--r--devel/p5-Exception-Class/distinfo8
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-Exception-Class/Makefile b/devel/p5-Exception-Class/Makefile
index f6c7b82ff62..08507ede6f6 100644
--- a/devel/p5-Exception-Class/Makefile
+++ b/devel/p5-Exception-Class/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2009/05/17 17:40:51 sno Exp $
+# $NetBSD: Makefile,v 1.21 2010/04/25 11:00:11 seb Exp $
-DISTNAME= Exception-Class-1.29
+DISTNAME= Exception-Class-1.30
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5exc
CATEGORIES= devel perl5
@@ -9,7 +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
+LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Class-Data-Inheritable>=0.02:../../devel/p5-Class-Data-Inheritable
DEPENDS+= p5-Devel-StackTrace>=1.20:../../devel/p5-Devel-StackTrace
diff --git a/devel/p5-Exception-Class/distinfo b/devel/p5-Exception-Class/distinfo
index 67211b7a911..da6438207d2 100644
--- a/devel/p5-Exception-Class/distinfo
+++ b/devel/p5-Exception-Class/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2009/05/17 17:40:51 sno Exp $
+$NetBSD: distinfo,v 1.10 2010/04/25 11:00:11 seb Exp $
-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
+SHA1 (Exception-Class-1.30.tar.gz) = 21479d06e38f3ddd365f2dafeb5bdb322f3d2361
+RMD160 (Exception-Class-1.30.tar.gz) = 43e01996b3c1588ffd118440edb8d301708fbfdf
+Size (Exception-Class-1.30.tar.gz) = 35552 bytes