Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Apr 2026 07:56:54 +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: 66ae2d848ff7 - main - textproc/toml-f: update 0=?utf-8?Q?=2E4.2 =E2=86=92?= 0.5.0
Message-ID:  <69d9fec6.3cfa5.14eb46c@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=66ae2d848ff7a0cdd84acc8d9ca3ca8f1100fa14

commit 66ae2d848ff7a0cdd84acc8d9ca3ca8f1100fa14
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-04-11 07:49:37 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-04-11 07:56:48 +0000

    textproc/toml-f: update 0.4.2 → 0.5.0
---
 textproc/toml-f/Makefile                   |  6 ++++--
 textproc/toml-f/distinfo                   |  6 +++---
 textproc/toml-f/files/patch-CMakeLists.txt | 11 -----------
 textproc/toml-f/pkg-plist                  | 12 +++++++++++-
 4 files changed, 18 insertions(+), 17 deletions(-)

diff --git a/textproc/toml-f/Makefile b/textproc/toml-f/Makefile
index 7ed067c16888..2b34c8f91f16 100644
--- a/textproc/toml-f/Makefile
+++ b/textproc/toml-f/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	toml-f
-DISTVERSION=	0.4.2
+DISTVERSION=	0.5.0
 CATEGORIES=	textproc
 MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/
 
@@ -17,6 +17,8 @@ USES=		cmake:testing fortran tar:xz
 USE_LDCONFIG=	yes
 
 CMAKE_ON=	BUILD_SHARED_LIBS
-CMAKE_TESTING_ON=	FREEBSD_BUILD_TESTS
+CMAKE_TESTING_ON=	BUILD_TESTING
+
+# tests as of 0.5.0: 100% tests passed, 0 tests failed out of 6
 
 .include <bsd.port.mk>
diff --git a/textproc/toml-f/distinfo b/textproc/toml-f/distinfo
index 2ac860f0cf34..ac3ddb03b562 100644
--- a/textproc/toml-f/distinfo
+++ b/textproc/toml-f/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1731994235
-SHA256 (toml-f-0.4.2.tar.xz) = 6b49013d3bcd1043494c140d7b2da6b0cedd87648e4fc5179fcfcf41226d3232
-SIZE (toml-f-0.4.2.tar.xz) = 406944
+TIMESTAMP = 1775893530
+SHA256 (toml-f-0.5.0.tar.xz) = 9a6c129836d093efd0cab5a2a013330020682a82e8f59a3882e9ae3249c8281f
+SIZE (toml-f-0.5.0.tar.xz) = 385264
diff --git a/textproc/toml-f/files/patch-CMakeLists.txt b/textproc/toml-f/files/patch-CMakeLists.txt
deleted file mode 100644
index ebbc00455236..000000000000
--- a/textproc/toml-f/files/patch-CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- CMakeLists.txt.orig	2022-04-13 04:01:25 UTC
-+++ CMakeLists.txt
-@@ -89,6 +89,8 @@ install(
- )
- 
- # add the testsuite
-+if (FREEBSD_BUILD_TESTS)
- enable_testing()
- set(fpm-toml "${PROJECT_SOURCE_DIR}/fpm.toml")
- add_subdirectory("test")
-+endif()
diff --git a/textproc/toml-f/pkg-plist b/textproc/toml-f/pkg-plist
index 73ce5502e534..1a0e48c39b83 100644
--- a/textproc/toml-f/pkg-plist
+++ b/textproc/toml-f/pkg-plist
@@ -1,3 +1,5 @@
+include/test-drive/GNU-14.2.0/testdrive.mod
+include/test-drive/GNU-14.2.0/testdrive_version.mod
 include/toml-f/modules/tomlf.mod
 include/toml-f/modules/tomlf_all.mod
 include/toml-f/modules/tomlf_build.mod
@@ -33,11 +35,19 @@ include/toml-f/modules/tomlf_utils.mod
 include/toml-f/modules/tomlf_utils_io.mod
 include/toml-f/modules/tomlf_utils_sort.mod
 include/toml-f/modules/tomlf_version.mod
+lib/cmake/test-drive/test-drive-config-version.cmake
+lib/cmake/test-drive/test-drive-config.cmake
+lib/cmake/test-drive/test-drive-targets-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/test-drive/test-drive-targets.cmake
 lib/cmake/toml-f/toml-f-config-version.cmake
 lib/cmake/toml-f/toml-f-config.cmake
 lib/cmake/toml-f/toml-f-targets-%%CMAKE_BUILD_TYPE%%.cmake
 lib/cmake/toml-f/toml-f-targets.cmake
+lib/libtest-drive.so
+lib/libtest-drive.so.0
+lib/libtest-drive.so.0.5.0
 lib/libtoml-f.so
 lib/libtoml-f.so.0
-lib/libtoml-f.so.0.4.2
+lib/libtoml-f.so.0.5.0
+libdata/pkgconfig/test-drive.pc
 libdata/pkgconfig/toml-f.pc


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d9fec6.3cfa5.14eb46c>