pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/intltool Update to 0.31.3; I'm not sure the w...
details: https://anonhg.NetBSD.org/pkgsrc/rev/cdfb61b151a3
branches: trunk
changeset: 481349:cdfb61b151a3
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Sat Oct 02 11:57:04 2004 +0000
description:
Update to 0.31.3; I'm not sure the way I've used to depend on gettext (only
when needed) is correct but... no answers in tech-pkg@ for several days.
* Use absolute paths and allow env var overrides for gettext scripts
-- bug #152020 (Rodney Dawes)
* Allow shell-backticks (and other shell features) in variable names
-- bug #152448 (Danilo Segan)
* Fix typographical error in intltool.m4
-- bug #153630 (Rodney Dawes)
diffstat:
textproc/intltool/Makefile | 13 +++++++++++--
textproc/intltool/distinfo | 6 +++---
2 files changed, 14 insertions(+), 5 deletions(-)
diffs (39 lines):
diff -r 63e7f71adcf6 -r cdfb61b151a3 textproc/intltool/Makefile
--- a/textproc/intltool/Makefile Sat Oct 02 10:14:03 2004 +0000
+++ b/textproc/intltool/Makefile Sat Oct 02 11:57:04 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2004/09/01 13:35:10 jmmv Exp $
+# $NetBSD: Makefile,v 1.19 2004/10/02 11:57:04 jmmv Exp $
#
-DISTNAME= intltool-0.31.2
+DISTNAME= intltool-0.31.3
CATEGORIES= textproc devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/intltool/0.31/}
EXTRACT_SUFX= .tar.bz2
@@ -22,5 +22,14 @@
CONFIGURE_ENV+= PERL=${PERL5}
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../converters/libiconv/buildlink3.mk"
.include "../../lang/perl5/buildlink3.mk"
+
+.include "../../mk/bsd.prefs.mk"
+.include "../../mk/buildlink3/bsd.builtin.mk"
+.if !empty(USE_BUILTIN.gettext:M[Nn][Oo])
+DEPENDS+= gettext>=0.11.5:../../devel/gettext
+.endif
+
.include "../../mk/bsd.pkg.mk"
diff -r 63e7f71adcf6 -r cdfb61b151a3 textproc/intltool/distinfo
--- a/textproc/intltool/distinfo Sat Oct 02 10:14:03 2004 +0000
+++ b/textproc/intltool/distinfo Sat Oct 02 11:57:04 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.12 2004/09/01 13:35:10 jmmv Exp $
+$NetBSD: distinfo,v 1.13 2004/10/02 11:57:04 jmmv Exp $
-SHA1 (intltool-0.31.2.tar.bz2) = 1c19e2965af80468bff71610aea1f9d294bfd5e4
-Size (intltool-0.31.2.tar.bz2) = 124192 bytes
+SHA1 (intltool-0.31.3.tar.bz2) = 9d33958b4caa3d32d513f3091428c914d0362434
+Size (intltool-0.31.3.tar.bz2) = 125266 bytes
Home |
Main Index |
Thread Index |
Old Index