git: 755b87319735 - main - math/blasfeo: update 0.1.4.2 → 0.1.4.3

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Mon, 06 Jul 2026 15:05:20 UTC
The branch main has been updated by yuri:

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

commit 755b873197358290d7f2ca2d3be8b93639a9031b
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-07-06 14:39:31 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-07-06 15:05:17 +0000

    math/blasfeo: update 0.1.4.2 → 0.1.4.3
---
 math/blasfeo/Makefile                   |  2 +-
 math/blasfeo/distinfo                   |  6 +++---
 math/blasfeo/files/patch-CMakeLists.txt | 11 -----------
 math/blasfeo/pkg-plist                  |  6 ++++--
 math/casadi/Makefile                    |  2 +-
 math/hpipm/Makefile                     |  1 +
 science/acados/Makefile                 |  1 +
 7 files changed, 11 insertions(+), 18 deletions(-)

diff --git a/math/blasfeo/Makefile b/math/blasfeo/Makefile
index 8028eef77043..71a54d9fcbc5 100644
--- a/math/blasfeo/Makefile
+++ b/math/blasfeo/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	blasfeo
-DISTVERSION=	0.1.4.2
+DISTVERSION=	0.1.4.3
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/math/blasfeo/distinfo b/math/blasfeo/distinfo
index 59d86d6cff99..203e74aa8f09 100644
--- a/math/blasfeo/distinfo
+++ b/math/blasfeo/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1762593265
-SHA256 (giaf-blasfeo-0.1.4.2_GH0.tar.gz) = df990206225095fb97ca1b1a3ebfe34cbc2cea7a8b2643ed3a6deb28a1848aa2
-SIZE (giaf-blasfeo-0.1.4.2_GH0.tar.gz) = 1691353
+TIMESTAMP = 1783348162
+SHA256 (giaf-blasfeo-0.1.4.3_GH0.tar.gz) = 92e33e00be7d2a814ecc982b23bfb86a50b71a168abb9009766801fb957e9046
+SIZE (giaf-blasfeo-0.1.4.3_GH0.tar.gz) = 1698488
diff --git a/math/blasfeo/files/patch-CMakeLists.txt b/math/blasfeo/files/patch-CMakeLists.txt
deleted file mode 100644
index e1f7499eb85e..000000000000
--- a/math/blasfeo/files/patch-CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- CMakeLists.txt.orig	2020-08-13 11:04:25 UTC
-+++ CMakeLists.txt
-@@ -1117,7 +1117,7 @@ install(TARGETS blasfeo EXPORT blasfeoConfig
- 	RUNTIME DESTINATION bin)
- 
- 
--install(EXPORT blasfeoConfig DESTINATION cmake)
-+install(EXPORT blasfeoConfig DESTINATION lib/cmake)
- 
- file(GLOB_RECURSE BLASFEO_HEADERS "include/*.h")
- install(FILES ${BLASFEO_HEADERS} DESTINATION ${BLASFEO_HEADERS_INSTALLATION_DIRECTORY})
diff --git a/math/blasfeo/pkg-plist b/math/blasfeo/pkg-plist
index 8c7db9d79f14..544b5b46f6cb 100644
--- a/math/blasfeo/pkg-plist
+++ b/math/blasfeo/pkg-plist
@@ -40,6 +40,8 @@ include/d_blas.h
 include/d_blas_64.h
 include/s_blas.h
 include/s_blas_64.h
-lib/cmake/blasfeoConfig-%%CMAKE_BUILD_TYPE%%.cmake
-lib/cmake/blasfeoConfig.cmake
 lib/libblasfeo.so
+lib/libblasfeo.so.0
+lib/libblasfeo.so.0.1.4.2
+share/cmake/blasfeo/blasfeoConfig-%%CMAKE_BUILD_TYPE%%.cmake
+share/cmake/blasfeo/blasfeoConfig.cmake
diff --git a/math/casadi/Makefile b/math/casadi/Makefile
index 99fbb719632b..e49dde1bd040 100644
--- a/math/casadi/Makefile
+++ b/math/casadi/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	casadi
 DISTVERSION=	3.7.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/math/hpipm/Makefile b/math/hpipm/Makefile
index e4d7c5f14d9a..79bcad933dfb 100644
--- a/math/hpipm/Makefile
+++ b/math/hpipm/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	hpipm
 DISTVERSION=	0.1.3-225 # new release is promised here: https://github.com/giaf/hpipm/issues/170
+PORTREVISION=	1
 DISTVERSIONSUFFIX=	-g79008aa
 CATEGORIES=	math
 
diff --git a/science/acados/Makefile b/science/acados/Makefile
index b3d432daf26f..2674fd41fdbf 100644
--- a/science/acados/Makefile
+++ b/science/acados/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	acados
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.4.3
+PORTREVISION=	1
 CATEGORIES=	science
 
 MAINTAINER=	yuri@FreeBSD.org