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 /textproc/intltool/Makefile | |
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)
Diffstat (limited to 'textproc/intltool/Makefile')
-rw-r--r-- | textproc/intltool/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |