diff options
author | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2009-04-06 23:02:36 +0000 |
---|---|---|
committer | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2009-04-06 23:02:36 +0000 |
commit | d1b6e77fc428d925c74cdef2bf6ea50726d7c8e3 (patch) | |
tree | ca5e4212e4b552609c69901e031a5b469b965244 /math | |
parent | a29d3789449e755fcc08034344d7130b07bbad4b (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/ngraph/Makefile | 3 | ||||
-rw-r--r-- | math/ngraph/distinfo | 6 | ||||
-rw-r--r-- | math/ngraph/files/patch-aa | 2 |
3 files changed, 5 insertions, 6 deletions
diff --git a/math/ngraph/Makefile b/math/ngraph/Makefile index 2b2de0ca1016..5880b935b170 100644 --- a/math/ngraph/Makefile +++ b/math/ngraph/Makefile @@ -6,8 +6,7 @@ # PORTNAME= ngraph -PORTVERSION= 6.3.47 -PORTREVISION= 3 +PORTVERSION= 6.3.48 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 e35b82d4b143..b0c7d705577f 100644 --- a/math/ngraph/distinfo +++ b/math/ngraph/distinfo @@ -1,3 +1,3 @@ -MD5 (Ngraph-6.3.47-src.tar.gz) = 6a892f2c4aec117f99fa6c0aa6e00255 -SHA256 (Ngraph-6.3.47-src.tar.gz) = ec1576c1efb3f812cbd6f55520ced337175867c6174fcb7b3dd299f669db22e0 -SIZE (Ngraph-6.3.47-src.tar.gz) = 420541 +MD5 (Ngraph-6.3.48-src.tar.gz) = 7faa24ec78b44f9879a72ac46550112d +SHA256 (Ngraph-6.3.48-src.tar.gz) = d89892ab4cec4ed6f31bff6be039c67a79da72945e608e7e34e857cc37c210a8 +SIZE (Ngraph-6.3.48-src.tar.gz) = 420752 diff --git a/math/ngraph/files/patch-aa b/math/ngraph/files/patch-aa index 291f3f6751a9..7d938fce3402 100644 --- a/math/ngraph/files/patch-aa +++ b/math/ngraph/files/patch-aa @@ -2,7 +2,7 @@ +++ Makefile 2009-02-06 21:39:03.000000000 +0900 @@ -2,26 +2,26 @@ MAINVERSION = '"6.03"' - GUIVERSION = '".47"' + GUIVERSION = '".48"' ALIGNSIZE = 8 -LIBDIR = '"/usr/local/lib/Ngraph"' -INSTALLDIR = /usr/local/lib/Ngraph |