Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jan 2015 17:07:25 +0000 (UTC)
From:      Thomas Abthorpe <tabthorpe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r376972 - head/devel/p5-Locale-PO
Message-ID:  <201501131707.t0DH7PNX009364@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tabthorpe
Date: Tue Jan 13 17:07:25 2015
New Revision: 376972
URL: https://svnweb.freebsd.org/changeset/ports/376972
QAT: https://qat.redports.org/buildarchive/r376972/

Log:
  - Remove (RUN|BUILD)_DEPENDS since it is only needed for testing
  - Add TEST_DEPENDS with devel/p5-File-Slurp
  - Add WWW line to pkg-descr
  - Bump PORTREVISION
  
  Submitted by:	az (via private email)

Modified:
  head/devel/p5-Locale-PO/Makefile
  head/devel/p5-Locale-PO/pkg-descr

Modified: head/devel/p5-Locale-PO/Makefile
==============================================================================
--- head/devel/p5-Locale-PO/Makefile	Tue Jan 13 16:47:33 2015	(r376971)
+++ head/devel/p5-Locale-PO/Makefile	Tue Jan 13 17:07:25 2015	(r376972)
@@ -2,6 +2,7 @@
 
 PORTNAME=	Locale-PO
 PORTVERSION=	0.27
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -12,12 +13,11 @@ COMMENT=	Perl module for manipulating .p
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
+TEST_DEPENDS=	p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp
+
 USES=		perl5
 USE_PERL5=	configure
 CONFIGURE_ENV+=	LOCALBASE=${LOCALBASE}
-
-BUILD_DEPENDS=	p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
-		p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/p5-Locale-PO/pkg-descr
==============================================================================
--- head/devel/p5-Locale-PO/pkg-descr	Tue Jan 13 16:47:33 2015	(r376971)
+++ head/devel/p5-Locale-PO/pkg-descr	Tue Jan 13 17:07:25 2015	(r376972)
@@ -1,3 +1,5 @@
 This module provides methods for manipulating objects that represent
 entries in a gettext po-file (untranslated and translated strings, with
 associated comments). It can load and save complete po-files.
+
+WWW: http://search.cpan.org/dist/Locale-PO/



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