summaryrefslogtreecommitdiff
path: root/textproc/intltool
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-06-03 19:27:52 +0000
committerjmmv <jmmv>2003-06-03 19:27:52 +0000
commitbb9a18ed4e007cb94f0cc6b59a8ee04c5320b7d0 (patch)
tree5dacec4d2daa65bed29e07e137517310646f53b7 /textproc/intltool
parent7b6f2701637d79aa7803c879a2e9eeb7650e6941 (diff)
downloadpkgsrc-bb9a18ed4e007cb94f0cc6b59a8ee04c5320b7d0.tar.gz
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)
Diffstat (limited to 'textproc/intltool')
-rw-r--r--textproc/intltool/Makefile7
-rw-r--r--textproc/intltool/PLIST3
-rw-r--r--textproc/intltool/distinfo8
-rw-r--r--textproc/intltool/patches/patch-aa10
4 files changed, 14 insertions, 14 deletions
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 \