diff options
author | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2001-04-28 12:47:01 +0000 |
---|---|---|
committer | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2001-04-28 12:47:01 +0000 |
commit | 62f579de569a8166f97e0f52e2a591b7aefd5194 (patch) | |
tree | 587ac4d80886606f3eb351ed8a2e36655b6ac550 /math/ngraph | |
parent | 46a0d38c3f90cbb3e827014d7072eca8eb9c5baf (diff) | |
download | ports-62f579de569a8166f97e0f52e2a591b7aefd5194.tar.gz ports-62f579de569a8166f97e0f52e2a591b7aefd5194.zip |
Notes
Diffstat (limited to 'math/ngraph')
-rw-r--r-- | math/ngraph/Makefile | 2 | ||||
-rw-r--r-- | math/ngraph/distinfo | 2 | ||||
-rw-r--r-- | math/ngraph/files/patch-aa | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/math/ngraph/Makefile b/math/ngraph/Makefile index 86af74d9fa70..2aa76bf0eb75 100644 --- a/math/ngraph/Makefile +++ b/math/ngraph/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ngraph -PORTVERSION= 6.3.11 +PORTVERSION= 6.3.13 CATEGORIES= math MASTER_SITES= http://www2e.biglobe.ne.jp/~isizaka/bin/ \ ${MASTER_SITE_PORTS_JP} diff --git a/math/ngraph/distinfo b/math/ngraph/distinfo index a400ee92d9ae..be2f1aa2c460 100644 --- a/math/ngraph/distinfo +++ b/math/ngraph/distinfo @@ -1 +1 @@ -MD5 (Ngraph-6.3.11-src.tar.gz) = e78e6dba4670ea2198d6b56cd8acd009 +MD5 (Ngraph-6.3.13-src.tar.gz) = 763c7387d21762e03e554951b766fe9e diff --git a/math/ngraph/files/patch-aa b/math/ngraph/files/patch-aa index 70817b6efa93..a6b44a51beec 100644 --- a/math/ngraph/files/patch-aa +++ b/math/ngraph/files/patch-aa @@ -1,9 +1,9 @@ --- Makefile.orig Sun Oct 22 02:34:42 2000 -+++ Makefile Wed Oct 25 13:09:52 2000 ++++ Makefile Sat Apr 28 21:42:17 2001 @@ -1,26 +1,26 @@ # MAINVERSION = '"6.03"' - GUIVERSION = '".11"' + GUIVERSION = '".13"' -LIBDIR = '"/usr/local/lib/Ngraph"' -INSTALLDIR = /usr/local/lib/Ngraph -BINDIR = /usr/local/bin |