aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 5ac8f62de79..f472634685b 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 cc3a4d45d53..32e97989265 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 3038bc67cee..0aef7557d31 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.