diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-01-26 15:02:25 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-01-26 15:02:25 +0000 |
commit | 7828166916374c487223e2182dd98f61b9469549 (patch) | |
tree | a4cd31707ea7519872de886d3475fa8d9100e1a5 /devel/p5-Exception-Class | |
parent | f7af1c8f80adeac8b21fd33ce5072cce1406b3d2 (diff) |
- Update to 1.23
- Mark for perl >= 5.8.0
Notes
Notes:
svn path=/head/; revision=154518
Diffstat (limited to 'devel/p5-Exception-Class')
-rw-r--r-- | devel/p5-Exception-Class/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Exception-Class/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/p5-Exception-Class/Makefile b/devel/p5-Exception-Class/Makefile index f0e955cb1809..a496f7b92467 100644 --- a/devel/p5-Exception-Class/Makefile +++ b/devel/p5-Exception-Class/Makefile @@ -7,7 +7,7 @@ # PORTNAME= Exception-Class -PORTVERSION= 1.22 +PORTVERSION= 1.23 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Exception @@ -27,7 +27,7 @@ MAN3= Exception::Class.3 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500800 -BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +IGNORE= requires perl 5.8.0 or higher. Please install lang/perl5.8 and try again .endif .include <bsd.port.post.mk> diff --git a/devel/p5-Exception-Class/distinfo b/devel/p5-Exception-Class/distinfo index ceb5463e5144..7d956b6cf4a9 100644 --- a/devel/p5-Exception-Class/distinfo +++ b/devel/p5-Exception-Class/distinfo @@ -1,3 +1,3 @@ -MD5 (Exception-Class-1.22.tar.gz) = ad8bb64e8473ba5817a2b329ec7dde42 -SHA256 (Exception-Class-1.22.tar.gz) = 7aa464a3f5b20cc98c640c3e0c190c04c652d85f95845726353123f46fabb96a -SIZE (Exception-Class-1.22.tar.gz) = 16156 +MD5 (Exception-Class-1.23.tar.gz) = 560b42c0cf8b795bdc793459edb7ec13 +SHA256 (Exception-Class-1.23.tar.gz) = 9ad5a063bac80f3e77a179c91b7ea4490181640c8c1893292fdc6f2d92f40406 +SIZE (Exception-Class-1.23.tar.gz) = 16091 |