From owner-svn-ports-all@FreeBSD.ORG Thu May 14 09:22:00 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 05BCED67; Thu, 14 May 2015 09:22:00 +0000 (UTC) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "relay.issp.ac.ru", Issuer "relay.issp.ac.ru" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id EA4B71644; Thu, 14 May 2015 09:21:58 +0000 (UTC) Received: from mercury.issp.ac.ru [77.236.34.155:28093] (HELO/EHLO mercury.ph.man.ac.uk, authenticated with PLAIN) by mail.issp.ac.ru with ESMTP/inet id t4E9MYul007365 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-GCM-SHA384 (256 bits), verified NO) Thu, 14 May 2015 12:22:35 +0300 (MSK) X-Authentication-Warning: mail.issp.ac.ru: Host mercury.issp.ac.ru [77.236.34.155] claimed to be mercury.ph.man.ac.uk From: Max Brazhnikov To: Kurt Jaeger Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r386202 - head/multimedia/mpv Date: Thu, 14 May 2015 09:21:54 +0000 Message-ID: <1588863.8Ub4eVokaN@mercury.ph.man.ac.uk> User-Agent: KMail/4.14.3 (FreeBSD/10.1-STABLE; KDE/4.14.3; amd64; ; ) In-Reply-To: <201505130614.t4D6EdnI067884@svn.freebsd.org> References: <201505130614.t4D6EdnI067884@svn.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" 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: Thu, 14 May 2015 09:22:00 -0000 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 (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