diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-27 09:47:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-27 09:47:07 +0000 |
commit | b23d9783b445e57723b1b2c7d35a60797cb1c49b (patch) | |
tree | c1fc9835ba899832cd22913f258fb6c34fae4124 | |
parent | 04e726fb73894ec78b69d9dfd8fdeb9f4396dc3a (diff) | |
download | pkgsrc-b23d9783b445e57723b1b2c7d35a60797cb1c49b.tar.gz |
Update to 0.35.5:
Version 0.35.5
* Don't hardcode fallback path to intltool-extract
-- bug #399476 (Rodney Dawes)
* Fix mkdir race in inltool-merge.in.in
-- bug #400788 (Rodney Dawes, Leonardo Boshell)
* Update an additional check to use $SRCDIR properly for POTFILES.skip
-- bug #391892 (Rodney Dawes)
* Handle extracting comments from ini-style files
-- bug #390271 (Takao Fujiwara)
-rw-r--r-- | textproc/intltool/Makefile | 4 | ||||
-rw-r--r-- | textproc/intltool/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile index 292db0a5592..d0146db4428 100644 --- a/textproc/intltool/Makefile +++ b/textproc/intltool/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.42 2007/02/15 21:31:29 rillig Exp $ +# $NetBSD: Makefile,v 1.43 2007/02/27 09:47:07 wiz Exp $ # -DISTNAME= intltool-0.35.4 +DISTNAME= intltool-0.35.5 CATEGORIES= textproc devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/intltool/0.35/} EXTRACT_SUFX= .tar.bz2 diff --git a/textproc/intltool/distinfo b/textproc/intltool/distinfo index 5b0fd802c76..c10b156b939 100644 --- a/textproc/intltool/distinfo +++ b/textproc/intltool/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.23 2007/01/14 09:58:56 wiz Exp $ +$NetBSD: distinfo,v 1.24 2007/02/27 09:47:07 wiz Exp $ -SHA1 (intltool-0.35.4.tar.bz2) = 93d572a461744a0b4104a3afd7d18119e9a2db7b -RMD160 (intltool-0.35.4.tar.bz2) = 555ecd6ff112cf4df9cf35f0ba35084be0c69027 -Size (intltool-0.35.4.tar.bz2) = 134225 bytes +SHA1 (intltool-0.35.5.tar.bz2) = df8aa0543e4d9fc100c3268aa6e6a777a81a2461 +RMD160 (intltool-0.35.5.tar.bz2) = c0d2daf7db51ac4ecbcb5f8dafd8116712859d6b +Size (intltool-0.35.5.tar.bz2) = 134902 bytes |