diff options
author | maho <maho@FreeBSD.org> | 2008-01-25 14:16:24 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-01-25 14:16:24 +0800 |
commit | 5b3824af5bf94ac99bd19766fd088ffb786599a6 (patch) | |
tree | b3cb9e22add8b2318ce53d437bf753dc70e68b51 /math/gotoblas | |
parent | 2e84b62aad5ce22504af2279432b08e38eb9bc46 (diff) | |
download | freebsd-ports-gnome-5b3824af5bf94ac99bd19766fd088ffb786599a6.tar.gz freebsd-ports-gnome-5b3824af5bf94ac99bd19766fd088ffb786599a6.tar.zst freebsd-ports-gnome-5b3824af5bf94ac99bd19766fd088ffb786599a6.zip |
Update to 1.22.
Diffstat (limited to 'math/gotoblas')
-rw-r--r-- | math/gotoblas/Makefile | 2 | ||||
-rw-r--r-- | math/gotoblas/distinfo | 6 | ||||
-rw-r--r-- | math/gotoblas/files/patch-Makefile.rule | 11 |
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. |