summaryrefslogtreecommitdiff
path: root/textproc/intltool
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-03-03 00:34:40 +0000
committerwiz <wiz@pkgsrc.org>2012-03-03 00:34:40 +0000
commit7253021fd8cb54459ba2d7e64a529ae89d334d89 (patch)
tree82a24b4f0b9292a090926f621e4a21337780333d /textproc/intltool
parenta067f432e781054f40f9f967ef85df1d103fee82 (diff)
downloadpkgsrc-7253021fd8cb54459ba2d7e64a529ae89d334d89.tar.gz
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—messages are extracted in the order they appear in original files now, thus allowing translators to infer more of the context from the ordering.
Diffstat (limited to 'textproc/intltool')
-rw-r--r--textproc/intltool/Makefile9
-rw-r--r--textproc/intltool/distinfo8
2 files changed, 10 insertions, 7 deletions
diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile
index 72edb609789..c0f1a4118ec 100644
--- a/textproc/intltool/Makefile
+++ b/textproc/intltool/Makefile
@@ -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/
@@ -22,6 +22,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"
diff --git a/textproc/intltool/distinfo b/textproc/intltool/distinfo
index cf67474afa1..3de66b4d10a 100644
--- a/textproc/intltool/distinfo
+++ b/textproc/intltool/distinfo
@@ -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
-RMD160 (intltool-0.41.1.tar.gz) = 8c9cc498c4b70e0d78e04fc14c99f7c8832295db
-Size (intltool-0.41.1.tar.gz) = 139287 bytes
+SHA1 (intltool-0.50.2.tar.gz) = 7fddbd8e1bf94adbf1bc947cbf3b8ddc2453f8ad
+RMD160 (intltool-0.50.2.tar.gz) = 52b1c6aae5f5f0069d09cef8d709ab267c460319
+Size (intltool-0.50.2.tar.gz) = 189483 bytes