Skip to content

Commit 4bfa866

Browse files
committed
net-p2p/qbittorrent: Update 4.3.9 -> 4.4.0
Reported by: portscout
1 parent d99d19e commit 4bfa866

4 files changed

Lines changed: 11 additions & 10 deletions

File tree

net-p2p/qbittorrent/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Created by: Doug Barton <dougb@FreeBSD.org>
22

33
PORTNAME= qbittorrent
4-
DISTVERSION= 4.3.9
4+
DISTVERSION= 4.4.0
55
CATEGORIES= net-p2p
66
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
77

@@ -23,7 +23,7 @@ nox_PLIST= ${MASTERDIR}/pkg-plist-nox
2323

2424
USES= compiler:c++14-lang cpe pkgconfig qmake:no_env qt:5 ssl tar:xz
2525
GNU_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
2727
DESTDIRNAME= INSTALL_ROOT
2828
CONFIGURE_ENV+= openssl_CFLAGS="-I${OPENSSLINC}" openssl_LIBS="-L${OPENSSLLIB} -lssl"
2929

net-p2p/qbittorrent/distinfo

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
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
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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)

net-p2p/qbittorrent/pkg-plist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ share/icons/hicolor/72x72/apps/qbittorrent.png
2323
share/icons/hicolor/72x72/status/qbittorrent-tray.png
2424
share/icons/hicolor/96x96/apps/qbittorrent.png
2525
share/icons/hicolor/96x96/status/qbittorrent-tray.png
26+
share/icons/hicolor/scalable/apps/qbittorrent.svg
2627
share/icons/hicolor/scalable/status/qbittorrent-tray-dark.svg
2728
share/icons/hicolor/scalable/status/qbittorrent-tray-light.svg
2829
share/icons/hicolor/scalable/status/qbittorrent-tray.svg

0 commit comments

Comments
 (0)