From 3d525a8891f4d98446b612ff1d389b4477d64414 Mon Sep 17 00:00:00 2001 From: Yen-Ming Lee Date: Thu, 22 Sep 2005 18:07:20 +0000 Subject: - Update to 2.001 - Assign maintainer to perl@ --- misc/p5-Array-IntSpan/Makefile | 11 +++++++---- misc/p5-Array-IntSpan/distinfo | 4 ++-- misc/p5-Array-IntSpan/pkg-plist | 1 + 3 files changed, 10 insertions(+), 6 deletions(-) (limited to 'misc/p5-Array-IntSpan') 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 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 -- cgit v1.2.3