Date: Tue, 26 May 2026 07:49:50 +0000 From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0c0e80bfb4ca - main - devel/libheinz: update 3.=?utf-8?Q?0.0 =E2=86=92?= 4.0.0 Message-ID: <6a15509e.19f7f.70d23677@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=0c0e80bfb4ca5c46833d11e7f6a0265c170aca34 commit 0c0e80bfb4ca5c46833d11e7f6a0265c170aca34 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2026-05-26 07:26:15 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2026-05-26 07:49:42 +0000 devel/libheinz: update 3.0.0 → 4.0.0 --- devel/libheinz/Makefile | 5 +++-- devel/libheinz/distinfo | 6 +++--- devel/libheinz/files/patch-CMakeLists.txt | 6 +++--- math/lmfit/Makefile | 1 + 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/devel/libheinz/Makefile b/devel/libheinz/Makefile index c701b4f89f1b..5977d7f66a5d 100644 --- a/devel/libheinz/Makefile +++ b/devel/libheinz/Makefile @@ -1,5 +1,5 @@ PORTNAME= libheinz -DISTVERSION= 3.0.0 +DISTVERSION= 4.0.0 CATEGORIES= devel MASTER_SITES= https://jugit.fz-juelich.de/mlz/${PORTNAME}/-/archive/v${DISTVERSION}/ DISTNAME= ${PORTNAME}-v${DISTVERSION} @@ -19,10 +19,11 @@ NO_ARCH= yes PLIST_FILES= lib/cmake/LibHeinz/LibHeinzConfig.cmake \ lib/cmake/LibHeinz/LibHeinzConfigVersion.cmake \ + lib/cmake/LibHeinz/LibHeinzTargets.cmake \ include/heinz/Complex.h \ include/heinz/Rotations3D.h \ include/heinz/Vectors3D.h -# tests as of 3.0.0: 100% tests passed, 0 tests failed out of 3 +# tests as of 4.0.0: 100% tests passed, 0 tests failed out of 3 .include <bsd.port.mk> diff --git a/devel/libheinz/distinfo b/devel/libheinz/distinfo index ac8ea0ac7a18..03d1cdc5018c 100644 --- a/devel/libheinz/distinfo +++ b/devel/libheinz/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764045857 -SHA256 (libheinz-v3.0.0.tar.gz) = 243d8f43da657cd3e14f28560b96c05313df01aa047b3ddb0fe0c2f4ff54e077 -SIZE (libheinz-v3.0.0.tar.gz) = 465322 +TIMESTAMP = 1779780126 +SHA256 (libheinz-v4.0.0.tar.gz) = fa8fc5fa5c3aba5d2feae2d2494268d8c62fb1066813af6c954530e5ece457c9 +SIZE (libheinz-v4.0.0.tar.gz) = 465727 diff --git a/devel/libheinz/files/patch-CMakeLists.txt b/devel/libheinz/files/patch-CMakeLists.txt index 84a8e57010c1..b7d782307846 100644 --- a/devel/libheinz/files/patch-CMakeLists.txt +++ b/devel/libheinz/files/patch-CMakeLists.txt @@ -1,9 +1,9 @@ ---- CMakeLists.txt.orig 2023-01-24 07:32:58 UTC +--- CMakeLists.txt.orig 2026-05-20 10:59:57 UTC +++ CMakeLists.txt -@@ -35,7 +35,9 @@ endif() +@@ -36,7 +36,9 @@ add_subdirectory(heinz) include(CTest) - add_subdirectory(inc) + add_subdirectory(heinz) +if (BUILD_TESTING) add_subdirectory(test) +endif() diff --git a/math/lmfit/Makefile b/math/lmfit/Makefile index e2136ff525b6..7701648ee4b4 100644 --- a/math/lmfit/Makefile +++ b/math/lmfit/Makefile @@ -1,5 +1,6 @@ PORTNAME= lmfit DISTVERSION= 10.0 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= https://jugit.fz-juelich.de/mlz/${PORTNAME}/-/archive/v${DISTVERSION}/ DISTNAME= ${PORTNAME}-v${DISTVERSION}home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a15509e.19f7f.70d23677>
