Date: Wed, 27 Nov 2024 12:02:01 GMT From: Robert Clausecker <fuz@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1a070b43ead8 - main - net-p2p/tremotesf: Update to 2.7.3 Message-ID: <202411271202.4ARC21o0070070@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=1a070b43ead881e73b500a72503a1d36c101db15 commit 1a070b43ead881e73b500a72503a1d36c101db15 Author: Anton Saietskii <vsasjason@gmail.com> AuthorDate: 2024-11-23 17:02:26 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2024-11-27 11:54:53 +0000 net-p2p/tremotesf: Update to 2.7.3 Do not extract/use bundled cpp-httplib as of upstream commit 4cca1de its maximum version is not restricted anymore. Changelog: https://github.com/equeim/tremotesf2/releases/tag/2.7.3 PR: 282935 --- net-p2p/tremotesf/Makefile | 8 +++++--- net-p2p/tremotesf/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/net-p2p/tremotesf/Makefile b/net-p2p/tremotesf/Makefile index 30de9651e7ce..7fddd958f5e3 100644 --- a/net-p2p/tremotesf/Makefile +++ b/net-p2p/tremotesf/Makefile @@ -1,5 +1,5 @@ PORTNAME= tremotesf -DISTVERSION= 2.7.2 +DISTVERSION= 2.7.3 CATEGORIES= net-p2p MASTER_SITES= https://github.com/equeim/${PORTNAME}2/releases/download/${DISTVERSION}/ @@ -38,14 +38,16 @@ USE_QT= base USE_KDE= widgetsaddons windowsystem USE_XORG= x11 +EXTRACT_AFTER_ARGS= --exclude ${DISTNAME}/src/3rdparty/cpp-httplib \ + --no-same-owner --no-same-permissions + .include <bsd.port.options.mk> .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 TEST_DEPENDS= cpp-httplib>0:www/cpp-httplib +CMAKE_ARGS= -DTREMOTESF_WITH_HTTPLIB=system .else CMAKE_ARGS= -DTREMOTESF_WITH_HTTPLIB=none -EXTRACT_AFTER_ARGS= --exclude ${DISTNAME}/src/3rdparty/cpp-httplib \ - --no-same-owner --no-same-permissions .endif .include <bsd.port.mk> diff --git a/net-p2p/tremotesf/distinfo b/net-p2p/tremotesf/distinfo index 934decef016c..4bc9ada51586 100644 --- a/net-p2p/tremotesf/distinfo +++ b/net-p2p/tremotesf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1726411506 -SHA256 (tremotesf-2.7.2.tar.zst) = 3a3c83e5fede0c32c4ba3552f962c1ff6638300268a3c218841f86d426c0339f -SIZE (tremotesf-2.7.2.tar.zst) = 2494693 +TIMESTAMP = 1732381350 +SHA256 (tremotesf-2.7.3.tar.zst) = f42ae84b455161e8bf7396ada5199c4f7e273775472c3b6e0566fe3d65ce473c +SIZE (tremotesf-2.7.3.tar.zst) = 2497502
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411271202.4ARC21o0070070>