diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-09-01 13:35:10 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-09-01 13:35:10 +0000 |
commit | 65c6ef5ecbb1b0425107b3fab94a8e107c322541 (patch) | |
tree | a57a85a4f11ca4af193edf77ebb33e7819a15d21 /textproc/intltool | |
parent | 93ab209aa1bd7828a1c231f500b5f14ac9936ff4 (diff) | |
download | pkgsrc-65c6ef5ecbb1b0425107b3fab94a8e107c322541.tar.gz |
Update to 0.31.2:
Version 0.31.2
* Handle package name extraction better
-- bug #144725 (Daniel Elstner)
* Support for comments before translatable attributes in XML files,
support for translating both tag content and attributes
-- bug #143581. (Danilo Segan)
Version 0.31.1
* Switch to gnome-common for autogen.sh so we can detect automake
versions better -- bug #145027 (Jordi Mallach)
Diffstat (limited to 'textproc/intltool')
-rw-r--r-- | textproc/intltool/Makefile | 9 | ||||
-rw-r--r-- | textproc/intltool/distinfo | 6 |
2 files changed, 5 insertions, 10 deletions
diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile index 61aac28fa6f..8965651d676 100644 --- a/textproc/intltool/Makefile +++ b/textproc/intltool/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2004/06/27 17:27:12 jmmv Exp $ +# $NetBSD: Makefile,v 1.18 2004/09/01 13:35:10 jmmv Exp $ # -DISTNAME= intltool-0.31 +DISTNAME= intltool-0.31.2 CATEGORIES= textproc devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/intltool/0.31/} EXTRACT_SUFX= .tar.bz2 @@ -16,16 +16,11 @@ DEPENDS= p5-XML-Parser>=2.31nb1:../../textproc/p5-XML-Parser CONFLICTS= xml-i18n-tools-[0-9]* -AUTOMAKE_REQD= 1.4 USE_GNU_TOOLS+= make USE_BUILDLINK3= YES GNU_CONFIGURE= YES CONFIGURE_ENV+= PERL=${PERL5} -pre-configure: - cd ${WRKSRC} && ${AUTOMAKE} --add-missing - .include "../../lang/perl5/buildlink3.mk" -.include "../../mk/automake.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/intltool/distinfo b/textproc/intltool/distinfo index 2292b73cba1..68816728eab 100644 --- a/textproc/intltool/distinfo +++ b/textproc/intltool/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.11 2004/06/27 17:27:12 jmmv Exp $ +$NetBSD: distinfo,v 1.12 2004/09/01 13:35:10 jmmv Exp $ -SHA1 (intltool-0.31.tar.bz2) = de9faf90350b93581e56b42413a0977556d016cc -Size (intltool-0.31.tar.bz2) = 118172 bytes +SHA1 (intltool-0.31.2.tar.bz2) = 1c19e2965af80468bff71610aea1f9d294bfd5e4 +Size (intltool-0.31.2.tar.bz2) = 124192 bytes |