From e02029b8fc1aa1c7dd85f11612bd0e2050994380 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Sun, 23 Feb 2003 06:06:34 +0000 Subject: vendor update to 1.11: - A description containing a single quote or backslash would cause a syntax error in the code generated by Exception::Class. Patch by Luc St-Louis. PR: ports/48523 Submitted by: Erwin Lansing --- devel/p5-Exception-Class/Makefile | 5 +++-- devel/p5-Exception-Class/distinfo | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'devel/p5-Exception-Class') diff --git a/devel/p5-Exception-Class/Makefile b/devel/p5-Exception-Class/Makefile index 64699a79e367..e9c05987c336 100644 --- a/devel/p5-Exception-Class/Makefile +++ b/devel/p5-Exception-Class/Makefile @@ -7,7 +7,7 @@ # PORTNAME= Exception-Class -PORTVERSION= 1.10 +PORTVERSION= 1.11 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Exception @@ -17,7 +17,8 @@ MAINTAINER= erwin@lansing.dk COMMENT= A module that allows you to declare real exception classes in Perl BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Devel/StackTrace.pm:${PORTSDIR}/devel/p5-Devel-StackTrace \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Class/Data/Inheritable.pm:${PORTSDIR}/devel/p5-Class-Data-Inheritable + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Class/Data/Inheritable.pm:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Exception-Class/distinfo b/devel/p5-Exception-Class/distinfo index 49bfae29c124..29d616f89186 100644 --- a/devel/p5-Exception-Class/distinfo +++ b/devel/p5-Exception-Class/distinfo @@ -1 +1 @@ -MD5 (Exception-Class-1.10.tar.gz) = 433f079b2794111320f13663ef394faf +MD5 (Exception-Class-1.11.tar.gz) = ac968cb71199eeea221fe07c4a2d9bdd -- cgit v1.2.3