diff options
author | bjs <bjs@pkgsrc.org> | 2008-06-19 16:58:40 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2008-06-19 16:58:40 +0000 |
commit | 02c39f28285efd2c0820ec0bd7b26ffc6b8058d2 (patch) | |
tree | 2cdcec9d28907f9cf8cd27932e8555aeae7906e6 /textproc/intltool/Makefile | |
parent | 2b858dfd3b99117504d03f0942ad6ca31bdeec9d (diff) | |
download | pkgsrc-02c39f28285efd2c0820ec0bd7b26ffc6b8058d2.tar.gz |
Update to version 0.40.0. Fixes vendor bugs:
#436241, #377573, #489135, #490620, #517559, #508320, #516501, #518257.
They've also cleaned up use of sed and no longer distribute intltool-*.in
files.
Diffstat (limited to 'textproc/intltool/Makefile')
-rw-r--r-- | textproc/intltool/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile index 5b1a13ff62d..77a0cb00cea 100644 --- a/textproc/intltool/Makefile +++ b/textproc/intltool/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.48 2008/03/04 13:27:47 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2008/06/19 16:58:40 bjs Exp $ # -DISTNAME= intltool-0.37.1 +DISTNAME= intltool-0.40.0 CATEGORIES= textproc devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/intltool/0.37/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/intltool/0.40/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org |