aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2005-09-23 02:07:20 +0800
committerleeym <leeym@FreeBSD.org>2005-09-23 02:07:20 +0800
commit2e9bb2fe7079ce227a0a4d9695a9c421a580b594 (patch)
treeef94d4ea7e0e85e9187ba0ec29290ca4ce89116c /misc
parentdc4ddc1ffef9cbbd81c46138043e9a366cc113ea (diff)
downloadfreebsd-ports-gnome-2e9bb2fe7079ce227a0a4d9695a9c421a580b594.tar.gz
freebsd-ports-gnome-2e9bb2fe7079ce227a0a4d9695a9c421a580b594.tar.zst
freebsd-ports-gnome-2e9bb2fe7079ce227a0a4d9695a9c421a580b594.zip
- Update to 2.001
- Assign maintainer to perl@
Diffstat (limited to 'misc')
-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