Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2013 06:35:35 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325943 - head/textproc/p5-Text-Trim
Message-ID:  <201309020635.r826ZZlk022492@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
-#
+# Created by: Martin Wilke <miwi@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/



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