Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 May 2026 02:48:59 +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: 5ff0885579e9 - main - devel/recycle: update 7.0=?utf-8?Q?=2E0 =E2=86=92 8?=.0.0
Message-ID:  <69fff21b.2223d.2536a848@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=5ff0885579e9ee71ed3658be91c73df6b6ec8329

commit 5ff0885579e9ee71ed3658be91c73df6b6ec8329
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-05-10 02:04:22 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-05-10 02:48:54 +0000

    devel/recycle: update 7.0.0 → 8.0.0
---
 devel/recycle/Makefile                   |  6 +++++-
 devel/recycle/distinfo                   | 10 +++++++---
 devel/recycle/files/patch-CMakeLists.txt | 21 +++++++++++++++++++++
 3 files changed, 33 insertions(+), 4 deletions(-)

diff --git a/devel/recycle/Makefile b/devel/recycle/Makefile
index 14a8c274772c..2e0b749bf4ed 100644
--- a/devel/recycle/Makefile
+++ b/devel/recycle/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	recycle
-DISTVERSION=	7.0.0
+DISTVERSION=	8.0.0
 CATEGORIES=	devel
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -13,6 +13,10 @@ USES=		cmake
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	steinwurf
+GH_TUPLE=	steinwurf:cmake-toolchains:655f6d3:steinwurf_toolchains/steinwurf/toolchains \
+		steinwurf:gtest:8e1f80a:steinwurf_gtest/steinwurf/gtest
+
+CMAKE_ARGS=	-DSTEINWURF_RESOLVE=${WRKSRC}/steinwurf
 
 PLIST_FILES=	include/recycle/no_locking_policy.hpp \
 		include/recycle/shared_pool.hpp \
diff --git a/devel/recycle/distinfo b/devel/recycle/distinfo
index 347466138296..44c75854284f 100644
--- a/devel/recycle/distinfo
+++ b/devel/recycle/distinfo
@@ -1,3 +1,7 @@
-TIMESTAMP = 1687509192
-SHA256 (steinwurf-recycle-7.0.0_GH0.tar.gz) = dcda732e4be5986b0947e2b9b0168f9b3bf675bc9305663afb3254b872191dd8
-SIZE (steinwurf-recycle-7.0.0_GH0.tar.gz) = 132908
+TIMESTAMP = 1778378316
+SHA256 (steinwurf-recycle-8.0.0_GH0.tar.gz) = d27ae7c263d9e3a2102ac857d17b6b42d8f4200e4a177e6d571dc8343c30464c
+SIZE (steinwurf-recycle-8.0.0_GH0.tar.gz) = 137652
+SHA256 (steinwurf-cmake-toolchains-655f6d3_GH0.tar.gz) = 849ba2c2eaeb40b706c084d2eba4afadc8c1ee639ef5374e8f6ef73f3d540908
+SIZE (steinwurf-cmake-toolchains-655f6d3_GH0.tar.gz) = 6144
+SHA256 (steinwurf-gtest-8e1f80a_GH0.tar.gz) = deba1eb87f91feae2f402e26d64ac1bdfd9fc59b48ee2740df865bb2c80026d4
+SIZE (steinwurf-gtest-8e1f80a_GH0.tar.gz) = 128579
diff --git a/devel/recycle/files/patch-CMakeLists.txt b/devel/recycle/files/patch-CMakeLists.txt
new file mode 100644
index 000000000000..503971ee365d
--- /dev/null
+++ b/devel/recycle/files/patch-CMakeLists.txt
@@ -0,0 +1,21 @@
+--- CMakeLists.txt.orig	2025-06-26 12:56:37 UTC
++++ CMakeLists.txt
+@@ -1,7 +1,9 @@ project(recycle)
+ cmake_minimum_required(VERSION 3.10)
+ project(recycle)
+ 
++set(CMAKE_BUILD_TYPE "WurfRelease")
+ 
++
+ # Include common CMake settings
+ include("${STEINWURF_RESOLVE}/toolchains/common_settings.cmake")
+ 
+@@ -19,7 +21,7 @@ install(
+   PATTERN *.hpp)
+ 
+   # Is top level project?
+-if(${CMAKE_PROJECT_NAME} STREQUAL ${PROJECT_NAME})
++if(FALSE AND ${CMAKE_PROJECT_NAME} STREQUAL ${PROJECT_NAME})
+ 
+   # Setup testing
+   enable_testing()


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69fff21b.2223d.2536a848>