From 83da3347e3b1eef587336088f66e04034a47eab7 Mon Sep 17 00:00:00 2001 From: Yen-Ming Lee Date: Fri, 25 May 2007 23:50:12 +0000 Subject: [PATCH] - Update to 1.11 - Add WWW in pkg-descr PR: 111585 Submitted by: leeym Approved by: maintainer timeout --- math/p5-Set-IntSpan/Makefile | 12 ++---------- math/p5-Set-IntSpan/distinfo | 6 +++--- math/p5-Set-IntSpan/pkg-descr | 2 ++ 3 files changed, 7 insertions(+), 13 deletions(-) diff --git a/math/p5-Set-IntSpan/Makefile b/math/p5-Set-IntSpan/Makefile index 0fc89f168ee1..856a5c7face3 100644 --- a/math/p5-Set-IntSpan/Makefile +++ b/math/p5-Set-IntSpan/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Set-IntSpan -PORTVERSION= 1.09 -PORTREVISION= 0 +PORTVERSION= 1.11 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Set @@ -20,11 +19,4 @@ PERL_CONFIGURE= yes MAN3= Set::IntSpan.3 -.include - -.if ${PERL_LEVEL} < 500600 -post-patch: - ${PERL} -pi -e 's/^our (\S+)/use vars qw($$1); $$1/' ${WRKSRC}/IntSpan.pm -.endif - -.include +.include diff --git a/math/p5-Set-IntSpan/distinfo b/math/p5-Set-IntSpan/distinfo index 658d8eb8690b..4588be1cb744 100644 --- a/math/p5-Set-IntSpan/distinfo +++ b/math/p5-Set-IntSpan/distinfo @@ -1,3 +1,3 @@ -MD5 (Set-IntSpan-1.09.tar.gz) = 161b53631199cc9baf7c7f96ad68a31c -SHA256 (Set-IntSpan-1.09.tar.gz) = 7a8f95af361e4365afb69e903080c9a116f202f44ed19e463b971ba988976b0d -SIZE (Set-IntSpan-1.09.tar.gz) = 17524 +MD5 (Set-IntSpan-1.11.tar.gz) = 33c16183c0a7731c80bf64e1530982b7 +SHA256 (Set-IntSpan-1.11.tar.gz) = ec5b605415f37324d316e23e653505da7c5e8ba806244a7c060d3074eabbdd12 +SIZE (Set-IntSpan-1.11.tar.gz) = 22636 diff --git a/math/p5-Set-IntSpan/pkg-descr b/math/p5-Set-IntSpan/pkg-descr index 56e64b127b3c..1413fc7fe20d 100644 --- a/math/p5-Set-IntSpan/pkg-descr +++ b/math/p5-Set-IntSpan/pkg-descr @@ -9,3 +9,5 @@ Sets are stored internally in a run-length coded form. This provides for both compact storage and efficient computation. In particular, set operations can be performed directly on the encoded representation. + +WWW: http://search.cpan.org/dist/Set-IntSpan/