From 70cac3a3a5fcb475e238a97c9de46d26f34ef36a Mon Sep 17 00:00:00 2001 From: tobez Date: Fri, 25 May 2012 09:37:51 +0000 Subject: Update to 1.03. Require perl 5.10+. PR: 168109 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Changes: http://search.cpan.org/dist/Text-Wrapper/Changes --- textproc/p5-Text-Wrapper/Makefile | 4 ++-- textproc/p5-Text-Wrapper/distinfo | 4 ++-- textproc/p5-Text-Wrapper/pkg-plist | 4 +++- 3 files changed, 7 insertions(+), 5 deletions(-) (limited to 'textproc') diff --git a/textproc/p5-Text-Wrapper/Makefile b/textproc/p5-Text-Wrapper/Makefile index 3b16c8fe66a7..1b3b3f84f96e 100644 --- a/textproc/p5-Text-Wrapper/Makefile +++ b/textproc/p5-Text-Wrapper/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Text-Wrapper -PORTVERSION= 1.02 +PORTVERSION= 1.03 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Simple word wrapping routine -PERL_MODBUILD= yes +PERL_CONFIGURE= 5.10+ MAN3= Text::Wrapper.3 diff --git a/textproc/p5-Text-Wrapper/distinfo b/textproc/p5-Text-Wrapper/distinfo index 17a5a73bfb22..e3e0cf517710 100644 --- a/textproc/p5-Text-Wrapper/distinfo +++ b/textproc/p5-Text-Wrapper/distinfo @@ -1,2 +1,2 @@ -SHA256 (Text-Wrapper-1.02.tar.gz) = 6c00d5dbc5adae26bc7fa9c36ac9982ddc065d2247f3aa3acc802d2e865034a7 -SIZE (Text-Wrapper-1.02.tar.gz) = 8229 +SHA256 (Text-Wrapper-1.03.tar.gz) = 8274dcc448a3c9b3dd4b9abfef706ba79b3b0c2d2d06fa5dd47c721166c1492f +SIZE (Text-Wrapper-1.03.tar.gz) = 18052 diff --git a/textproc/p5-Text-Wrapper/pkg-plist b/textproc/p5-Text-Wrapper/pkg-plist index a92aa1dec077..5ca0f34fafb5 100644 --- a/textproc/p5-Text-Wrapper/pkg-plist +++ b/textproc/p5-Text-Wrapper/pkg-plist @@ -1,3 +1,5 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Wrapper/.packlist %%SITE_PERL%%/Text/Wrapper.pm -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text @dirrmtry %%SITE_PERL%%/Text +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Wrapper +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text -- cgit