net-p2p/qbittorrent: update 4.5.5 → 4.6.0
Reported by: portscout
This commit is contained in:
parent
0219707559
commit
0cb657a809
2 changed files with 5 additions and 13 deletions
|
@ -1,12 +1,8 @@
|
|||
PORTNAME= qbittorrent
|
||||
DISTVERSION= 4.5.5
|
||||
PORTREVISION= 5
|
||||
DISTVERSION= 4.6.0
|
||||
CATEGORIES= net-p2p
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
||||
PATCHFILES= 5b90e222a80849f346d0b12752aa1f7a9fb839fc.patch:-p1 # PR: Enable DBUS cmake option on FreeBSD
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Bittorrent client using Qt6 and libtorrent-rasterbar
|
||||
WWW= https://www.qbittorrent.org/
|
||||
|
@ -16,8 +12,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
|
||||
BROKEN_FreeBSD_12_powerpc64= fails to build: ./base/tristatebool.h:44:5: 'constexpr' constructor does not have empty body
|
||||
|
||||
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
|
||||
|
@ -25,7 +19,7 @@ FLAVOR?= ${FLAVORS:[1]}
|
|||
nox_PKGNAMESUFFIX= -nox
|
||||
nox_PLIST= ${MASTERDIR}/pkg-plist-nox
|
||||
|
||||
USES= compiler:c++14-lang cpe pkgconfig cmake qt:6 ssl tar:xz
|
||||
USES= compiler:c++14-lang cpe pkgconfig cmake localbase qt:6 ssl tar:xz
|
||||
USE_QT= base translations
|
||||
USE_CXXSTD= c++17 # prevent boost-related SEGV, see bug#264278
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
TIMESTAMP = 1693756018
|
||||
SHA256 (qbittorrent-4.5.5.tar.xz) = 8e84a5ba63c7203cfb2e5bb23e27d000120fb8e9dfb6e9f9a1064dce1b9294e9
|
||||
SIZE (qbittorrent-4.5.5.tar.xz) = 4352524
|
||||
SHA256 (5b90e222a80849f346d0b12752aa1f7a9fb839fc.patch) = 2f04e36efa91d30042e222f9a11fb386d46e81a7cd45be74ad6a66ab4ef65c36
|
||||
SIZE (5b90e222a80849f346d0b12752aa1f7a9fb839fc.patch) = 1410
|
||||
TIMESTAMP = 1699162250
|
||||
SHA256 (qbittorrent-4.6.0.tar.xz) = 27a5954dccd3948dc69dd59d24ee8f4f7427bdc09359fb30cf05c786b370d3be
|
||||
SIZE (qbittorrent-4.6.0.tar.xz) = 4482148
|
||||
|
|
Loading…
Reference in a new issue