summaryrefslogtreecommitdiffstats
path: root/math/gnumeric
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2000-12-22 02:20:35 +0000
committerade <ade@FreeBSD.org>2000-12-22 02:20:35 +0000
commitee455c601e6ef6e6de008e369a824566e3dfc831 (patch)
tree35d4daf8bf31938c4f121359f3ebab7db2e9edb0 /math/gnumeric
parent64ccf4183d834a8f2dd6e5bef500f71bea9c1da5 (diff)
downloadFreeBSD-ports-ee455c601e6ef6e6de008e369a824566e3dfc831.zip
FreeBSD-ports-ee455c601e6ef6e6de008e369a824566e3dfc831.tar.gz
Update to 0.61
Diffstat (limited to 'math/gnumeric')
-rw-r--r--math/gnumeric/Makefile5
-rw-r--r--math/gnumeric/distinfo2
-rw-r--r--math/gnumeric/files/patch-aa7
3 files changed, 3 insertions, 11 deletions
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
OpenPOWER on IntegriCloud