diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-08-17 19:47:39 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-08-17 19:47:39 +0000 |
commit | e499a324e754da86dcc5886fc50dd7a1197851cd (patch) | |
tree | b1a0bbbafe660f35e96451db310b97f6af268fd1 /textproc/intltool/Makefile | |
parent | 4db487cdfa788c88e212239beecce28240ca8aca (diff) | |
download | pkgsrc-e499a324e754da86dcc5886fc50dd7a1197851cd.tar.gz |
Update to 0.27.1:
- Fixed .xam support (Abel Cheung)
- Fixed intltool-update, it's not usable with 0.27 :-( (Carlos Perelló Marín)
- intltool-update -m tells you about files that are at POTFILES.in but does not
exists anymore (Abel Cheung)
- Small scheme support fixes (Callum McKenzie)
- Added support for .lang files (Gustavo Giraldez)
- Added support for .xam files (Abel Cheung)
- Updated I18N-HOWTO (Kenneth, Bruno Haible)
- Updated all manual pages and command help (Abel Cheung)
- Improved the package name detection code (Abel Cheung)
- better .server files handling (Abel Cheung)
- source code with non-ASCII chars support with
GNU gettext 0.12 (bug #99005, Abel Cheung, Carlos Perelló Marín)
- intltool-unicodify is deprecated, please use msgconv (Abel Cheung)
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 f4fe12eaa21..e1a87565946 100644 --- a/textproc/intltool/Makefile +++ b/textproc/intltool/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2003/07/17 22:54:20 grant Exp $ +# $NetBSD: Makefile,v 1.10 2003/08/17 19:47:39 jmmv Exp $ # -DISTNAME= intltool-0.26 +DISTNAME= intltool-0.27.1 CATEGORIES= textproc devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/intltool/0.26/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/intltool/0.27/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= tech-pkg@NetBSD.org |