aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-09-30 04:18:55 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-09-30 04:18:55 +0000
commit367985510a1c6e82fa32dc347be7b10a6870e6d6 (patch)
tree10497bc97ff8d7f0d8156c5f9cdbeb17d8b7ac38 /textproc
parent3da97974549452cd2e7e8c358794be001878ef0d (diff)
downloadports-367985510a1c6e82fa32dc347be7b10a6870e6d6.tar.gz
ports-367985510a1c6e82fa32dc347be7b10a6870e6d6.zip
Update to 1.03
- Update COMMENT - Add LICENSE_FILE - Sort PLIST - Update pkg-descr Changes: https://metacpan.org/changes/distribution/Text-Trim
Notes
Notes: svn path=/head/; revision=513305
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-Text-Trim/Makefile8
-rw-r--r--textproc/p5-Text-Trim/distinfo5
-rw-r--r--textproc/p5-Text-Trim/pkg-descr4
-rw-r--r--textproc/p5-Text-Trim/pkg-plist2
4 files changed, 11 insertions, 8 deletions
diff --git a/textproc/p5-Text-Trim/Makefile b/textproc/p5-Text-Trim/Makefile
index 6621dde2db3e..45168f84e5a4 100644
--- a/textproc/p5-Text-Trim/Makefile
+++ b/textproc/p5-Text-Trim/Makefile
@@ -2,20 +2,20 @@
# $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
diff --git a/textproc/p5-Text-Trim/distinfo b/textproc/p5-Text-Trim/distinfo
index 0c4dd829116e..365346ab49e8 100644
--- a/textproc/p5-Text-Trim/distinfo
+++ b/textproc/p5-Text-Trim/distinfo
@@ -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
diff --git a/textproc/p5-Text-Trim/pkg-descr b/textproc/p5-Text-Trim/pkg-descr
index 2c6057fbf179..01a1737ba2f3 100644
--- a/textproc/p5-Text-Trim/pkg-descr
+++ b/textproc/p5-Text-Trim/pkg-descr
@@ -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
diff --git a/textproc/p5-Text-Trim/pkg-plist b/textproc/p5-Text-Trim/pkg-plist
index c4b7c28019d3..faa7e6bb2cd2 100644
--- a/textproc/p5-Text-Trim/pkg-plist
+++ b/textproc/p5-Text-Trim/pkg-plist
@@ -1,2 +1,2 @@
-%%PERL5_MAN3%%/Text::Trim.3.gz
%%SITE_PERL%%/Text/Trim.pm
+%%PERL5_MAN3%%/Text::Trim.3.gz