From ee455c601e6ef6e6de008e369a824566e3dfc831 Mon Sep 17 00:00:00 2001 From: ade Date: Fri, 22 Dec 2000 02:20:35 +0000 Subject: Update to 0.61 --- math/gnumeric/Makefile | 5 ++--- math/gnumeric/distinfo | 2 +- math/gnumeric/files/patch-aa | 7 ------- 3 files changed, 3 insertions(+), 11 deletions(-) (limited to 'math/gnumeric') diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 194d234..5433480 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnumeric -PORTVERSION= 0.60 +PORTVERSION= 0.61 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnumeric @@ -17,7 +17,6 @@ LIB_DEPENDS= gnomeprint.13:${PORTSDIR}/print/gnomeprint \ glade.4:${PORTSDIR}/devel/libglade \ guile.9:${PORTSDIR}/lang/guile \ gnomeole2.0:${PORTSDIR}/devel/libole2 \ - gb.0:${PORTSDIR}/lang/gnomebasic \ gal.3:${PORTSDIR}/x11-toolkits/gal USE_X_PREFIX= yes @@ -27,7 +26,7 @@ USE_GNOME= yes USE_PYTHON= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --with-guile --without-bonobo --with-gb +CONFIGURE_ARGS= --with-guile --without-bonobo --without-gb CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl" diff --git a/math/gnumeric/distinfo b/math/gnumeric/distinfo index a81da58..aa83814 100644 --- a/math/gnumeric/distinfo +++ b/math/gnumeric/distinfo @@ -1 +1 @@ -MD5 (gnumeric-0.60.tar.gz) = af859ba9aa53dbb46c3fb34ff84efe4f +MD5 (gnumeric-0.61.tar.gz) = 3a40015a74a10a75e3290a86fc9f7f0c diff --git a/math/gnumeric/files/patch-aa b/math/gnumeric/files/patch-aa index 1547adc..99cdec2 100644 --- a/math/gnumeric/files/patch-aa +++ b/math/gnumeric/files/patch-aa @@ -1,12 +1,5 @@ --- configure.orig Tue Oct 10 10:27:58 2000 +++ configure Wed Oct 11 12:15:15 2000 -@@ -6136,4 +6136,4 @@ - echo "configure:6137: checking for GTK >= 1.2.7" >&5 --if gtk-config --version > /dev/null 2>&1; then -- vers=`gtk-config --version | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'` -+if $GTK_CONFIG --version > /dev/null 2>&1; then -+ vers=`$GTK_CONFIG --version | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'` - if test "$vers" -ge 1002007; then @@ -6677,6 +6677,6 @@ - case "$ac_given_INSTALL" in -- cgit v1.1