diff options
author | leeym <leeym@FreeBSD.org> | 2007-05-26 07:50:12 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2007-05-26 07:50:12 +0800 |
commit | 5aabe80b04373f0f34960e82dba047e23e75ffe3 (patch) | |
tree | 5ef740e7c04b731bc83057105f1800e6bec5ce9a /math | |
parent | d284b56ce81004121ec9c24ef1db331bd99331ed (diff) | |
download | freebsd-ports-gnome-5aabe80b04373f0f34960e82dba047e23e75ffe3.tar.gz freebsd-ports-gnome-5aabe80b04373f0f34960e82dba047e23e75ffe3.tar.zst freebsd-ports-gnome-5aabe80b04373f0f34960e82dba047e23e75ffe3.zip |
- Update to 1.11
- Add WWW in pkg-descr
PR: 111585
Submitted by: leeym
Approved by: maintainer timeout
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Set-IntSpan/Makefile | 12 | ||||
-rw-r--r-- | math/p5-Set-IntSpan/distinfo | 6 | ||||
-rw-r--r-- | 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 <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -post-patch: - ${PERL} -pi -e 's/^our (\S+)/use vars qw($$1); $$1/' ${WRKSRC}/IntSpan.pm -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> 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/ |