Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 May 2015 09:21:54 +0000
From:      Max Brazhnikov <makc@freebsd.org>
To:        Kurt Jaeger <pi@freebsd.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r386202 - head/multimedia/mpv
Message-ID:  <1588863.8Ub4eVokaN@mercury.ph.man.ac.uk>
In-Reply-To: <201505130614.t4D6EdnI067884@svn.freebsd.org>
References:  <201505130614.t4D6EdnI067884@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 13 May 2015 06:14:39 +0000 (UTC)Wed May 13 06:14:39 2015 Kurt Jaeger wrote:
> Author: pi
> Date: Wed May 13 06:14:39 2015
> New Revision: 386202
> URL: https://svnweb.freebsd.org/changeset/ports/386202
> 
> Log:
>   multimedia/mpv: change optimization on i386
>   
>   PR:           198758
>   Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
> 
> Modified:
>   head/multimedia/mpv/Makefile
> 
> Modified: head/multimedia/mpv/Makefile
> ==============================================================================
> --- head/multimedia/mpv/Makefile        Wed May 13 06:12:12 2015        (r386201)
> +++ head/multimedia/mpv/Makefile        Wed May 13 06:14:39 2015        (r386202)
> @@ -4,6 +4,7 @@
>  PORTNAME=      mpv
>  PORTVERSION=   0.9.1
>  DISTVERSIONPREFIX=     v
> +PORTREVISION=  1
>  PORTEPOCH=     1
>  CATEGORIES=    multimedia audio
>  MASTER_SITES=  http://ftp.waf.io/pub/release/:1 \
> @@ -96,7 +97,7 @@ V4L_BUILD_DEPENDS=            ${LOCALBASE}/include
>  V4L_LIB_DEPENDS=               libv4l2.so:${PORTSDIR}/multimedia/libv4l
>  V4L_CONFIGURE_ENABLE=          tv-v4l2
>  
> -YTDL_RUN_DEPENDS=              youtube-dl:${PORTSDIR}/www/youtube_dl
> +YTDL_BUILD_DEPENDS=            ${LOCALBASE}/bin/youtube-dl:${PORTSDIR}/www/youtube_dl

This change wasn't mentioned in commit log, and it looks suspicious.

Max



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1588863.8Ub4eVokaN>