summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
Diffstat (limited to 'math')
-rw-r--r--math/py-Numeric/Makefile2
-rw-r--r--math/py-Numeric/patches/patch-aa2
-rw-r--r--math/py-Numeric/patches/patch-ab2
-rw-r--r--math/py-Numeric/pkg/PLIST2
-rw-r--r--math/py-Numeric/scripts/configure2
5 files changed, 5 insertions, 5 deletions
diff --git a/math/py-Numeric/Makefile b/math/py-Numeric/Makefile
index aeda80b08eb..548806abd6a 100644
--- a/math/py-Numeric/Makefile
+++ b/math/py-Numeric/Makefile
@@ -3,7 +3,7 @@
# Date created: 18 March 1998
# Whom: tsarna@endicor.com
#
-# $NetBSD: Makefile,v 1.1 1998/04/10 22:30:41 tron Exp $
+# $NetBSD: Makefile,v 1.2 1998/04/12 21:54:37 tron Exp $
DISTNAME= NumPy-11
PKGNAME= py-Numeric-1.1
diff --git a/math/py-Numeric/patches/patch-aa b/math/py-Numeric/patches/patch-aa
index 2c0479906de..177703783f8 100644
--- a/math/py-Numeric/patches/patch-aa
+++ b/math/py-Numeric/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.1 1998/04/10 22:30:41 tron Exp $
+$NetBSD: patch-aa,v 1.2 1998/04/12 21:56:05 tron Exp $
Turn LLNL's compile script into a configure script :-)
diff --git a/math/py-Numeric/patches/patch-ab b/math/py-Numeric/patches/patch-ab
index 040d9f31a4d..3dc5cf728a3 100644
--- a/math/py-Numeric/patches/patch-ab
+++ b/math/py-Numeric/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.1 1998/04/10 22:30:41 tron Exp $
+$NetBSD: patch-ab,v 1.2 1998/04/12 21:56:05 tron Exp $
The trailing space after the shared line breaks makesetup due to a bug
in NetBSD 1.3[.1] /bin/sh. It's fixed in current. See PR#4805 for
diff --git a/math/py-Numeric/pkg/PLIST b/math/py-Numeric/pkg/PLIST
index 01eadf0316f..1c84ee3824e 100644
--- a/math/py-Numeric/pkg/PLIST
+++ b/math/py-Numeric/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 1998/04/10 22:30:41 tron Exp $
+@comment $NetBSD: PLIST,v 1.2 1998/04/12 21:56:05 tron Exp $
lib/python1.5/site-packages/_numpymodule.so
lib/python1.5/site-packages/multiarraymodule.so
lib/python1.5/site-packages/fast_umathmodule.so
diff --git a/math/py-Numeric/scripts/configure b/math/py-Numeric/scripts/configure
index 699023338f6..cb243eb541a 100644
--- a/math/py-Numeric/scripts/configure
+++ b/math/py-Numeric/scripts/configure
@@ -1,4 +1,4 @@
#!/bin/sh
-# $NetBSD: configure,v 1.1 1998/04/10 22:30:42 tron Exp $
+# $NetBSD: configure,v 1.2 1998/04/12 21:56:05 tron Exp $
(cd $WRKSRC; $PREFIX/bin/python ../Tools/compile.py)