summaryrefslogtreecommitdiff
path: root/textproc/intltool/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2008-03-04 13:27:47 +0000
committerwiz <wiz>2008-03-04 13:27:47 +0000
commit6c2770277792cf3eba26de07a5dfa173bc946ac4 (patch)
tree1d3717cfb9b1195b8f374b7b55a48d2c4ee89ddc /textproc/intltool/Makefile
parentf3528c77a0788c0722e626e97d4994cb2ef86c24 (diff)
downloadpkgsrc-6c2770277792cf3eba26de07a5dfa173bc946ac4.tar.gz
Update to 0.37.1:
2008-02-24 Rodney Dawes * intltool-update.in.in (FindPOTKeywords): Unwrap lines wplit with trailing \ Patch from Loïc Minier Fixes #516501 2008-02-24 Rodney Dawes * tests/selftest.pl.in: Unset $LINGUAS to avoid failing when we use tests with locales not specified in LINGUAS Fixes #518257 2007-12-16 Rodney Dawes * intltool-merge.in.in (keys_merge_translation): New method name for merging a single translation for multi-output (keys_merge_translations): Call keys_merge_translation for each language with multi-ouput Call keys_merge_translation with "." as the language for single file Based on patch from Christian Persch Fixes #487818 2007-12-16 Rodney Dawes * intltool-extract.in.in: * intltool-merge.in.in: Add quotedxml mode for encoding/decoding entities Patch from Christian Persch Fixes #487666
Diffstat (limited to 'textproc/intltool/Makefile')
-rw-r--r--textproc/intltool/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile
index f54429b22a2..5b1a13ff62d 100644
--- a/textproc/intltool/Makefile
+++ b/textproc/intltool/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.47 2008/01/09 18:43:50 drochner Exp $
+# $NetBSD: Makefile,v 1.48 2008/03/04 13:27:47 wiz Exp $
#
-DISTNAME= intltool-0.36.3
+DISTNAME= intltool-0.37.1
CATEGORIES= textproc devel gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/intltool/0.36/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/intltool/0.37/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org