svn commit: r325943 - head/textproc/p5-Text-Trim

Andrej Zverev az at FreeBSD.org
Mon Sep 2 06:35:35 UTC 2013


Author: az
Date: Mon Sep  2 06:35:34 2013
New Revision: 325943
URL: http://svnweb.freebsd.org/changeset/ports/325943

Log:
  - Use single space after WWW: in pkg-descr
  - Convert to new perl5 framework
  - Trim Makefile header
  
  With hat:	perl@

Modified:
  head/textproc/p5-Text-Trim/Makefile   (contents, props changed)
  head/textproc/p5-Text-Trim/pkg-descr   (contents, props changed)

Modified: head/textproc/p5-Text-Trim/Makefile
==============================================================================
--- head/textproc/p5-Text-Trim/Makefile	Mon Sep  2 06:33:01 2013	(r325942)
+++ head/textproc/p5-Text-Trim/Makefile	Mon Sep  2 06:35:34 2013	(r325943)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Text-Trim
-# Date created:		2007-29-12
-# Whom:			Martin Wilke <miwi at FreeBSD.org>
-#
+# Created by: Martin Wilke <miwi at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Text-Trim
 PORTVERSION=	1.02
@@ -18,8 +14,8 @@ COMMENT=	Extract the structure of a quot
 BUILD_DEPENDS=	p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
 RUN_DEPENDS=	p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
 
-USE_PERL5=	yes
-PERL_MODBUILD=	Module::Build
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=		Text::Trim.3
 

Modified: head/textproc/p5-Text-Trim/pkg-descr
==============================================================================
--- head/textproc/p5-Text-Trim/pkg-descr	Mon Sep  2 06:33:01 2013	(r325942)
+++ head/textproc/p5-Text-Trim/pkg-descr	Mon Sep  2 06:35:34 2013	(r325943)
@@ -1,3 +1,3 @@
 Text::Trim does what chomp does, but at both ends of the string.
 
-WWW:	http://search.cpan.org/dist/Text-Trim/
+WWW: http://search.cpan.org/dist/Text-Trim/


More information about the svn-ports-all mailing list