summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-rw-r--r--graphics/scigraphica/Makefile8
-rw-r--r--graphics/scigraphica/distinfo7
-rw-r--r--graphics/scigraphica/patches/patch-aa13
3 files changed, 7 insertions, 21 deletions
diff --git a/graphics/scigraphica/Makefile b/graphics/scigraphica/Makefile
index dcb50e3dc6e..1370e4a147c 100644
--- a/graphics/scigraphica/Makefile
+++ b/graphics/scigraphica/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2001/03/10 12:41:46 drochner Exp $
+# $NetBSD: Makefile,v 1.4 2001/04/28 14:34:12 drochner Exp $
#
-DISTNAME= sg-0.6.2
-PKGNAME= scigraphica-0.6.2
+DISTNAME= sg-0.6.3
+PKGNAME= scigraphica-0.6.3
CATEGORIES= graphics math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scigraphica/}
@@ -11,7 +11,7 @@ HOMEPAGE= http://scigraphica.sourceforge.net/
COMMENT= data analysis and technical graphics
DEPENDS+= gtk+-*:../../x11/gtk
-DEPENDS+= gtk+extra>=0.99.12:../../x11/gtk+extra
+DEPENDS+= gtk+extra>=0.99.14:../../x11/gtk+extra
DEPENDS+= imlib-*:../../graphics/imlib
DEPENDS+= libxml-*:../../textproc/libxml
DEPENDS+= python-*:../../lang/python
diff --git a/graphics/scigraphica/distinfo b/graphics/scigraphica/distinfo
index 50f40dd4d82..bd1d1a23444 100644
--- a/graphics/scigraphica/distinfo
+++ b/graphics/scigraphica/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.2 2001/04/21 09:54:27 wiz Exp $
+$NetBSD: distinfo,v 1.3 2001/04/28 14:34:12 drochner Exp $
-SHA1 (sg-0.6.2.tar.gz) = 7df31041b31e3ef79708013e8d3ca111a6a01d4b
-Size (sg-0.6.2.tar.gz) = 569167 bytes
-SHA1 (patch-aa) = 789e42a52d67514e8687490bcc7f2d423ce0d972
+SHA1 (sg-0.6.3.tar.gz) = 59e376cbde03487de5be81bbf89a2b04c29a061f
+Size (sg-0.6.3.tar.gz) = 592835 bytes
SHA1 (patch-ab) = 99b38611c7afc8ebab2f60fc2a12285b96442563
diff --git a/graphics/scigraphica/patches/patch-aa b/graphics/scigraphica/patches/patch-aa
deleted file mode 100644
index 6831938163e..00000000000
--- a/graphics/scigraphica/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2001/03/10 12:41:46 drochner Exp $
-
---- configure.orig Wed Feb 7 23:44:46 2001
-+++ configure Fri Mar 9 17:25:17 2001
-@@ -3547,7 +3547,7 @@
- if test -f $PY_PREFIX/include/python$PY_VERSION/Python.h; then
- PY_LIBS="python$PY_VERSION"
- PY_LIB_LOC="-L$PY_EXEC_PREFIX/lib/python$PY_VERSION/config"
-- array_loc=`find $PY_PREFIX/include/python$PY_VERSION/ -name arrayobject.h -printf %h`
-+ array_loc=$PY_PREFIX/include/python$PY_VERSION/Numeric
-
- echo arrayobject.h location: $array_loc
- PY_CFLAGS="-I$PY_PREFIX/include/python$PY_VERSION"