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 unified 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,28 +1,31 @@ @@ -1,28 +1,31 @@
1# $NetBSD: Makefile,v 1.55 2011/08/21 11:23:14 obache Exp $ 1# $NetBSD: Makefile,v 1.56 2012/03/03 00:34:40 wiz Exp $
2# 2#
3 3
4DISTNAME= intltool-0.41.1 4DISTNAME= intltool-0.50.2
5CATEGORIES= textproc devel gnome 5CATEGORIES= textproc devel gnome
6MASTER_SITES= http://launchpad.net/intltool/trunk/${PKGVERSION_NOREV}/+download/ 6MASTER_SITES= https://launchpad.net/intltool/trunk/${PKGVERSION_NOREV}/+download/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://launchpad.net/intltool/ 9HOMEPAGE= http://launchpad.net/intltool/
10COMMENT= Internationalization Tool Collection 10COMMENT= Internationalization Tool Collection
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13PKG_INSTALLATION_TYPES= overwrite pkgviews 13PKG_INSTALLATION_TYPES= overwrite pkgviews
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16DEPENDS+= p5-XML-Parser>=2.34nb4:../../textproc/p5-XML-Parser 16DEPENDS+= p5-XML-Parser>=2.34nb4:../../textproc/p5-XML-Parser
17 17
18CONFLICTS= xml-i18n-tools-[0-9]* 18CONFLICTS= xml-i18n-tools-[0-9]*
19 19
20USE_TOOLS+= gmake perl:run 20USE_TOOLS+= gmake perl:run
21GNU_CONFIGURE= YES 21GNU_CONFIGURE= YES
22CHECK_INTERPRETER_SKIP= share/intltool/*.in 22CHECK_INTERPRETER_SKIP= share/intltool/*.in
23TEST_TARGET= check 23TEST_TARGET= check
24 24
 25# due to https
 26FETCH_USING= curl
 27
25.include "../../devel/gettext-lib/buildlink3.mk" 28.include "../../devel/gettext-lib/buildlink3.mk"
26.include "../../converters/libiconv/buildlink3.mk" 29.include "../../converters/libiconv/buildlink3.mk"
27 30
28.include "../../mk/bsd.pkg.mk" 31.include "../../mk/bsd.pkg.mk"

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