diff options
author | jmmv <jmmv> | 2005-10-08 17:18:47 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2005-10-08 17:18:47 +0000 |
commit | df648a81e13f00c9900bb00a7eb750f2abdd9c56 (patch) | |
tree | 490d94f4166b442fbf316b83441b5b08bab880d6 /textproc | |
parent | d4f3b353093d89b2bac4e875dbd85339856e957f (diff) | |
download | pkgsrc-df648a81e13f00c9900bb00a7eb750f2abdd9c56.tar.gz |
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 (limited to 'textproc')
-rw-r--r-- | textproc/intltool/Makefile | 6 | ||||
-rw-r--r-- | textproc/intltool/buildlink3.mk | 4 | ||||
-rw-r--r-- | textproc/intltool/distinfo | 8 |
3 files changed, 9 insertions, 9 deletions
diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile index ba09cb5ac89..d804e858e97 100644 --- a/textproc/intltool/Makefile +++ b/textproc/intltool/Makefile @@ -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 diff --git a/textproc/intltool/buildlink3.mk b/textproc/intltool/buildlink3.mk index f348ec95c20..fb4e612b0a8 100644 --- a/textproc/intltool/buildlink3.mk +++ b/textproc/intltool/buildlink3.mk @@ -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:= ${BUILDLINK_PACKAGES:Nintltool} 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 --git a/textproc/intltool/distinfo b/textproc/intltool/distinfo index ed2de1f932c..76cf0b1f56a 100644 --- a/textproc/intltool/distinfo +++ b/textproc/intltool/distinfo @@ -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 |