diff options
author | leeym <leeym@FreeBSD.org> | 2010-10-05 13:54:41 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2010-10-05 13:54:41 +0800 |
commit | f7b07f59e0ab2fdc6c2570bdfb12a7de372cadd7 (patch) | |
tree | e92b3bea85268fa509263180f2e43e75ed8a31f0 /misc | |
parent | de1ae799fe22ef14f8d4d60ad3e5382bd0f61f75 (diff) | |
download | freebsd-ports-gnome-f7b07f59e0ab2fdc6c2570bdfb12a7de372cadd7.tar.gz freebsd-ports-gnome-f7b07f59e0ab2fdc6c2570bdfb12a7de372cadd7.tar.zst freebsd-ports-gnome-f7b07f59e0ab2fdc6c2570bdfb12a7de372cadd7.zip |
- update to 2.002
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-Array-IntSpan/Makefile | 15 | ||||
-rw-r--r-- | misc/p5-Array-IntSpan/distinfo | 6 |
2 files changed, 10 insertions, 11 deletions
diff --git a/misc/p5-Array-IntSpan/Makefile b/misc/p5-Array-IntSpan/Makefile index 59f7923884d8..4aabec3ebc48 100644 --- a/misc/p5-Array-IntSpan/Makefile +++ b/misc/p5-Array-IntSpan/Makefile @@ -5,21 +5,20 @@ # $FreeBSD$ # -PORTNAME= Array-IntSpan -PORTVERSION= 2.001 -CATEGORIES= misc perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- +PORTNAME= Array-IntSpan +PORTVERSION= 2.002 +CATEGORIES= misc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- -MAINTAINER= perl@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Module for handling arrays using IntSpan techniques -PERL_CONFIGURE= yes +PERL_CONFIGURE= yes MAN3= Array::IntSpan.3 Array::IntSpan::Fields.3 post-patch: - @${PERL} -pi -e 's/^our (\S+)/use vars qw($$1); $$1/' ${WRKSRC}/Array/IntSpan.pm @${PERL} -pi -e 's/3pm/3/g' ${WRKSRC}/${CONFIGURE_SCRIPT} .include <bsd.port.mk> diff --git a/misc/p5-Array-IntSpan/distinfo b/misc/p5-Array-IntSpan/distinfo index 56c172ff520c..2df5ef11ece1 100644 --- a/misc/p5-Array-IntSpan/distinfo +++ b/misc/p5-Array-IntSpan/distinfo @@ -1,3 +1,3 @@ -MD5 (Array-IntSpan-2.001.tar.gz) = 48f3f3f6629bcad8018aabb4e990fb23 -SHA256 (Array-IntSpan-2.001.tar.gz) = dfe46ab0571de3c9d2b37b70926fafe7441140c28f0b967725834a0bbbe4b364 -SIZE (Array-IntSpan-2.001.tar.gz) = 14498 +MD5 (Array-IntSpan-2.002.tar.gz) = a21691f17c714ee82ee6cdd14f2b899c +SHA256 (Array-IntSpan-2.002.tar.gz) = 1e39b3c0ea0e71def1cbdc7e5f8ad73d9a3f1776b8368bd9151e1c31b6a1e187 +SIZE (Array-IntSpan-2.002.tar.gz) = 14728 |