diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-12-31 02:20:48 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-12-31 02:20:48 +0000 |
commit | 5bbe18ab5ec13a8f4bc832e3e7764c3aa430ae62 (patch) | |
tree | 79e41e793d0852eeafe811a14192eb3d7a0acd58 /math/gotoblas | |
parent | fffbb695ea15ae18d170e3e8334f7f579ea5f13b (diff) |
Notes
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 | 12 |
3 files changed, 16 insertions, 4 deletions
diff --git a/math/gotoblas/Makefile b/math/gotoblas/Makefile index 53311365c7e2..0f0c77cfc1ae 100644 --- a/math/gotoblas/Makefile +++ b/math/gotoblas/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gotoblas -PORTVERSION= 1.19 +PORTVERSION= 1.20 CATEGORIES= math MASTER_SITES= #empty DISTNAME= GotoBLAS-${PORTVERSION} diff --git a/math/gotoblas/distinfo b/math/gotoblas/distinfo index 131b79a7b1ca..cc3a4d45d53d 100644 --- a/math/gotoblas/distinfo +++ b/math/gotoblas/distinfo @@ -1,3 +1,3 @@ -MD5 (GotoBLAS-1.19.tar.gz) = 3029a72f2a0377a903c24ae03ada61ba -SHA256 (GotoBLAS-1.19.tar.gz) = 68961f6e81d91c81898fa0b89c8632fc5d4f4fe60f8d0019e90b1a45d3486bdb -SIZE (GotoBLAS-1.19.tar.gz) = 1935724 +MD5 (GotoBLAS-1.20.tar.gz) = b431b88a73ba070e50eae3367e6f43f4 +SHA256 (GotoBLAS-1.20.tar.gz) = 57962a273e9950b264fae2b429f132cfac47021c97de0b1be1a3dc4838f77666 +SIZE (GotoBLAS-1.20.tar.gz) = 1927558 diff --git a/math/gotoblas/files/patch-Makefile.rule b/math/gotoblas/files/patch-Makefile.rule index 9da5c3b29edc..3038bc67cee2 100644 --- a/math/gotoblas/files/patch-Makefile.rule +++ b/math/gotoblas/files/patch-Makefile.rule @@ -101,3 +101,15 @@ endif 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. |