From owner-svn-ports-all@freebsd.org Wed May 6 19:26:57 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A57C82DD863; Wed, 6 May 2020 19:26:57 +0000 (UTC) (envelope-from rigoletto@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49HRRj40mdz44wj; Wed, 6 May 2020 19:26:57 +0000 (UTC) (envelope-from rigoletto@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 848504840; Wed, 6 May 2020 19:26:57 +0000 (UTC) (envelope-from rigoletto@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 046JQvR7030094; Wed, 6 May 2020 19:26:57 GMT (envelope-from rigoletto@FreeBSD.org) Received: (from rigoletto@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 046JQvRM030093; Wed, 6 May 2020 19:26:57 GMT (envelope-from rigoletto@FreeBSD.org) Message-Id: <202005061926.046JQvRM030093@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rigoletto set sender to rigoletto@FreeBSD.org using -f From: =?UTF-8?Q?Alexandre_C=2e_Guimar=c3=a3es?= Date: Wed, 6 May 2020 19:26:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r534198 - head/net-p2p/transmission X-SVN-Group: ports-head X-SVN-Commit-Author: rigoletto X-SVN-Commit-Paths: head/net-p2p/transmission X-SVN-Commit-Revision: 534198 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 May 2020 19:26:57 -0000 Author: rigoletto Date: Wed May 6 19:26:57 2020 New Revision: 534198 URL: https://svnweb.freebsd.org/changeset/ports/534198 Log: net-p2p/transmission: Fix OPTION typos. Reported by: VVD Modified: head/net-p2p/transmission/Makefile Modified: head/net-p2p/transmission/Makefile ============================================================================== --- head/net-p2p/transmission/Makefile Wed May 6 18:09:41 2020 (r534197) +++ head/net-p2p/transmission/Makefile Wed May 6 19:26:57 2020 (r534198) @@ -24,7 +24,7 @@ WEB_DESC= Web client CLI_RUN_DEPENDS= transmission-cli:net-p2p/transmission-cli DAEMON_RUN_DEPENDS= transmission-daemon:net-p2p/transmission-daemon GTK_RUN_DEPENDS= transmission-gtk:net-p2p/transmission-gtk -QT5_RUN_DEPENDS= transmission-qt:net-p2p/transmission-qt +QT_RUN_DEPENDS= transmission-qt:net-p2p/transmission-qt WEB_RUN_DEPENDS= ${DATADIR}/web/index.html:www/transmission-web .include