diff options
author | ade <ade@FreeBSD.org> | 2000-12-22 10:20:35 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-12-22 10:20:35 +0800 |
commit | ee455c601e6ef6e6de008e369a824566e3dfc831 (patch) | |
tree | 35d4daf8bf31938c4f121359f3ebab7db2e9edb0 /math/gnumeric | |
parent | 64ccf4183d834a8f2dd6e5bef500f71bea9c1da5 (diff) | |
download | freebsd-ports-gnome-ee455c601e6ef6e6de008e369a824566e3dfc831.tar.gz freebsd-ports-gnome-ee455c601e6ef6e6de008e369a824566e3dfc831.tar.zst freebsd-ports-gnome-ee455c601e6ef6e6de008e369a824566e3dfc831.zip |
Update to 0.61
Diffstat (limited to 'math/gnumeric')
-rw-r--r-- | math/gnumeric/Makefile | 5 | ||||
-rw-r--r-- | math/gnumeric/distinfo | 2 | ||||
-rw-r--r-- | math/gnumeric/files/patch-aa | 7 |
3 files changed, 3 insertions, 11 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 194d23467f91..54334804a698 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 a81da581225c..aa83814e1cc8 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 1547adccfc28..99cdec2f9ba8 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 |