From owner-svn-ports-head@freebsd.org Sat Nov 21 02:27:03 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F5ADA34189; Sat, 21 Nov 2015 02:27:03 +0000 (UTC) (envelope-from jbeich@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 mx1.freebsd.org (Postfix) with ESMTPS id 6B05F1ED2; Sat, 21 Nov 2015 02:27:03 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAL2R2vI016988; Sat, 21 Nov 2015 02:27:02 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAL2R2dx016987; Sat, 21 Nov 2015 02:27:02 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201511210227.tAL2R2dx016987@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 21 Nov 2015 02:27:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402130 - head/multimedia/mpv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2015 02:27:03 -0000 Author: jbeich Date: Sat Nov 21 02:27:02 2015 New Revision: 402130 URL: https://svnweb.freebsd.org/changeset/ports/402130 Log: multimedia/mpv: partially backout r386202 youtube-dl is only used during runtime, so register dependency properly. As the port doesn't enforce *where* to find the script rely on PATH. PR: 202337 Approved by: Carlos J Puga Medina (maintainer) Modified: head/multimedia/mpv/Makefile (contents, props changed) Modified: head/multimedia/mpv/Makefile ============================================================================== --- head/multimedia/mpv/Makefile Sat Nov 21 02:26:40 2015 (r402129) +++ head/multimedia/mpv/Makefile Sat Nov 21 02:27:02 2015 (r402130) @@ -4,6 +4,7 @@ PORTNAME= mpv PORTVERSION= 0.12.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= multimedia audio @@ -126,7 +127,7 @@ XINERAMA_USE= XORG=xinerama,xineramapr XINERAMA_CONFIGURE_OFF= --disable-xinerama XINERAMA_IMPLIES= X11 -YTDL_BUILD_DEPENDS= ${LOCALBASE}/bin/youtube-dl:${PORTSDIR}/www/youtube_dl +YTDL_RUN_DEPENDS= youtube-dl:${PORTSDIR}/www/youtube_dl ZSH_USES= perl5 ZSH_USE= PERL5=build