Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Aug 2013 12:57:41 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324903 - head/devel/py-polib
Message-ID:  <201308181257.r7ICvfEt082652@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Sun Aug 18 12:57:40 2013
New Revision: 324903
URL: http://svnweb.freebsd.org/changeset/ports/324903

Log:
  devel/py-polib: update to 1.0.3
  
  - Update to 1.0.3
  - Change WWW for new upstream url
  
  Changes: https://bitbucket.org/jaraco/irc/src/f8120c37a5/CHANGES.rst?at=8.5.1

Modified:
  head/devel/py-polib/Makefile
  head/devel/py-polib/distinfo
  head/devel/py-polib/pkg-descr

Modified: head/devel/py-polib/Makefile
==============================================================================
--- head/devel/py-polib/Makefile	Sun Aug 18 12:48:03 2013	(r324902)
+++ head/devel/py-polib/Makefile	Sun Aug 18 12:57:40 2013	(r324903)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	polib
-PORTVERSION=	0.7.0
+PORTVERSION=	1.0.3
 CATEGORIES=	devel python
 MASTER_SITES=	http://cdn.bitbucket.org/izi/polib/downloads/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/devel/py-polib/distinfo
==============================================================================
--- head/devel/py-polib/distinfo	Sun Aug 18 12:48:03 2013	(r324902)
+++ head/devel/py-polib/distinfo	Sun Aug 18 12:57:40 2013	(r324903)
@@ -1,2 +1,2 @@
-SHA256 (polib-0.7.0.tar.gz) = d9184d7454c650f5a26db54e70da8a50c51dcc6873af65277708ab9c6cf5c449
-SIZE (polib-0.7.0.tar.gz) = 149614
+SHA256 (polib-1.0.3.tar.gz) = 7b281e5ca799f9061bf029f2e911e99df483a1a02ef2ffaaf73fe80222f26aff
+SIZE (polib-1.0.3.tar.gz) = 149954

Modified: head/devel/py-polib/pkg-descr
==============================================================================
--- head/devel/py-polib/pkg-descr	Sun Aug 18 12:48:03 2013	(r324902)
+++ head/devel/py-polib/pkg-descr	Sun Aug 18 12:57:40 2013	(r324903)
@@ -1,13 +1,13 @@
-PoLib is a python library to parse and manage gettext catalogs. 
+PoLib is a python library to parse and manage gettext catalogs.
 
 polib allows you to manipulate, create, modify gettext files
 (pot, po and mo files). You can load existing files, iterate
 through it's entries, add, modify entries, comments or metadata, etc...
-or create new po files from scratch. 
+or create new po files from scratch.
 
 polib provides a simple and pythonic API, exporting only three
 convenience functions 'pofile', 'mofile' and 'detect_encoding',
 and the 4 core classes: POFile, MOFile, POEntry and MOEntry for
 creating new files/entries.
 
-WWW: http://polib.googlecode.com/
+WWW: https://bitbucket.org/izi/polib/



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