Date: Fri, 10 Oct 2025 20:55:39 GMT From: Hiroki Tagato <tagattie@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 78a4d1ccdc89 - main - net-p2p/tremotesf: update to 2.9.0 and de-flavorize Message-ID: <202510102055.59AKtdjY023938@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by tagattie: URL: https://cgit.FreeBSD.org/ports/commit/?id=78a4d1ccdc8982114e9dcd0fb1bda4d000c28d86 commit 78a4d1ccdc8982114e9dcd0fb1bda4d000c28d86 Author: Anton Saietskii <vsasjason@gmail.com> AuthorDate: 2025-10-06 09:49:54 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2025-10-10 20:55:21 +0000 net-p2p/tremotesf: update to 2.9.0 and de-flavorize Upstream removed Qt 5 support with this release. Despite removing flavors, "-qt6" suffix remains to comply with POLA. Additionally, adjust description to avoid confusion as other modern GUIs may exist too. Changelog: https://github.com/equeim/tremotesf2/blob/2.9.0/CHANGELOG.md PR: 290040 Reported by: Anton Saietskii <vsasjason@gmail.com> (maintainer) --- MOVED | 2 ++ net-p2p/tremotesf/Makefile | 26 +++++--------------------- net-p2p/tremotesf/distinfo | 6 +++--- net-p2p/tremotesf/pkg-descr | 4 ++-- 4 files changed, 12 insertions(+), 26 deletions(-) diff --git a/MOVED b/MOVED index 825266a6bf54..4167d5b28d1b 100644 --- a/MOVED +++ b/MOVED @@ -4796,3 +4796,5 @@ net/concourse-fly||2025-10-01|Has expired: Not updated in years, no demand for t net/netatalk3|net/netatalk4|2025-10-05|Has expired: End of support; use net/netatalk4 instead emulators/86Box@qt5||2025-10-08|Unflavorize port, qt5 flavor is no longer used in ports tree emulators/86Box@qt6|emulators/86Box|2025-10-08|Unflavorize port, as it is now qt6 only +net-p2p/tremotesf@qt5||2025-10-08|Upstream removed Qt 5 support +net-p2p/tremotesf@qt6|net-p2p/tremotesf|2025-10-08|Qt 6 is the only supported version, de-flavorize diff --git a/net-p2p/tremotesf/Makefile b/net-p2p/tremotesf/Makefile index 78f28211820f..c45d1570ff80 100644 --- a/net-p2p/tremotesf/Makefile +++ b/net-p2p/tremotesf/Makefile @@ -1,8 +1,8 @@ PORTNAME= tremotesf -DISTVERSION= 2.8.2 -PORTREVISION= 1 +DISTVERSION= 2.9.0 CATEGORIES= net-p2p MASTER_SITES= https://github.com/equeim/${PORTNAME}2/releases/download/${DISTVERSION}/ +PKGNAMESUFFIX= -qt6 MAINTAINER= vsasjason@gmail.com COMMENT= Remote GUI for transmission-daemon @@ -15,28 +15,12 @@ BUILD_DEPENDS= cxxopts>0:devel/cxxopts LIB_DEPENDS= libfmt.so:devel/libfmt \ libpsl.so:dns/libpsl -FLAVORS= qt6 qt5 -FLAVOR?= ${FLAVORS:[1]} +USES= cmake:testing compiler:c++23-lang desktop-file-utils \ + gettext-tools gl kde:6 pkgconfig qt:6 tar:zst xorg -qt5_CONFLICTS_INSTALL= ${PORTNAME}-qt6 -qt6_PKGNAMESUFFIX= -qt6 -qt6_CONFLICTS_INSTALL= ${PORTNAME} - -USES= cmake:testing compiler:c++20-lang desktop-file-utils \ - gettext-tools pkgconfig tar:zst xorg - -.if ${FLAVOR} == qt5 -USES+= kde:5 qt:5 -USE_QT= core dbus gui network widgets buildtools:build \ - linguisttools:build qmake:build testlib:build -CMAKE_OFF= TREMOTESF_QT6 -.else -USES+= gl kde:6 qt:6 USE_GL= opengl -USE_QT= base -.endif - USE_KDE= widgetsaddons windowsystem +USE_QT= base USE_XORG= x11 EXTRACT_AFTER_ARGS= --exclude ${DISTNAME}/src/3rdparty/cpp-httplib \ diff --git a/net-p2p/tremotesf/distinfo b/net-p2p/tremotesf/distinfo index a1de3ca6f619..4c7396436bdf 100644 --- a/net-p2p/tremotesf/distinfo +++ b/net-p2p/tremotesf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744881971 -SHA256 (tremotesf-2.8.2.tar.zst) = 92397488908cfdd57cc0e1651338b9ca16470d871fdb12dff48b3884f0c52026 -SIZE (tremotesf-2.8.2.tar.zst) = 2545547 +TIMESTAMP = 1759580202 +SHA256 (tremotesf-2.9.0.tar.zst) = 7cc4f249b4ec377a0f2054cb438b4e63537488efc5d665014fa6d7a32e189f81 +SIZE (tremotesf-2.9.0.tar.zst) = 2565650 diff --git a/net-p2p/tremotesf/pkg-descr b/net-p2p/tremotesf/pkg-descr index ec3713c484f6..147042c32f68 100644 --- a/net-p2p/tremotesf/pkg-descr +++ b/net-p2p/tremotesf/pkg-descr @@ -1,5 +1,5 @@ -Tremotesf is yet another, but modern (first-released in 2016) cross-platfom GUI -for Transmission daemon written in C++ and Qt. +Tremotesf is yet another cross-platfom GUI for Transmission daemon written in +C++ and Qt. Features include, but not necessarily limited to: * View torrent listhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510102055.59AKtdjY023938>
