summaryrefslogtreecommitdiff
path: root/textproc/intltool/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2005-02-26 17:22:20 +0000
committerjmmv <jmmv@pkgsrc.org>2005-02-26 17:22:20 +0000
commita60333cbac457e0596aec2c10354449db39b44e3 (patch)
tree1f9459611b05ac466cf51a9086043bc4cedccb9c /textproc/intltool/Makefile
parentd77f01809beb95d093ee48af478946d25f39e5bd (diff)
downloadpkgsrc-a60333cbac457e0596aec2c10354449db39b44e3.tar.gz
Update to 0.33:
* Fix support for srcdir != builddir during make dist/distcheck -- bug #159846 (Rodney Dawes) * Ignore empty strings in XML files that are marked for translation -- bug #163689 (Miloslav Trmac) * Add support for AC_CONFIG_MACRO_DIR to intltoolize -- bug #160943 (James Henstridge) * Re-implement "echo -n" in perl for portability -- bug #162027 (Rodney Dawes) * Fix local mode -- bug #163981 (Jeremy Katz) * Fix nested XML tags translation when only attributes are marked for translation in a tag -- bug #159511 (Danilo Segan) * Use # as sed separator and prefix gettext variable names with INTLTOOL -- bug #156454 (Rodney Dawes) * Update serial and serial comparison check for IT_PROG_INTLTOOL to 2 (Rodney Dawes) * Support CDATA sections in XML files -- bug #157718 (Danilo Segan, Rodney Dawes)
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 5fbf81949f1..f80d5563a05 100644
--- a/textproc/intltool/Makefile
+++ b/textproc/intltool/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.22 2005/02/04 14:21:00 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2005/02/26 17:22:20 jmmv Exp $
#
-DISTNAME= intltool-0.32.1
+DISTNAME= intltool-0.33
CATEGORIES= textproc devel gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/intltool/0.32/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/intltool/0.33/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= jmmv@NetBSD.org