svn commit: r521893 - head/net-p2p/qbittorrent

Yuri Victorovich yuri at FreeBSD.org
Fri Jan 3 01:37:31 UTC 2020


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 at 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


More information about the svn-ports-head mailing list