diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2007-05-31 10:13:38 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2007-05-31 10:13:38 +0000 |
commit | b9a2795412142f74333d8ad347cba65062ca24b0 (patch) | |
tree | 5690317cd56f4a72cee822696198a97ba09522b7 /math | |
parent | Switch to codebase from googlecode.com, and add a quick fix to the function s... (diff) |
Update to 1.0. Remove an unneeded dependency - now it works with perl
5.6.
Changes: http://search.cpan.org/src/ANDYA/Set-IntSpan-Fast-v1.0/Changes
Notes
Notes:
svn path=/head/; revision=192462
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Set-IntSpan-Fast/Makefile | 13 | ||||
-rw-r--r-- | math/p5-Set-IntSpan-Fast/distinfo | 6 |
2 files changed, 6 insertions, 13 deletions
diff --git a/math/p5-Set-IntSpan-Fast/Makefile b/math/p5-Set-IntSpan-Fast/Makefile index c03645aa9908..744aa3bb8abe 100644 --- a/math/p5-Set-IntSpan-Fast/Makefile +++ b/math/p5-Set-IntSpan-Fast/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Set-IntSpan-Fast -PORTVERSION= 0.0.6 +PORTVERSION= 1.0 DISTVERSIONPREFIX= v CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} @@ -17,18 +17,11 @@ MAINTAINER= tobez@FreeBSD.org COMMENT= Fast handling of sets containing integer spans BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/version.pm:${PORTSDIR}/devel/p5-version \ - ${SITE_PERL}/Data/Types.pm:${PORTSDIR}/devel/p5-Data-Types \ - ${SITE_PERL}/Class/Std.pm:${PORTSDIR}/devel/p5-Class-Std + ${SITE_PERL}/Data/Types.pm:${PORTSDIR}/devel/p5-Data-Types RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= Set::IntSpan::Fast.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500800 -IGNORE= requires perl 5.8.0 or later. Install lang/perl5.8 and try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/math/p5-Set-IntSpan-Fast/distinfo b/math/p5-Set-IntSpan-Fast/distinfo index 2afcb4d43189..2869d05680b9 100644 --- a/math/p5-Set-IntSpan-Fast/distinfo +++ b/math/p5-Set-IntSpan-Fast/distinfo @@ -1,3 +1,3 @@ -MD5 (Set-IntSpan-Fast-v0.0.6.tar.gz) = 100502fcfc9a743fa237b24faeb05937 -SHA256 (Set-IntSpan-Fast-v0.0.6.tar.gz) = 678554421918fd4e1ec1592036d74159a4b0bcae7238cf5b428303c4a209f430 -SIZE (Set-IntSpan-Fast-v0.0.6.tar.gz) = 9729 +MD5 (Set-IntSpan-Fast-v1.0.tar.gz) = 5ca08bd7785c967854f66c6a121512a9 +SHA256 (Set-IntSpan-Fast-v1.0.tar.gz) = 97f3ec77f73e827044287e220b36a0c1a0a83c26dd7ce84424ff6b326012710d +SIZE (Set-IntSpan-Fast-v1.0.tar.gz) = 11983 |