diff options
author | obache <obache> | 2010-04-21 06:01:51 +0000 |
---|---|---|
committer | obache <obache> | 2010-04-21 06:01:51 +0000 |
commit | 05912852cdc210a6840e068d7348215280f30773 (patch) | |
tree | dba2818a040325330699d24a60f092b36f1b334a /devel/py-babel | |
parent | 757691c10c4ce37db68c622de6afa6c61afa3de3 (diff) | |
download | pkgsrc-05912852cdc210a6840e068d7348215280f30773.tar.gz |
Update py-babel to 0.9.5.
Version 0.9.5
http://svn.edgewall.org/repos/babel/tags/0.9.5/
(Apr 6 2010, from branches/stable/0.9.x)
* Fixed the case where messages containing square brackets would break with
an unpack error.
* Backport of r467: Fuzzy matching regarding plurals should *NOT* be checked
against len(message.id) because this is always 2, instead, it's should be
checked against catalog.num_plurals (ticket #212).
Diffstat (limited to 'devel/py-babel')
-rw-r--r-- | devel/py-babel/Makefile | 4 | ||||
-rw-r--r-- | devel/py-babel/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/py-babel/Makefile b/devel/py-babel/Makefile index c8208982a27..972862505d9 100644 --- a/devel/py-babel/Makefile +++ b/devel/py-babel/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2009/05/19 08:59:11 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2010/04/21 06:01:51 obache Exp $ # -DISTNAME= Babel-0.9.4 +DISTNAME= Babel-0.9.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= devel python MASTER_SITES= http://ftp.edgewall.com/pub/babel/ diff --git a/devel/py-babel/distinfo b/devel/py-babel/distinfo index 967158a07c5..17ea8c5d190 100644 --- a/devel/py-babel/distinfo +++ b/devel/py-babel/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2008/10/23 06:10:30 obache Exp $ +$NetBSD: distinfo,v 1.3 2010/04/21 06:01:51 obache Exp $ -SHA1 (Babel-0.9.4.tar.gz) = 8cd59e5d06e61cf77cb2f0613ca44dd438eecca4 -RMD160 (Babel-0.9.4.tar.gz) = cb989d1436bfa4e2f2a1f2213a8d2e213ed2025d -Size (Babel-0.9.4.tar.gz) = 1783158 bytes +SHA1 (Babel-0.9.5.tar.gz) = 63e9b122c8cae065db067bb79385d457453c7dcc +RMD160 (Babel-0.9.5.tar.gz) = 17d804b0ea273c6174dc5462d8923594326c26d0 +Size (Babel-0.9.5.tar.gz) = 1789250 bytes |