diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-23 06:06:34 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-23 06:06:34 +0000 |
commit | e02029b8fc1aa1c7dd85f11612bd0e2050994380 (patch) | |
tree | 2dc3d73f025731a244b45231b5c21aa112c73ed5 /devel/p5-Exception-Class | |
parent | 40b6862d31192a44cd9e6166ecb4b59ea2ce6b2e (diff) | |
download | ports-e02029b8fc1aa1c7dd85f11612bd0e2050994380.tar.gz ports-e02029b8fc1aa1c7dd85f11612bd0e2050994380.zip |
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 <erwin@lansing.dk>
Notes
Notes:
svn path=/head/; revision=76226
Diffstat (limited to 'devel/p5-Exception-Class')
-rw-r--r-- | devel/p5-Exception-Class/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Exception-Class/distinfo | 2 |
2 files changed, 4 insertions, 3 deletions
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 |