git: bf5edbe7fcb4 - main - math/blis: Update to 0.9.0

From: Johannes M Dieterich <jmd_at_FreeBSD.org>
Date: Thu, 05 Jan 2023 02:36:08 UTC
The branch main has been updated by jmd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bf5edbe7fcb4edb18d4123365d4307531a0f828e

commit bf5edbe7fcb4edb18d4123365d4307531a0f828e
Author:     Johannes M Dieterich <jmd@FreeBSD.org>
AuthorDate: 2023-01-05 02:28:07 +0000
Commit:     Johannes M Dieterich <jmd@FreeBSD.org>
CommitDate: 2023-01-05 02:33:29 +0000

    math/blis: Update to 0.9.0
    
    - changelog: github.com/flame/blis/releases/tag/0.9.0
    - while here, fix the CBLAS=OFF configure case
---
 math/blis/Makefile  | 4 ++--
 math/blis/distinfo  | 6 +++---
 math/blis/pkg-plist | 6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/math/blis/Makefile b/math/blis/Makefile
index 9563228bb95a..e40728cc9d68 100644
--- a/math/blis/Makefile
+++ b/math/blis/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	blis
-PORTVERSION=	0.8.1
+PORTVERSION=	0.9.0
 PORTREVISION=	1
 CATEGORIES=	math
 
@@ -66,6 +66,6 @@ USE_GCC=	yes
 .endif
 
 post-install:
-	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libblis.so.3.0.0
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libblis.so.4.0.0
 
 .include <bsd.port.post.mk>
diff --git a/math/blis/distinfo b/math/blis/distinfo
index b7fb601193f3..4ca433bd42aa 100644
--- a/math/blis/distinfo
+++ b/math/blis/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1638034664
-SHA256 (flame-blis-0.8.1_GH0.tar.gz) = 729694128719801e82fae7b5f2489ab73e4a467f46271beff09588c9265a697b
-SIZE (flame-blis-0.8.1_GH0.tar.gz) = 13442609
+TIMESTAMP = 1672884949
+SHA256 (flame-blis-0.9.0_GH0.tar.gz) = 1135f664be7355427b91025075562805cdc6cc730d3173f83533b2c5dcc2f308
+SIZE (flame-blis-0.9.0_GH0.tar.gz) = 15078619
diff --git a/math/blis/pkg-plist b/math/blis/pkg-plist
index 4d14d5727b35..80727e94ee6b 100644
--- a/math/blis/pkg-plist
+++ b/math/blis/pkg-plist
@@ -1,9 +1,9 @@
 include/blis/blis.h
-include/blis/cblas.h
+%%CBLAS%%include/blis/cblas.h
 lib/libblis.a
 lib/libblis.so
-lib/libblis.so.3
-lib/libblis.so.3.0.0
+lib/libblis.so.4
+lib/libblis.so.4.0.0
 share/pkgconfig/blis.pc
 %%DATADIR%%/common.mk
 %%DATADIR%%/config.mk