pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/evolution Revert previous, and instead require gl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4235d0b150ba
branches:  trunk
changeset: 473190:4235d0b150ba
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sat Apr 17 10:58:49 2004 +0000

description:
Revert previous, and instead require glib2 >= 2.4.0nb2.  The reason is that
the fix is really in glib2, not libglade2 (which hasn't changed at all).
libglade2's revision was bumped to pick up glib2 too, but this has nothing
to do with fixing evolution, so bumping the required glib2 version is more
realistic.

diffstat:

 mail/evolution/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1086556ea3de -r 4235d0b150ba mail/evolution/Makefile
--- a/mail/evolution/Makefile   Sat Apr 17 10:56:21 2004 +0000
+++ b/mail/evolution/Makefile   Sat Apr 17 10:58:49 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2004/04/17 10:42:53 jmmv Exp $
+# $NetBSD: Makefile,v 1.61 2004/04/17 10:58:49 jmmv Exp $
 
 DISTNAME=              evolution-1.4.5
 PKGREVISION=           9
@@ -15,7 +15,7 @@
 DEPENDS+=              psmisc-[0-9]*:../../sysutils/psmisc
 BUILD_USES_MSGFMT=     YES
 
-BUILDLINK_DEPENDS.libglade2+=  libglade2>=2.3.6nb1
+BUILDLINK_DEPENDS.glib2+=      glib2>=2.4.0nb2
 
 # Using a wildcard here doesn't make sense because the version number of
 # "db3" is hardcoded in the "configure" script and some source modules



Home | Main Index | Thread Index | Old Index