Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2019 04:18:56 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513305 - head/textproc/p5-Text-Trim
Message-ID:  <201909300418.x8U4IuEi094428@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Sep 30 04:18:55 2019
New Revision: 513305
URL: https://svnweb.freebsd.org/changeset/ports/513305

Log:
  Update to 1.03
  
  - Update COMMENT
  - Add LICENSE_FILE
  - Sort PLIST
  - Update pkg-descr
  
  Changes:	https://metacpan.org/changes/distribution/Text-Trim

Modified:
  head/textproc/p5-Text-Trim/Makefile
  head/textproc/p5-Text-Trim/distinfo
  head/textproc/p5-Text-Trim/pkg-descr
  head/textproc/p5-Text-Trim/pkg-plist

Modified: head/textproc/p5-Text-Trim/Makefile
==============================================================================
--- head/textproc/p5-Text-Trim/Makefile	Mon Sep 30 04:18:50 2019	(r513304)
+++ head/textproc/p5-Text-Trim/Makefile	Mon Sep 30 04:18:55 2019	(r513305)
@@ -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
 

Modified: head/textproc/p5-Text-Trim/distinfo
==============================================================================
--- head/textproc/p5-Text-Trim/distinfo	Mon Sep 30 04:18:50 2019	(r513304)
+++ head/textproc/p5-Text-Trim/distinfo	Mon Sep 30 04:18:55 2019	(r513305)
@@ -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

Modified: head/textproc/p5-Text-Trim/pkg-descr
==============================================================================
--- head/textproc/p5-Text-Trim/pkg-descr	Mon Sep 30 04:18:50 2019	(r513304)
+++ head/textproc/p5-Text-Trim/pkg-descr	Mon Sep 30 04:18:55 2019	(r513305)
@@ -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

Modified: head/textproc/p5-Text-Trim/pkg-plist
==============================================================================
--- head/textproc/p5-Text-Trim/pkg-plist	Mon Sep 30 04:18:50 2019	(r513304)
+++ head/textproc/p5-Text-Trim/pkg-plist	Mon Sep 30 04:18:55 2019	(r513305)
@@ -1,2 +1,2 @@
-%%PERL5_MAN3%%/Text::Trim.3.gz
 %%SITE_PERL%%/Text/Trim.pm
+%%PERL5_MAN3%%/Text::Trim.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909300418.x8U4IuEi094428>