git: 9229c7095dc5 - main - devel/lace: update 2.2.3 → 2.3.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 29 Mar 2026 19:03:44 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9229c7095dc5d80e3204b82c1da9fdefe5862287
commit 9229c7095dc5d80e3204b82c1da9fdefe5862287
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-03-29 18:18:20 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-03-29 19:03:39 +0000
devel/lace: update 2.2.3 → 2.3.0
---
devel/lace/Makefile | 4 ++--
devel/lace/distinfo | 6 +++---
devel/lace/files/patch-CMakeLists.txt | 11 -----------
devel/lace/pkg-plist | 6 ++++++
4 files changed, 11 insertions(+), 16 deletions(-)
diff --git a/devel/lace/Makefile b/devel/lace/Makefile
index 4b72735fe1b1..d9716ce01a94 100644
--- a/devel/lace/Makefile
+++ b/devel/lace/Makefile
@@ -1,6 +1,6 @@
PORTNAME= lace
DISTVERSIONPREFIX= v
-DISTVERSION= 2.2.3
+DISTVERSION= 2.3.0
CATEGORIES= devel
PKGNAMESUFFIX= -work-stealing
@@ -29,6 +29,6 @@ pre-configure: # see discussion in https://github.com/trolando/lace/issues/16
@${REINPLACE_CMD} -e 's,memory_order_[[:alnum:]_]*,memory_order_seq_cst,g' \
${WRKSRC}/src/*.[ch] ${WRKSRC}/src/lace.sh
-# tests as of 2.2.2: 100% tests passed, 0 tests failed out of 3
+# tests as of 2.3.0: 100% tests passed, 0 tests failed out of 4
.include <bsd.port.mk>
diff --git a/devel/lace/distinfo b/devel/lace/distinfo
index 603d835fef0c..83a9329c294c 100644
--- a/devel/lace/distinfo
+++ b/devel/lace/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1774392122
-SHA256 (trolando-lace-v2.2.3_GH0.tar.gz) = 72fea4d61d333655ac02531b134800cf75888f3ed370d63b2e862e695cc32a6d
-SIZE (trolando-lace-v2.2.3_GH0.tar.gz) = 206676
+TIMESTAMP = 1774808069
+SHA256 (trolando-lace-v2.3.0_GH0.tar.gz) = 22fa010ad3441be39b80b68cf3c4e00f3523ffdbfae055c84c67fcc6b04f4893
+SIZE (trolando-lace-v2.3.0_GH0.tar.gz) = 219403
diff --git a/devel/lace/files/patch-CMakeLists.txt b/devel/lace/files/patch-CMakeLists.txt
deleted file mode 100644
index a70f913e01fa..000000000000
--- a/devel/lace/files/patch-CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- CMakeLists.txt.orig 2026-03-24 09:36:43 UTC
-+++ CMakeLists.txt
-@@ -95,7 +95,7 @@ foreach(_target lace lace32 lace128)
- set(_src ${CMAKE_CURRENT_SOURCE_DIR}/src/lace128.c ${CMAKE_CURRENT_SOURCE_DIR}/src/lace128.h)
- endif()
-
-- add_library(${_target} STATIC ${_src})
-+ add_library(${_target} ${_src})
- add_library(lace::${_target} ALIAS ${_target})
-
- target_compile_features(${_target} PUBLIC c_std_11)
diff --git a/devel/lace/pkg-plist b/devel/lace/pkg-plist
index 7c5e5339d0cc..fe638a2db938 100644
--- a/devel/lace/pkg-plist
+++ b/devel/lace/pkg-plist
@@ -7,8 +7,14 @@ lib/cmake/lace/lace-config.cmake
lib/cmake/lace/lace-targets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/lace/lace-targets.cmake
lib/liblace.so
+lib/liblace.so.2
+lib/liblace.so.2.3.0
lib/liblace128.so
+lib/liblace128.so.2
+lib/liblace128.so.2.3.0
lib/liblace32.so
+lib/liblace32.so.2
+lib/liblace32.so.2.3.0
libdata/pkgconfig/lace.pc
libdata/pkgconfig/lace128.pc
libdata/pkgconfig/lace32.pc