From owner-svn-ports-head@FreeBSD.ORG Tue Jan 13 17:07:26 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5155B78D; Tue, 13 Jan 2015 17:07:26 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3CBB3C07; Tue, 13 Jan 2015 17:07:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0DH7QvN009372; Tue, 13 Jan 2015 17:07:26 GMT (envelope-from tabthorpe@FreeBSD.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0DH7PNX009364; Tue, 13 Jan 2015 17:07:25 GMT (envelope-from tabthorpe@FreeBSD.org) Message-Id: <201501131707.t0DH7PNX009364@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tabthorpe set sender to tabthorpe@FreeBSD.org using -f From: Thomas Abthorpe Date: Tue, 13 Jan 2015 17:07:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376972 - head/devel/p5-Locale-PO X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jan 2015 17:07:26 -0000 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 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/