From 27a68fbcd44aef2e99061edc4d43769047ff8c50 Mon Sep 17 00:00:00 2001 From: seb Date: Sun, 25 Apr 2010 11:00:11 +0000 Subject: 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. --- devel/p5-Exception-Class/Makefile | 6 +++--- devel/p5-Exception-Class/distinfo | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'devel') 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 -- cgit v1.2.3