Index: head/textproc/p5-Text-Trim/Makefile =================================================================== --- head/textproc/p5-Text-Trim/Makefile (revision 513304) +++ head/textproc/p5-Text-Trim/Makefile (revision 513305) @@ -1,22 +1,22 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= Text-Trim -PORTVERSION= 1.02 -PORTREVISION= 2 +PORTVERSION= 1.03 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= Extract the structure of a quoted mail message +COMMENT= Remove leading and/or trailing whitespace from strings LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE USES= perl5 -USE_PERL5= modbuild +USE_PERL5= configure NO_ARCH= yes .include Index: head/textproc/p5-Text-Trim/distinfo =================================================================== --- head/textproc/p5-Text-Trim/distinfo (revision 513304) +++ head/textproc/p5-Text-Trim/distinfo (revision 513305) @@ -1,2 +1,3 @@ -SHA256 (Text-Trim-1.02.tar.gz) = 1c739a2c7f04a6a3999c4eb394655c58c64baca4e5d4fcb3b58813600b95dcae -SIZE (Text-Trim-1.02.tar.gz) = 5905 +TIMESTAMP = 1569809169 +SHA256 (Text-Trim-1.03.tar.gz) = a0fcfc1d46dddec41c098820745e83c68b06fd829f7394fa352bb0d4b753494f +SIZE (Text-Trim-1.03.tar.gz) = 13276 Index: head/textproc/p5-Text-Trim/pkg-descr =================================================================== --- head/textproc/p5-Text-Trim/pkg-descr (revision 513304) +++ head/textproc/p5-Text-Trim/pkg-descr (revision 513305) @@ -1,3 +1,5 @@ -Text::Trim does what chomp does, but at both ends of the string. +Text::Trim provides functions for removing leading and/or trailing whitespace +from strings. It is basically a wrapper around some simple regexes with a +flexible context-based interface. WWW: https://metacpan.org/release/Text-Trim Index: head/textproc/p5-Text-Trim/pkg-plist =================================================================== --- head/textproc/p5-Text-Trim/pkg-plist (revision 513304) +++ head/textproc/p5-Text-Trim/pkg-plist (revision 513305) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Text::Trim.3.gz %%SITE_PERL%%/Text/Trim.pm +%%PERL5_MAN3%%/Text::Trim.3.gz