Sat Mar 3 00:34:40 2012 UTC ()
Update to 0.50.2:

intltool 0.50.2
===============

intltool 0.50.2 is another minor release improving backwards compatibility.
Only one bug is fixed in this release:

 * Use --no-translations only if intltool >= 0.50 is available (#903340).
   Patch contributed by Hib Eris (https://launchpad.net/~hiberis).

intltool 0.50.1
===============

intltool 0.50.1 is a minor release with the following improvements:

 * Support AM_SILENT_RULES (#402516).
   Patch contributed by Hib Eris (https://launchpad.net/~hiberis).

 * Improve support for extracting messages from GSettings files (#922685).
   Patch contributed by Ryan Lortie (https://launchpad.net/~desrt).

 * Support attribute tag extraction for Glade/GtkBuilder files (#923841).
   Patch contributed by Ryan Lortie (https://launchpad.net/~desrt).

 * Start including a ChangeLog in tarballs and provide a NEWS file (#924386).
   This introduces a soft dependency on "bzr": it's only required for
   maintainers who wish to regenerate a ChangeLog file from the bzr checkout.

 * Fix quoting of XGETTEXT variable when setting MSGMERGE and GENPOT
   in Makefile (#900738).
   Patch contributed by Matthias Klose (https://launchpad.net/~doko).

intltool 0.50.0
===============

intltool 0.50.0 is a major bug fix release.

Among the fixes, the following stand out:

 * Bug #580526
   Finally, support for gsettings gschema.xml files is merged in, which
   should enable maintainers to get a slightly simpler build setup
   (i.e. no need to use NOMERGE rule anymore, and you can have intltool
   directly extract translations from .gschema.xml files).

 * Bug #790574:
   Let xgettext extract Scheme strings out, and add support for
   `intltool-update -m` to find files with marked strings.

 * Bug #806006:
   Improve handling of quotes in `intltool-update -m` so you get less
   (no?) warnings about mismatched quotes, and Python processing doesn't
   get messed up with docstrings and similar.

 * Bug #520986:
   One for the translators窶芭essages are extracted in the order they appear
   in original files now, thus allowing translators to infer more of the
   context from the ordering.


(wiz)
diff -r1.55 -r1.56 pkgsrc/textproc/intltool/Makefile
diff -r1.34 -r1.35 pkgsrc/textproc/intltool/distinfo

cvs diff -r1.55 -r1.56 pkgsrc/textproc/intltool/Makefile (expand / switch to context diff)
--- pkgsrc/textproc/intltool/Makefile 2011/08/21 11:23:14 1.55
+++ pkgsrc/textproc/intltool/Makefile 2012/03/03 00:34:40 1.56
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.55 2011/08/21 11:23:14 obache Exp $
+# $NetBSD: Makefile,v 1.56 2012/03/03 00:34:40 wiz Exp $
 #
 
-DISTNAME=		intltool-0.41.1
+DISTNAME=		intltool-0.50.2
 CATEGORIES=		textproc devel gnome
-MASTER_SITES=		http://launchpad.net/intltool/trunk/${PKGVERSION_NOREV}/+download/
+MASTER_SITES=		https://launchpad.net/intltool/trunk/${PKGVERSION_NOREV}/+download/
 
 MAINTAINER=		pkgsrc-users@NetBSD.org
 HOMEPAGE=		http://launchpad.net/intltool/
@@ -21,6 +21,9 @@
 GNU_CONFIGURE=		YES
 CHECK_INTERPRETER_SKIP=	share/intltool/*.in
 TEST_TARGET=		check
+
+# due to https
+FETCH_USING=		curl
 
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../converters/libiconv/buildlink3.mk"

cvs diff -r1.34 -r1.35 pkgsrc/textproc/intltool/distinfo (expand / switch to context diff)
--- pkgsrc/textproc/intltool/distinfo 2011/08/21 11:23:14 1.34
+++ pkgsrc/textproc/intltool/distinfo 2012/03/03 00:34:40 1.35
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.34 2011/08/21 11:23:14 obache Exp $
+$NetBSD: distinfo,v 1.35 2012/03/03 00:34:40 wiz Exp $
 
-SHA1 (intltool-0.41.1.tar.gz) = 20b2bf222395cf1711fee1f1b7b7650b9e0f2fc2
+SHA1 (intltool-0.50.2.tar.gz) = 7fddbd8e1bf94adbf1bc947cbf3b8ddc2453f8ad
-RMD160 (intltool-0.41.1.tar.gz) = 8c9cc498c4b70e0d78e04fc14c99f7c8832295db
+RMD160 (intltool-0.50.2.tar.gz) = 52b1c6aae5f5f0069d09cef8d709ab267c460319
-Size (intltool-0.41.1.tar.gz) = 139287 bytes
+Size (intltool-0.50.2.tar.gz) = 189483 bytes