Date: Sun, 30 Jul 2023 17:51:55 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: 22941221e40d - main - net-p2p/qbittorrent: Enable 'Search Engine' option Message-ID: <202307301751.36UHptiW003273@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=22941221e40de0c3c71289bde06461e100e2fc07 commit 22941221e40de0c3c71289bde06461e100e2fc07 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-07-30 17:49:52 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-07-30 17:51:52 +0000 net-p2p/qbittorrent: Enable 'Search Engine' option ... by making the PYTHON option default. The 'Search Engine' option complained that Python wasn't enabled. --- net-p2p/qbittorrent/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-p2p/qbittorrent/Makefile b/net-p2p/qbittorrent/Makefile index 1bc694c21a8b..a55c7f6c7ee6 100644 --- a/net-p2p/qbittorrent/Makefile +++ b/net-p2p/qbittorrent/Makefile @@ -1,5 +1,6 @@ PORTNAME= qbittorrent DISTVERSION= 4.5.4 +PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -50,7 +51,7 @@ OPTIONS_EXCLUDE= DBUS OPTIONS_DEFINE= DBUS PYTHON DEBUG OPTIONS_RADIO= LIBTORRENT OPTIONS_RADIO_LIBTORRENT= LIBTORRENT1 LIBTORRENT2 -OPTIONS_DEFAULT= DBUS LIBTORRENT1 +OPTIONS_DEFAULT= DBUS PYTHON LIBTORRENT1 LIBTORRENT_DESC= libtorrent version number to use LIBTORRENT1_DESC= Version 1.x (default)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307301751.36UHptiW003273>