1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Update to 1.11

- Add WWW in pkg-descr

PR:		111585
Submitted by:	leeym
Approved by:	maintainer timeout
This commit is contained in:
Yen-Ming Lee 2007-05-25 23:50:12 +00:00
parent 6a4590107c
commit 83da3347e3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191872
3 changed files with 7 additions and 13 deletions

View File

@ -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>

View File

@ -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

View File

@ -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/