summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2008-01-25 06:16:24 +0000
committerMaho Nakata <maho@FreeBSD.org>2008-01-25 06:16:24 +0000
commit7f510923aa153cd3551e2c52f31c3172de660f2a (patch)
treebbbd9290dc21b73a134007b57dc8f6466766147c /math
parent- Use MANPREFIX (diff)
Update to 1.22.
Notes
Notes: svn path=/head/; revision=206162
Diffstat (limited to 'math')
-rw-r--r--math/gotoblas/Makefile2
-rw-r--r--math/gotoblas/distinfo6
-rw-r--r--math/gotoblas/files/patch-Makefile.rule11
3 files changed, 4 insertions, 15 deletions
diff --git a/math/gotoblas/Makefile b/math/gotoblas/Makefile
index 5ac8f62de792..f472634685b6 100644
--- a/math/gotoblas/Makefile
+++ b/math/gotoblas/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gotoblas
-PORTVERSION= 1.20
+PORTVERSION= 1.22
CATEGORIES= math
MASTER_SITES= #empty
DISTNAME= GotoBLAS-${PORTVERSION}
diff --git a/math/gotoblas/distinfo b/math/gotoblas/distinfo
index cc3a4d45d53d..32e979892650 100644
--- a/math/gotoblas/distinfo
+++ b/math/gotoblas/distinfo
@@ -1,3 +1,3 @@
-MD5 (GotoBLAS-1.20.tar.gz) = b431b88a73ba070e50eae3367e6f43f4
-SHA256 (GotoBLAS-1.20.tar.gz) = 57962a273e9950b264fae2b429f132cfac47021c97de0b1be1a3dc4838f77666
-SIZE (GotoBLAS-1.20.tar.gz) = 1927558
+MD5 (GotoBLAS-1.22.tar.gz) = 30bf16eac7311a3018628825782d9506
+SHA256 (GotoBLAS-1.22.tar.gz) = a5479c4f2e78d3116536675a83df5d2dc23648f90a69babb646b69d02f695d6c
+SIZE (GotoBLAS-1.22.tar.gz) = 2055354
diff --git a/math/gotoblas/files/patch-Makefile.rule b/math/gotoblas/files/patch-Makefile.rule
index 3038bc67cee2..0aef7557d31b 100644
--- a/math/gotoblas/files/patch-Makefile.rule
+++ b/math/gotoblas/files/patch-Makefile.rule
@@ -102,14 +102,3 @@
LIBSONAME = $(LIBNAME:.a=.so)
---- Makefile.rule~ 2007-12-31 10:14:30.000000000 +0900
-+++ Makefile.rule 2007-12-31 10:33:09.000000000 +0900
-@@ -3,7 +3,7 @@
- #
-
- # This library's version
--REVISION = -r1.21
-+REVISION = -r1.20
-
- # Which C compiler do you prefer? Default is gcc.
- # I recommend you to use GCC because inline assembler is required.