pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/tools Bump intltools dependency default to 0.40.0, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/893608787f1d
branches:  trunk
changeset: 551038:893608787f1d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Dec 05 08:25:15 2008 +0000

description:
Bump intltools dependency default to 0.40.0, more and more programs need it.
That version has been in pkgsrc for nearly 6 months now, it is in the last
two branches.

diffstat:

 mk/tools/intltool.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8b0cfcb1a516 -r 893608787f1d mk/tools/intltool.mk
--- a/mk/tools/intltool.mk      Fri Dec 05 08:13:35 2008 +0000
+++ b/mk/tools/intltool.mk      Fri Dec 05 08:25:15 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: intltool.mk,v 1.3 2006/07/05 10:23:58 jlam Exp $
+# $NetBSD: intltool.mk,v 1.4 2008/12/05 08:25:15 wiz Exp $
 #
 # Copyright (c) 2006 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -46,7 +46,7 @@
 .  else
 USE_TOOLS+=            perl
 CONFIGURE_ENV+=                INTLTOOL_PERL=${TOOLS_PERL5:Q}
-TOOLS_DEPENDS.intltool?=       intltool>=0.35:../../textproc/intltool
+TOOLS_DEPENDS.intltool?=       intltool>=0.40.0:../../textproc/intltool
 .    if !empty(USE_TOOLS:Mintltool\:run)
 DEPENDS+=              ${TOOLS_DEPENDS.intltool}
 .    else



Home | Main Index | Thread Index | Old Index