diff options
author | tobez <tobez@FreeBSD.org> | 2012-05-25 17:37:51 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2012-05-25 17:37:51 +0800 |
commit | 70cac3a3a5fcb475e238a97c9de46d26f34ef36a (patch) | |
tree | d2898d6c5d03c890789a4b5d6003fb8f5cdcb8b3 /textproc | |
parent | 67d509e9a5b1f8b0d9e6926d9b20067891b65586 (diff) | |
download | freebsd-ports-gnome-70cac3a3a5fcb475e238a97c9de46d26f34ef36a.tar.gz freebsd-ports-gnome-70cac3a3a5fcb475e238a97c9de46d26f34ef36a.tar.zst freebsd-ports-gnome-70cac3a3a5fcb475e238a97c9de46d26f34ef36a.zip |
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
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Wrapper/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-Text-Wrapper/distinfo | 4 | ||||
-rw-r--r-- | textproc/p5-Text-Wrapper/pkg-plist | 4 |
3 files changed, 7 insertions, 5 deletions
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 |