Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Sep 2012 05:06: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: r303957 - head/devel/p5-Locale-PO
Message-ID:  <201209090506.q8956P1g010483@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tabthorpe
Date: Sun Sep  9 05:06:24 2012
New Revision: 303957
URL: http://svn.freebsd.org/changeset/ports/303957

Log:
  - Update to 0.22

Modified:
  head/devel/p5-Locale-PO/Makefile   (contents, props changed)
  head/devel/p5-Locale-PO/distinfo   (contents, props changed)
  head/devel/p5-Locale-PO/pkg-descr   (contents, props changed)

Modified: head/devel/p5-Locale-PO/Makefile
==============================================================================
--- head/devel/p5-Locale-PO/Makefile	Sun Sep  9 05:01:46 2012	(r303956)
+++ head/devel/p5-Locale-PO/Makefile	Sun Sep  9 05:06:24 2012	(r303957)
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	Locale-PO
-PORTVERSION=	0.21
-PORTREVISION=	1
+PORTVERSION=	0.22
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -15,10 +14,14 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	tabthorpe@FreeBSD.org
 COMMENT=	Perl module for manipulating .po entries from GNU gettext
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 PERL_CONFIGURE=	yes
 CONFIGURE_ENV+=	LOCALBASE=${LOCALBASE}
 
-BUILD_DEPENDS=	p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp
+BUILD_DEPENDS=	p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
+		p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 MAN3=		Locale::PO.3

Modified: head/devel/p5-Locale-PO/distinfo
==============================================================================
--- head/devel/p5-Locale-PO/distinfo	Sun Sep  9 05:01:46 2012	(r303956)
+++ head/devel/p5-Locale-PO/distinfo	Sun Sep  9 05:06:24 2012	(r303957)
@@ -1,2 +1,2 @@
-SHA256 (Locale-PO-0.21.tar.gz) = 9c6b135979e0a95b5342f40016dcbe1281dbf320177431457285c8b5ebb00200
-SIZE (Locale-PO-0.21.tar.gz) = 16990
+SHA256 (Locale-PO-0.22.tar.gz) = ae40817c824c61ed680573adc5641d456c92ed2c07d74c18b1078f0293b67a87
+SIZE (Locale-PO-0.22.tar.gz) = 19604

Modified: head/devel/p5-Locale-PO/pkg-descr
==============================================================================
--- head/devel/p5-Locale-PO/pkg-descr	Sun Sep  9 05:01:46 2012	(r303956)
+++ head/devel/p5-Locale-PO/pkg-descr	Sun Sep  9 05:06:24 2012	(r303957)
@@ -1,3 +1,3 @@
-This module simplifies management of GNU gettext .po files and is
-an alternative to using emacs po-mode. It provides an object-oriented
-interface in which each entry in a .po file is a Locale::PO object.
+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.



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