Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jan 2020 01:37:30 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521893 - head/net-p2p/qbittorrent
Message-ID:  <202001030137.0031bUbU025507@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Fri Jan  3 01:37:30 2020
New Revision: 521893
URL: https://svnweb.freebsd.org/changeset/ports/521893

Log:
  net-p2p/qbittorrent: Remove dependency on DBUS for nox flavor
  
  PR:		243045
  Submitted by:	Phil <dpzn@gmx.net>

Modified:
  head/net-p2p/qbittorrent/Makefile

Modified: head/net-p2p/qbittorrent/Makefile
==============================================================================
--- head/net-p2p/qbittorrent/Makefile	Fri Jan  3 00:56:48 2020	(r521892)
+++ head/net-p2p/qbittorrent/Makefile	Fri Jan  3 01:37:30 2020	(r521893)
@@ -3,6 +3,7 @@
 
 PORTNAME=	qbittorrent
 DISTVERSION=	4.2.1
+PORTREVISION=	1
 CATEGORIES=	net-p2p
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
@@ -41,6 +42,7 @@ GROUPS=			qbittorrent
 USE_RC_SUBR=		qbittorrent
 SUB_LIST=		USER=${USERS} GROUP=${GROUPS}
 PLIST_SUB=		USER=${USERS} GROUP=${GROUPS}
+OPTIONS_EXCLUDE=	DBUS
 .endif
 
 OPTIONS_DEFINE=		DBUS DEBUG



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