From df6e75e6aa927ed4420c03ded552472aec1b465e Mon Sep 17 00:00:00 2001 From: jmmv Date: Tue, 3 Jun 2003 19:27:52 +0000 Subject: Update to 0.26: - Handle no translations in get_newest_po_age (Rodney Dawes) - Cleaned up tests and fixed few bugs (Kenneth) - Send error messages to stderr, and fix other similar bugs (bug #105013, Denis Barbier) - handle using a different output file. (James Henstridge) - Correct the invocation of INTLTOOL_MERGE. (bug #106898, Malcolm Tredinnick) - Extract attributes in XML when there are spaces arount the equal sign (Alberto Manuel Brand?o Sim?es) - use iconv -f, instead of iconv --f (bug #105181, Hidetoshi Tajima) - Added variable substitution. (Kenneth) - Added small section for packages not using the aufo* tools (Kenneth) - Call msgmerge with options before non-options to fix potential non-GNU getopt issues. (Gregory Stark, Jordi Mallach) - Make it work when running an UTF-8 locale (Kenneth) - Fix some iconv/charset issues (bug #113121, Morten Welinder) --- textproc/intltool/Makefile | 7 +++---- textproc/intltool/PLIST | 3 ++- textproc/intltool/distinfo | 8 ++++---- textproc/intltool/patches/patch-aa | 10 +++++----- 4 files changed, 14 insertions(+), 14 deletions(-) (limited to 'textproc/intltool') diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile index 701a37d7b2c..e9b339434a5 100644 --- a/textproc/intltool/Makefile +++ b/textproc/intltool/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2003/06/02 01:16:41 jschauma Exp $ +# $NetBSD: Makefile,v 1.8 2003/06/03 19:27:52 jmmv Exp $ # -DISTNAME= intltool-0.25 -PKGREVISION= 1 +DISTNAME= intltool-0.26 CATEGORIES= textproc devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/intltool/0.25/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/intltool/0.26/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= tech-pkg@netbsd.org diff --git a/textproc/intltool/PLIST b/textproc/intltool/PLIST index 9e64ee435e3..f2b05c05642 100644 --- a/textproc/intltool/PLIST +++ b/textproc/intltool/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2003/02/19 13:22:54 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/06/03 19:27:52 jmmv Exp $ bin/intltool-extract bin/intltool-merge bin/intltool-prepare @@ -19,5 +19,6 @@ share/intltool/intltool-po-Makefile.in.in-patch-3 share/intltool/intltool-po-Makefile.in.in-patch-4 share/intltool/intltool-po-Makefile.in.in-patch-5 share/intltool/intltool-po-Makefile.in.in-patch-6 +share/intltool/intltool-po-Makefile.in.in-patch-7 share/intltool/intltool-update.in @dirrm share/intltool diff --git a/textproc/intltool/distinfo b/textproc/intltool/distinfo index 1481f4c3bcd..e8c6b67b434 100644 --- a/textproc/intltool/distinfo +++ b/textproc/intltool/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2003/02/19 13:22:54 jmmv Exp $ +$NetBSD: distinfo,v 1.6 2003/06/03 19:27:52 jmmv Exp $ -SHA1 (intltool-0.25.tar.bz2) = 4fe99b511783e039b2519cbbbe407563a8588296 -Size (intltool-0.25.tar.bz2) = 97484 bytes -SHA1 (patch-aa) = cc697f607dd6a709d8e32c10ba626677946b32c9 +SHA1 (intltool-0.26.tar.bz2) = f44ce2c4d2d53d8e7f7a6af2db1df32a6ef48677 +Size (intltool-0.26.tar.bz2) = 100410 bytes +SHA1 (patch-aa) = 794677370898ca3e4261a0be01c0b06c11ae1730 diff --git a/textproc/intltool/patches/patch-aa b/textproc/intltool/patches/patch-aa index 244176431aa..0f841d44f8c 100644 --- a/textproc/intltool/patches/patch-aa +++ b/textproc/intltool/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.1 2003/02/19 13:22:55 jmmv Exp $ +$NetBSD: patch-aa,v 1.2 2003/06/03 19:27:53 jmmv Exp $ ---- Makefile.in.orig 2003-01-06 20:50:41.000000000 +0100 +--- Makefile.in.orig 2003-05-17 12:58:55.000000000 +0200 +++ Makefile.in @@ -69,7 +69,7 @@ SUBDIRS = . tests doc doc-i18n-tool @@ -11,17 +11,17 @@ $NetBSD: patch-aa,v 1.1 2003/02/19 13:22:55 jmmv Exp $ CLEANFILES = \ intltoolize \ -@@ -97,9 +97,6 @@ pkgdata_DATA = \ - intltool-po-Makefile.in.in-patch-4 \ +@@ -98,9 +98,6 @@ pkgdata_DATA = \ intltool-po-Makefile.in.in-patch-5 \ intltool-po-Makefile.in.in-patch-6 \ + intltool-po-Makefile.in.in-patch-7 \ - xml-i18n-po-Makefile.in.in-patch-1 \ - xml-i18n-po-Makefile.in.in-patch-2 \ - xml-i18n-po-Makefile.in.in-patch-5 \ $(NULL) -@@ -110,7 +107,6 @@ aclocal_DATA = $(aclocal_macros) +@@ -111,7 +108,6 @@ aclocal_DATA = $(aclocal_macros) bin_SCRIPTS = \ intltoolize \ -- cgit v1.2.3