From owner-svn-ports-all@freebsd.org Mon Nov 23 02:21:10 2015 Return-Path: Delivered-To: svn-ports-all@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 2342FA35C6E; Mon, 23 Nov 2015 02:21:10 +0000 (UTC) (envelope-from junovitch@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 E1D7E1BAA; Mon, 23 Nov 2015 02:21:09 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAN2L9lC080800; Mon, 23 Nov 2015 02:21:09 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAN2L9UM080799; Mon, 23 Nov 2015 02:21:09 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201511230221.tAN2L9UM080799@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Mon, 23 Nov 2015 02:21:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402254 - 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-all@freebsd.org X-Mailman-Version: 2.1.20 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: Mon, 23 Nov 2015 02:21:10 -0000 Author: junovitch Date: Mon Nov 23 02:21:08 2015 New Revision: 402254 URL: https://svnweb.freebsd.org/changeset/ports/402254 Log: multimedia/mpv: address regressions from r402235 and r402236 - Remove INSTALLS_ICONS (see r395763 commit message) - Set YTDL option as RUN_DEPENDS (see r402130 commit message) PR: 202806 PR: 202337 PR: 204599 Reported by: jbeich Approved by: cpm (implicit from bug 202337 and 202806 approvals) Modified: head/multimedia/mpv/Makefile Modified: head/multimedia/mpv/Makefile ============================================================================== --- head/multimedia/mpv/Makefile Mon Nov 23 01:58:50 2015 (r402253) +++ head/multimedia/mpv/Makefile Mon Nov 23 02:21:08 2015 (r402254) @@ -3,6 +3,7 @@ PORTNAME= mpv PORTVERSION= 0.13.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= multimedia audio @@ -24,7 +25,6 @@ WAF_CMD= ${WRKSRC_waf}/waf-light USES= compiler:c11 desktop-file-utils iconv pkgconfig python:build waf USE_LDCONFIG= yes -INSTALLS_ICONS= yes CPPFLAGS+= -I.. -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -127,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