pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/intltool Update to 0.40.3:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1fe689485d0a
branches:  trunk
changeset: 545283:1fe689485d0a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jul 30 09:34:59 2008 +0000

description:
Update to 0.40.3:

2008-07-25  Rodney Dawes

        * configure.in:
        Up version to 0.40.3 for brown-bag release

2008-07-25  Rodney Dawes

        * Makefile.in.in:
        Change a ^$$lang regex to be ^$$lang$$ as it should have been
        For bug #544574

2008-07-25  Rodney Dawes

        * configure.in:
        Up version to 0.40.2 for release

2008-07-25  Rodney Dawes

        * tests/cases/Makefile.am:
        * tests/results/Makefile.am:
        Add new test cases to EXTRA_DIST and CLEANFILES as appropriate

2008-07-25  Rodney Dawes

        * tests/cases/context.xml.in:
        * tests/results/context.xml:
        * tests/results/context.xml.in.h:
        Add these files that Wouter forgot to add

2008-07-25  Wouter Bolsterlee

        reviewed by: Rodney Dawes

        * intltool-extract.in:
        * intltool-merge.in:
        * tests/cases/az.po:
        * tests/cases/fr.po:
        * tests/selftest.pl.in:

        Bug 458794 – Context support works only for single
        context on a msgid. Patch and test case by Dan Winship.

2008-07-25  Rodney Dawes

        * Makefile.in.in:
        Redirect errors from grep to /dev/null
        Use tr to force locale-per-line for passing ALL_LINGUAS to grep
        Check that $LINGUAS is also non-zero for user-defined locales
        Remove extraneous mkdir_p usage when installing locale files

        Fixes #544574

2008-07-25  Rodney Dawes

        * intltoolize.in:
        Check for symlinks to intltool scripts and remove them
        Touch the script.in files for compatibility
        We just touch the scripts as we no longer generate executable versions,
        and the Makefile.in.in uses the installed scripts anyway.

2008-07-23  Rodney Dawes

        * doc/I18N-HOWTO:
        Remove reference to adding intltool scripts to EXTRA_DIST

2008-07-21  Rodney Dawes

        * configure.in:
        Up version to 0.40.1 for release

2008-07-21  Rodney Dawes

        * intltoolize.in:
        Remove the AC_CONFIG_AUX_DIR checks as we no longer need it
        We do not copy the scripts locally now, only Makefile.in.in

        Fixes #323968

2008-07-20  Rodney Dawes

        * intltool-update.in (FindLeftoutFiles):
        Check for NC_ as well as C_ N_ Q_ and _
        (FindPOTKeywords):
        No need to escape = and _ in a string
        Add NC_ to the list of keywords
        Use context and string argument specifiers for C_ and NC_

        Fixes #543665

2008-06-06  Rodney Dawes

        * README:
        * doc/I18N-HOWTO:
        Replace AC_PROG_INTLTOOL references with IT_PROG_INTLTOOL

        Fixes #531894

2008-06-06  Rodney Dawes

        * intltool-update.in (FindPOTKeywords):
        Replace U_ with C_ as keyword argument to xgettext
        U_ does not exist in gi18n.h

        Fixes #536970

2008-06-06  Tor Lillqvist

        * intltool-update.in (GenerateHeaders): If running under
        ActiveState Perl then prefix the intltool-extract command with the
        Perl interpreter pathname, as the system() function has no clue
        about Unixish executable scripts indicated by just a hashbang
        line.

        (The MSYS Perl, as it runs on a Unix emulator, would be able to
        run executable scripts based on their hashbang lines just fine,
        but then MSYS Perl doesn't come with XML::Parser. Installing
        XML::Parser for MSYS Perl is somewhat hard. So usually when using
        mingw+MSYS to build GNOMEish software one wants to use
        ActicveState's Perl to run the intltool scripts, even if the
        built-in MSYS Perl is good for other Perl uses.)

diffstat:

 textproc/intltool/Makefile |  4 ++--
 textproc/intltool/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 762ff679c45a -r 1fe689485d0a textproc/intltool/Makefile
--- a/textproc/intltool/Makefile        Wed Jul 30 08:59:17 2008 +0000
+++ b/textproc/intltool/Makefile        Wed Jul 30 09:34:59 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.49 2008/06/19 16:58:40 bjs Exp $
+# $NetBSD: Makefile,v 1.50 2008/07/30 09:34:59 wiz Exp $
 #
 
-DISTNAME=              intltool-0.40.0
+DISTNAME=              intltool-0.40.3
 CATEGORIES=            textproc devel gnome
 MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/intltool/0.40/}
 EXTRACT_SUFX=          .tar.bz2
diff -r 762ff679c45a -r 1fe689485d0a textproc/intltool/distinfo
--- a/textproc/intltool/distinfo        Wed Jul 30 08:59:17 2008 +0000
+++ b/textproc/intltool/distinfo        Wed Jul 30 09:34:59 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.30 2008/06/19 16:58:40 bjs Exp $
+$NetBSD: distinfo,v 1.31 2008/07/30 09:34:59 wiz Exp $
 
-SHA1 (intltool-0.40.0.tar.bz2) = 493513b66d9006e7a6a6d2fafd1e0b6560db50cc
-RMD160 (intltool-0.40.0.tar.bz2) = 02105e2baa5431be8fea55ed2134d8fea65b2070
-Size (intltool-0.40.0.tar.bz2) = 139022 bytes
+SHA1 (intltool-0.40.3.tar.bz2) = 888f0b91cae35ef7821919d681b69a6ce81fd525
+RMD160 (intltool-0.40.3.tar.bz2) = d8a29e69f90f7eac1074b670a2032cbd79925f85
+Size (intltool-0.40.3.tar.bz2) = 140253 bytes


Home | Main Index | Thread Index | Old Index