summaryrefslogtreecommitdiff
path: root/math/gnumeric
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-03-28 19:57:17 +0000
committerAde Lovett <ade@FreeBSD.org>2000-03-28 19:57:17 +0000
commit597e32b3dab4b572d5b6a4cf97f9701bffbef238 (patch)
treeca7201b465f74d1beb231e99e1814f130dcc6d20 /math/gnumeric
parentUpgrade to version 1.3.4. (diff)
Update to 0.51
Notes
Notes: svn path=/head/; revision=27107
Diffstat (limited to 'math/gnumeric')
-rw-r--r--math/gnumeric/Makefile4
-rw-r--r--math/gnumeric/distinfo2
-rw-r--r--math/gnumeric/files/patch-aa16
3 files changed, 11 insertions, 11 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile
index 9de020af86f1..66a0ae126b81 100644
--- a/math/gnumeric/Makefile
+++ b/math/gnumeric/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: gnumeric
-# Version required: 0.50
+# Version required: 0.51
# Date created: 08 October 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
# $FreeBSD$
#
-DISTNAME= gnumeric-0.50
+DISTNAME= gnumeric-0.51
CATEGORIES= math gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnumeric
diff --git a/math/gnumeric/distinfo b/math/gnumeric/distinfo
index 7c047d79628f..5bb159f7cf3c 100644
--- a/math/gnumeric/distinfo
+++ b/math/gnumeric/distinfo
@@ -1 +1 @@
-MD5 (gnumeric-0.50.tar.gz) = d1786dfc30fd72548401cd5850004744
+MD5 (gnumeric-0.51.tar.gz) = e2b3ef1bad654aefb8627e58a60d632b
diff --git a/math/gnumeric/files/patch-aa b/math/gnumeric/files/patch-aa
index 96ba3a32868a..76156fbef938 100644
--- a/math/gnumeric/files/patch-aa
+++ b/math/gnumeric/files/patch-aa
@@ -1,5 +1,5 @@
---- configure.orig Sun Mar 26 22:19:54 2000
-+++ configure Mon Mar 27 11:48:57 2000
+--- configure.orig Tue Mar 28 10:17:16 2000
++++ configure Tue Mar 28 13:26:27 2000
@@ -2504,7 +2504,7 @@
fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
@@ -18,9 +18,9 @@
CATOBJEXT=.gmo
INSTOBJEXT=.mo
DATADIRNAME=share
-- INTLDEPS='$(top_builddir)/intl/libintl.a'
-+ INTLDEPS='-lintl'
- INTLLIBS=$INTLDEPS
+ INTLDEPS='$(top_builddir)/intl/libintl.a'
+- INTLLIBS=$INTLDEPS
++ INTLLIBS='-lintl'
LIBS=`echo $LIBS | sed -e 's/-lintl//'`
- nls_cv_header_intl=intl/libintl.h
- nls_cv_header_libgt=intl/libgettext.h
@@ -31,12 +31,12 @@
if test "$XGETTEXT" != ":"; then
@@ -5873,8 +5873,8 @@
- echo $ac_n "checking for GTK >= 1.2.2""... $ac_c" 1>&6
- echo "configure:5876: checking for GTK >= 1.2.2" >&5
+ echo $ac_n "checking for GTK >= 1.2.7""... $ac_c" 1>&6
+ echo "configure:5876: 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 1002002; then
+ if test "$vers" -ge 1002007; then
echo "$ac_t""found" 1>&6
else