mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
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
This commit is contained in:
parent
aac1c78205
commit
28a18ebf1d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297391
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user