Date: Tue, 29 Nov 2022 10:39:55 GMT 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: c9392f48cb4e - main - net-p2p/qbittorrent: Update 4.4.5 -> 4.5.0 Message-ID: <202211291039.2ATAdt3b045441@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=c9392f48cb4e20f1bfb7231a6f0d0a3f26a5e518 commit c9392f48cb4e20f1bfb7231a6f0d0a3f26a5e518 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-11-29 10:39:13 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-11-29 10:39:51 +0000 net-p2p/qbittorrent: Update 4.4.5 -> 4.5.0 Reported by: portscout --- net-p2p/qbittorrent/Makefile | 4 +++- net-p2p/qbittorrent/distinfo | 6 +++--- net-p2p/qbittorrent/files/patch-src_CMakeLists.txt | 13 ------------- net-p2p/qbittorrent/pkg-plist | 1 - 4 files changed, 6 insertions(+), 18 deletions(-) diff --git a/net-p2p/qbittorrent/Makefile b/net-p2p/qbittorrent/Makefile index 161a364f2044..7fa45ae7cd7b 100644 --- a/net-p2p/qbittorrent/Makefile +++ b/net-p2p/qbittorrent/Makefile @@ -1,5 +1,5 @@ PORTNAME= qbittorrent -DISTVERSION= 4.4.5 +DISTVERSION= 4.5.0 CATEGORIES= net-p2p MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -14,6 +14,8 @@ BROKEN_FreeBSD_12_powerpc64= fails to build: ./base/tristatebool.h:44:5: 'conste LIB_DEPENDS= libboost_system.so:devel/boost-libs +CXXFLAGS+= -DBOOST_STACKTRACE_GNU_SOURCE_NOT_REQUIRED # error: "Boost.Stacktrace requires `_Unwind_Backtrace` function. Define `_GNU_SOURCE` macro or `BOOST_STACKTRACE_GNU_SOURCE_NOT_REQUIRED` if _Unwind_Backtrace is available without `_GNU_SOURCE`." + FLAVORS= default nox FLAVOR?= ${FLAVORS:[1]} nox_PKGNAMESUFFIX= -nox diff --git a/net-p2p/qbittorrent/distinfo b/net-p2p/qbittorrent/distinfo index cbaa66345c9d..c8c44f6a270b 100644 --- a/net-p2p/qbittorrent/distinfo +++ b/net-p2p/qbittorrent/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1662433881 -SHA256 (qbittorrent-4.4.5.tar.xz) = 0d6ed3948d4ad0d63f01510fe902639ae7b383ccfc1c01e88b75fba5b29ff3b3 -SIZE (qbittorrent-4.4.5.tar.xz) = 4168624 +TIMESTAMP = 1669713702 +SHA256 (qbittorrent-4.5.0.tar.xz) = b084b3c9e55c1f36c9cc3e8858905b7ae0eb2eaa3fad37f8b055c37d82d01388 +SIZE (qbittorrent-4.5.0.tar.xz) = 4256416 diff --git a/net-p2p/qbittorrent/files/patch-src_CMakeLists.txt b/net-p2p/qbittorrent/files/patch-src_CMakeLists.txt deleted file mode 100644 index 271405e477c4..000000000000 --- a/net-p2p/qbittorrent/files/patch-src_CMakeLists.txt +++ /dev/null @@ -1,13 +0,0 @@ -- Because some systems have version lower than required minZlibVersion=1.2.11 - ---- src/CMakeLists.txt.orig 2022-01-06 18:41:17 UTC -+++ src/CMakeLists.txt -@@ -42,7 +42,7 @@ endif() - set_property(CACHE LibtorrentRasterbar_DIR PROPERTY TYPE PATH) - find_package(Boost ${minBoostVersion} REQUIRED) - find_package(OpenSSL ${minOpenSSLVersion} REQUIRED) --find_package(ZLIB ${minZlibVersion} REQUIRED) -+find_package(ZLIB REQUIRED) - if (QT6) - find_package(Qt6 ${minQt6Version} REQUIRED COMPONENTS Core Network Sql Xml LinguistTools) - if (DBUS) diff --git a/net-p2p/qbittorrent/pkg-plist b/net-p2p/qbittorrent/pkg-plist index 3ba599574e27..8948a92d77f1 100644 --- a/net-p2p/qbittorrent/pkg-plist +++ b/net-p2p/qbittorrent/pkg-plist @@ -28,4 +28,3 @@ share/icons/hicolor/scalable/status/qbittorrent-tray-dark.svg share/icons/hicolor/scalable/status/qbittorrent-tray-light.svg share/icons/hicolor/scalable/status/qbittorrent-tray.svg share/metainfo/org.qbittorrent.qBittorrent.appdata.xml -share/pixmaps/qbittorrent.png
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211291039.2ATAdt3b045441>