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.34.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/99895d9b6c9a
branches:  trunk
changeset: 500453:99895d9b6c9a
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sat Oct 08 17:18:47 2005 +0000

description:
Update to 0.34.1:

Version 0.34.1

* automake/autoconf fixes and improvements
  (Rodney Dawes, Stepan Kasal)
* extraction of XML attributes fixed
  (Danilo Segan)

Version 0.34

* Fix the regex for stripping the intltool type tags in POTFILES.in
  -- bug #171330 (Stepan Kasal)
* Add notice about using DISTCLEANFILES for toplevel Makefile.am
  -- bug #309455 (Tim-Philipp Muller)
* Discard not-well-formed translations when merging XML
  -- bug #170471 (Danilo Segan)
* Correct handling of xml:space inheritance
  -- bug #160262 (Danilo Segan)
* Merge multiple comments for the same string in XML files
  -- bug #171579 (Danilo Segan)
* Update sed script to be more practictal for translatable XML
  -- bug #304365 (Nickolay V. Shmyrev)
* Support disting files that may not exist for all packages via EXTRA_DISTFILES
  -- bugs #168788 and #171327 (Rodney Dawes)
* Do not create the pot file during dist, but do build it for check
  (Stepan Kasal)
* Add support for use on win32 native perl (Tor Lillqvist)
* Do not dist .gmo files, and remove them with distclean
  Remove Makefile.in.in with maintainer-clean
  -- bug #166724 (Rodney Dawes)
* Minor fixes to Makefile.in.in (Stepan Kasal)
* Use --verbose instead of --statistics for msgfmt
  -- bug #165881
* Remove the need for patching Makefile.in.in and just copy in our own
  -- bug #165066 (Rodney Dawes)

diffstat:

 textproc/intltool/Makefile      |  6 +++---
 textproc/intltool/buildlink3.mk |  4 ++--
 textproc/intltool/distinfo      |  8 ++++----
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (47 lines):

diff -r 4111730b5d75 -r 99895d9b6c9a textproc/intltool/Makefile
--- a/textproc/intltool/Makefile        Sat Oct 08 17:18:13 2005 +0000
+++ b/textproc/intltool/Makefile        Sat Oct 08 17:18:47 2005 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.28 2005/07/16 19:10:40 jlam Exp $
+# $NetBSD: Makefile,v 1.29 2005/10/08 17:18:47 jmmv Exp $
 #
 
-DISTNAME=              intltool-0.33
+DISTNAME=              intltool-0.34.1
 CATEGORIES=            textproc devel gnome
-MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/intltool/0.33/}
+MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/intltool/0.34/}
 EXTRACT_SUFX=          .tar.bz2
 
 MAINTAINER=            jmmv%NetBSD.org@localhost
diff -r 4111730b5d75 -r 99895d9b6c9a textproc/intltool/buildlink3.mk
--- a/textproc/intltool/buildlink3.mk   Sat Oct 08 17:18:13 2005 +0000
+++ b/textproc/intltool/buildlink3.mk   Sat Oct 08 17:18:47 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.8 2005/07/16 19:10:40 jlam Exp $
+# $NetBSD: buildlink3.mk,v 1.9 2005/10/08 17:18:47 jmmv Exp $
 
 BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
 INTLTOOL_BUILDLINK3_MK:=       ${INTLTOOL_BUILDLINK3_MK}+
@@ -11,7 +11,7 @@
 BUILDLINK_PACKAGES+=   intltool
 
 .if !empty(INTLTOOL_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.intltool+=   intltool>=0.32.1
+BUILDLINK_DEPENDS.intltool+=   intltool>=0.34.1
 BUILDLINK_PKGSRCDIR.intltool?= ../../textproc/intltool
 BUILDLINK_DEPMETHOD.intltool?= build
 .endif # INTLTOOL_BUILDLINK3_MK
diff -r 4111730b5d75 -r 99895d9b6c9a textproc/intltool/distinfo
--- a/textproc/intltool/distinfo        Sat Oct 08 17:18:13 2005 +0000
+++ b/textproc/intltool/distinfo        Sat Oct 08 17:18:47 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2005/02/26 17:22:20 jmmv Exp $
+$NetBSD: distinfo,v 1.17 2005/10/08 17:18:47 jmmv Exp $
 
-SHA1 (intltool-0.33.tar.bz2) = 6230179c8429deb0c310a0261d1a75ec8068630f
-RMD160 (intltool-0.33.tar.bz2) = 2d756fa882e04f80afa9cd16ae73acf7e0495263
-Size (intltool-0.33.tar.bz2) = 126936 bytes
+SHA1 (intltool-0.34.1.tar.bz2) = f151650d5eca0231b35b344c3bb64dd3b23f07ac
+RMD160 (intltool-0.34.1.tar.bz2) = 33b234080c3f505afed2a89d2bf66237b502547e
+Size (intltool-0.34.1.tar.bz2) = 130096 bytes



Home | Main Index | Thread Index | Old Index