summaryrefslogtreecommitdiff
path: root/math/gnumeric2
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-12-22 02:20:35 +0000
committerAde Lovett <ade@FreeBSD.org>2000-12-22 02:20:35 +0000
commit69b7a852727e90b629219e3235bd819be9c5b991 (patch)
tree2e31725d2b42e06cd06581aec4ceef7b46899dea /math/gnumeric2
parentUpdate to 0.5.6 (diff)
Update to 0.61
Notes
Notes: svn path=/head/; revision=36216
Diffstat (limited to 'math/gnumeric2')
-rw-r--r--math/gnumeric2/Makefile5
-rw-r--r--math/gnumeric2/distinfo2
-rw-r--r--math/gnumeric2/files/patch-aa7
3 files changed, 3 insertions, 11 deletions
diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile
index 194d23467f91..54334804a698 100644
--- a/math/gnumeric2/Makefile
+++ b/math/gnumeric2/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/gnumeric2/distinfo b/math/gnumeric2/distinfo
index a81da581225c..aa83814e1cc8 100644
--- a/math/gnumeric2/distinfo
+++ b/math/gnumeric2/distinfo
@@ -1 +1 @@
-MD5 (gnumeric-0.60.tar.gz) = af859ba9aa53dbb46c3fb34ff84efe4f
+MD5 (gnumeric-0.61.tar.gz) = 3a40015a74a10a75e3290a86fc9f7f0c
diff --git a/math/gnumeric2/files/patch-aa b/math/gnumeric2/files/patch-aa
index 1547adccfc28..99cdec2f9ba8 100644
--- a/math/gnumeric2/files/patch-aa
+++ b/math/gnumeric2/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