File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Created by: Doug Barton <dougb@FreeBSD.org>
22
33PORTNAME = qbittorrent
4- DISTVERSION = 4.3.9
4+ DISTVERSION = 4.4.0
55CATEGORIES = net-p2p
66MASTER_SITES = SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
77
@@ -23,7 +23,7 @@ nox_PLIST= ${MASTERDIR}/pkg-plist-nox
2323
2424USES = compiler:c++14-lang cpe pkgconfig qmake:no_env qt:5 ssl tar:xz
2525GNU_CONFIGURE = yes
26- USE_QT = core network xml buildtools_build linguisttools_build qmake_build
26+ USE_QT = core network sql xml buildtools_build linguisttools_build qmake_build
2727DESTDIRNAME = INSTALL_ROOT
2828CONFIGURE_ENV+ = openssl_CFLAGS="-I${OPENSSLINC}" openssl_LIBS="-L${OPENSSLLIB} -lssl"
2929
Original file line number Diff line number Diff line change 1- TIMESTAMP = 1636273958
2- SHA256 (qbittorrent-4.3.9 .tar.xz) = 16ebe2e761922b3fb21c35d2bccc5d4b4b0a3e853434bcaddbbc00c72003d880
3- SIZE (qbittorrent-4.3.9 .tar.xz) = 4486988
1+ TIMESTAMP = 1641574294
2+ SHA256 (qbittorrent-4.4.0 .tar.xz) = 6b783a88c7bd567e48cd9f20c67b788776ee2a6d474fe3df4af216acbdfe501b
3+ SIZE (qbittorrent-4.4.0 .tar.xz) = 4795160
Original file line number Diff line number Diff line change 11- Because some systems have version lower than required minZlibVersion=1.2.11
22
3- --- src/CMakeLists.txt.orig 2021-02-01 07:32:36 UTC
3+ --- src/CMakeLists.txt.orig 2022-01-06 18:41:17 UTC
44+++ src/CMakeLists.txt
5- @@ -34 ,7 +34 ,7 @@ endif()
5+ @@ -42 ,7 +42 ,7 @@ endif()
66 set_property(CACHE LibtorrentRasterbar_DIR PROPERTY TYPE PATH)
77 find_package(Boost ${minBoostVersion} REQUIRED)
88 find_package(OpenSSL ${minOpenSSLVersion} REQUIRED)
99-find_package(ZLIB ${minZlibVersion} REQUIRED)
1010+find_package(ZLIB REQUIRED)
11- find_package(Qt5 ${minQtVersion} REQUIRED COMPONENTS Core Network Xml LinguistTools )
12- if (DBUS )
13- find_package(Qt5 ${minQtVersion} REQUIRED COMPONENTS DBus )
11+ if (QT6 )
12+ find_package(Qt6 ${minQt6Version} REQUIRED COMPONENTS Core Network Sql Xml LinguistTools )
13+ if (DBUS )
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ share/icons/hicolor/72x72/apps/qbittorrent.png
2323share/icons/hicolor/72x72/status/qbittorrent-tray.png
2424share/icons/hicolor/96x96/apps/qbittorrent.png
2525share/icons/hicolor/96x96/status/qbittorrent-tray.png
26+ share/icons/hicolor/scalable/apps/qbittorrent.svg
2627share/icons/hicolor/scalable/status/qbittorrent-tray-dark.svg
2728share/icons/hicolor/scalable/status/qbittorrent-tray-light.svg
2829share/icons/hicolor/scalable/status/qbittorrent-tray.svg
You can’t perform that action at this time.
0 commit comments