Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jul 2022 15:46:13 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: abba8035dc13 - main - net-p2p/qbittorrent: Fix mistake
Message-ID:  <202207281546.26SFkDi8024311@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=abba8035dc13816e1db1adc51afc01f97da816cb

commit abba8035dc13816e1db1adc51afc01f97da816cb
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-28 15:44:17 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-28 15:46:11 +0000

    net-p2p/qbittorrent: Fix mistake
---
 net-p2p/qbittorrent/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/net-p2p/qbittorrent/Makefile b/net-p2p/qbittorrent/Makefile
index 9a4a1ef7dd0a..ac49b0bc5e1c 100644
--- a/net-p2p/qbittorrent/Makefile
+++ b/net-p2p/qbittorrent/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	qbittorrent
 DISTVERSION=	4.4.3.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net-p2p
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
@@ -12,8 +12,7 @@ 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=	libtorrent-rasterbar.so:net-p2p/libtorrent-rasterbar \
-		libboost_system.so:devel/boost-libs
+LIB_DEPENDS=	libboost_system.so:devel/boost-libs
 
 FLAVORS=	default nox
 FLAVOR?=	${FLAVORS:[1]}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207281546.26SFkDi8024311>