git: 22941221e40d - main - net-p2p/qbittorrent: Enable 'Search Engine' option

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 30 Jul 2023 17:51:55 UTC
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)