net-p2p/qbittorrent: Update 4.3.9 -> 4.4.0
Reported by: portscout
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Created by: Doug Barton <dougb@FreeBSD.org>
|
||||
|
||||
PORTNAME= qbittorrent
|
||||
DISTVERSION= 4.3.9
|
||||
DISTVERSION= 4.4.0
|
||||
CATEGORIES= net-p2p
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
@@ -23,7 +23,7 @@ nox_PLIST= ${MASTERDIR}/pkg-plist-nox
|
||||
|
||||
USES= compiler:c++14-lang cpe pkgconfig qmake:no_env qt:5 ssl tar:xz
|
||||
GNU_CONFIGURE= yes
|
||||
USE_QT= core network xml buildtools_build linguisttools_build qmake_build
|
||||
USE_QT= core network sql xml buildtools_build linguisttools_build qmake_build
|
||||
DESTDIRNAME= INSTALL_ROOT
|
||||
CONFIGURE_ENV+= openssl_CFLAGS="-I${OPENSSLINC}" openssl_LIBS="-L${OPENSSLLIB} -lssl"
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1636273958
|
||||
SHA256 (qbittorrent-4.3.9.tar.xz) = 16ebe2e761922b3fb21c35d2bccc5d4b4b0a3e853434bcaddbbc00c72003d880
|
||||
SIZE (qbittorrent-4.3.9.tar.xz) = 4486988
|
||||
TIMESTAMP = 1641574294
|
||||
SHA256 (qbittorrent-4.4.0.tar.xz) = 6b783a88c7bd567e48cd9f20c67b788776ee2a6d474fe3df4af216acbdfe501b
|
||||
SIZE (qbittorrent-4.4.0.tar.xz) = 4795160
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
- Because some systems have version lower than required minZlibVersion=1.2.11
|
||||
|
||||
--- src/CMakeLists.txt.orig 2021-02-01 07:32:36 UTC
|
||||
--- src/CMakeLists.txt.orig 2022-01-06 18:41:17 UTC
|
||||
+++ src/CMakeLists.txt
|
||||
@@ -34,7 +34,7 @@ endif()
|
||||
@@ -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)
|
||||
find_package(Qt5 ${minQtVersion} REQUIRED COMPONENTS Core Network Xml LinguistTools)
|
||||
if (DBUS)
|
||||
find_package(Qt5 ${minQtVersion} REQUIRED COMPONENTS DBus)
|
||||
if (QT6)
|
||||
find_package(Qt6 ${minQt6Version} REQUIRED COMPONENTS Core Network Sql Xml LinguistTools)
|
||||
if (DBUS)
|
||||
|
||||
@@ -23,6 +23,7 @@ share/icons/hicolor/72x72/apps/qbittorrent.png
|
||||
share/icons/hicolor/72x72/status/qbittorrent-tray.png
|
||||
share/icons/hicolor/96x96/apps/qbittorrent.png
|
||||
share/icons/hicolor/96x96/status/qbittorrent-tray.png
|
||||
share/icons/hicolor/scalable/apps/qbittorrent.svg
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user