svn commit: r402130 - head/multimedia/mpv

Jan Beich jbeich at FreeBSD.org
Sat Nov 21 02:27:03 UTC 2015


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 <cpm at fbsd.es> (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


More information about the svn-ports-all mailing list