diff options
author | wiz <wiz@pkgsrc.org> | 2006-05-30 22:19:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-05-30 22:19:53 +0000 |
commit | 05d60352af4aef7c307d677c6bbd04a9b4906add (patch) | |
tree | dc0a69b35266d60557da4afc2be6dd2599a4814c | |
parent | c28bec97274b5d2279b3671e74ede7b406584dc5 (diff) | |
download | pkgsrc-05d60352af4aef7c307d677c6bbd04a9b4906add.tar.gz |
Update to 0.35.0:
Version 0.35.0
* Support for MSGID_BUGS_ADDRESS variable in Makevars and for xgettext
-- bug #329346 (Dwayne Bailey, Rodney Dawes)
* Support for po/LINGUAS file being preferred over ALL_LINGUAS variable
-- bugs #341508 #339770 (Rodney Dawes)
* Support micro-version when validating version requirements
-- bug #339627 (Rodney Dawes)
* Clean up Makefile.in.in to remove useless bits
-- bug #338817 (Rodney Dawes)
* Change WARNING to NOTICE for non-UTF-8 po file encodings
-- bug #331046 (Rodney Dawes)
* Add MAINTAINERS file
-- bug #335025 (Danilo Segan)
* Work around recursive variable resolution in intltool-update
-- bug #321785 (Danilo Segan)
* Work around variable stripping in Makefile.in.in substitution
-- bug #330509 (Rodney Dawes)
-rw-r--r-- | textproc/intltool/Makefile | 6 | ||||
-rw-r--r-- | textproc/intltool/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile index b06738d57f3..a9d87cf3d9b 100644 --- a/textproc/intltool/Makefile +++ b/textproc/intltool/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.35 2006/05/06 03:54:17 reed Exp $ +# $NetBSD: Makefile,v 1.36 2006/05/30 22:19:53 wiz Exp $ # -DISTNAME= intltool-0.34.2 +DISTNAME= intltool-0.35.0 CATEGORIES= textproc devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/intltool/0.34/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/intltool/0.35/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/textproc/intltool/distinfo b/textproc/intltool/distinfo index 01b362a06e0..e0bc34b0708 100644 --- a/textproc/intltool/distinfo +++ b/textproc/intltool/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2006/02/07 21:40:44 drochner Exp $ +$NetBSD: distinfo,v 1.19 2006/05/30 22:19:53 wiz Exp $ -SHA1 (intltool-0.34.2.tar.bz2) = cb15bdf5731a5e35090375e0ef92d662d3eb5059 -RMD160 (intltool-0.34.2.tar.bz2) = 676ac674e04a7e4a606274c49d215c6453696380 -Size (intltool-0.34.2.tar.bz2) = 128784 bytes +SHA1 (intltool-0.35.0.tar.bz2) = 5e4e90e79696dbca1798753bd4135aa8556887f4 +RMD160 (intltool-0.35.0.tar.bz2) = 00cd68879d9743f52c03ca723f20ac0aab6e79e0 +Size (intltool-0.35.0.tar.bz2) = 129933 bytes |