aboutsummaryrefslogtreecommitdiff
path: root/misc/p5-Array-IntSpan
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2005-09-22 18:07:20 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2005-09-22 18:07:20 +0000
commit3d525a8891f4d98446b612ff1d389b4477d64414 (patch)
treef59ae32918153c2b8349d2c51a435812875cffa0 /misc/p5-Array-IntSpan
parentc6e5ee8cbf9fb0a1b618573071e5899030517c87 (diff)
downloadports-3d525a8891f4d98446b612ff1d389b4477d64414.tar.gz
ports-3d525a8891f4d98446b612ff1d389b4477d64414.zip
Notes
Diffstat (limited to 'misc/p5-Array-IntSpan')
-rw-r--r--misc/p5-Array-IntSpan/Makefile11
-rw-r--r--misc/p5-Array-IntSpan/distinfo4
-rw-r--r--misc/p5-Array-IntSpan/pkg-plist1
3 files changed, 10 insertions, 6 deletions
diff --git a/misc/p5-Array-IntSpan/Makefile b/misc/p5-Array-IntSpan/Makefile
index f01d85a84f21..d2d62f661114 100644
--- a/misc/p5-Array-IntSpan/Makefile
+++ b/misc/p5-Array-IntSpan/Makefile
@@ -6,18 +6,21 @@
#
PORTNAME= Array-IntSpan
-PORTVERSION= 1.01
+PORTVERSION= 2.001
CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Array
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Module for handling arrays using IntSpan techniques
PERL_CONFIGURE= yes
-MAN3= Array::Array::IntSpan.3 \
- Array::Array::IntSpan::IP.3
+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 579305d67ecc..edeeb99bd713 100644
--- a/misc/p5-Array-IntSpan/distinfo
+++ b/misc/p5-Array-IntSpan/distinfo
@@ -1,2 +1,2 @@
-MD5 (Array-IntSpan-1.01.tar.gz) = c16126865c64e335dfb94ff85cb94ae5
-SIZE (Array-IntSpan-1.01.tar.gz) = 5420
+MD5 (Array-IntSpan-2.001.tar.gz) = 48f3f3f6629bcad8018aabb4e990fb23
+SIZE (Array-IntSpan-2.001.tar.gz) = 14498
diff --git a/misc/p5-Array-IntSpan/pkg-plist b/misc/p5-Array-IntSpan/pkg-plist
index 79459a251af8..18bd53ddcdab 100644
--- a/misc/p5-Array-IntSpan/pkg-plist
+++ b/misc/p5-Array-IntSpan/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/Array/IntSpan.pm
%%SITE_PERL%%/Array/IntSpan/IP.pm
+%%SITE_PERL%%/Array/IntSpan/Fields.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/IntSpan/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/IntSpan
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Array 2>/dev/null || true