diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric-current/distinfo | 3 | ||||
-rw-r--r-- | math/gnumeric-current/patches/patch-ac | 13 |
2 files changed, 1 insertions, 15 deletions
diff --git a/math/gnumeric-current/distinfo b/math/gnumeric-current/distinfo index 87b26a11443..eec5f17db74 100644 --- a/math/gnumeric-current/distinfo +++ b/math/gnumeric-current/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.4 2007/09/10 06:06:53 wiz Exp $ +$NetBSD: distinfo,v 1.5 2007/09/10 15:43:41 wiz Exp $ SHA1 (gnumeric-1.7.12.tar.bz2) = 56c09975799899fc0b9231e85553fc20034c3378 RMD160 (gnumeric-1.7.12.tar.bz2) = 76c6249e72cf51283df6dfc65dac5dc76487217f Size (gnumeric-1.7.12.tar.bz2) = 13685912 bytes -SHA1 (patch-ac) = bf7b01e13a646113e023ee15b17ffc2db40c468b SHA1 (patch-ad) = ee7c4d8a3bb90799297dff4620bd6a8612a894c2 diff --git a/math/gnumeric-current/patches/patch-ac b/math/gnumeric-current/patches/patch-ac deleted file mode 100644 index 2af79b45aa7..00000000000 --- a/math/gnumeric-current/patches/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ac,v 1.2 2007/08/30 06:10:27 wiz Exp $ - ---- configure.orig 2007-07-24 00:59:19.000000000 +0000 -+++ configure -@@ -27943,7 +27943,7 @@ echo $ECHO_N "checking - ======== for python = 2.x... $ECHO_C" >&6; } - PY_VERSION=`$PYTHON -c 'import sys ; sys.stdout.write(sys.version[0:3])'` - major_ver=`$PYTHON -c 'import sys ; sys.stdout.write(sys.version[0:1])'` -- if test "x$major_ver" == "x2"; then -+ if test "x$major_ver" = "x2"; then - { echo "$as_me:$LINENO: result: yes" >&5 - echo "${ECHO_T}yes" >&6; } - else |