diff options
author | edwin <edwin@FreeBSD.org> | 2003-02-23 14:06:34 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-02-23 14:06:34 +0800 |
commit | a00d8041791623345f4f52beb553f29de4b62d3f (patch) | |
tree | 5efb1df2096aa580b29524339c5e794f17454e28 /devel/p5-Exception-Class | |
parent | 47337c55f286145d6d545733c0be4281c3759e2f (diff) | |
download | freebsd-ports-gnome-a00d8041791623345f4f52beb553f29de4b62d3f.tar.gz freebsd-ports-gnome-a00d8041791623345f4f52beb553f29de4b62d3f.tar.zst freebsd-ports-gnome-a00d8041791623345f4f52beb553f29de4b62d3f.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>
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 |