From owner-svn-ports-all@freebsd.org Tue Jan 10 11:41:58 2017 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 6A877CA9348; Tue, 10 Jan 2017 11:41:58 +0000 (UTC) (envelope-from avilla@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 39A091AF1; Tue, 10 Jan 2017 11:41:58 +0000 (UTC) (envelope-from avilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0ABfvJK047826; Tue, 10 Jan 2017 11:41:57 GMT (envelope-from avilla@FreeBSD.org) Received: (from avilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0ABfv23047825; Tue, 10 Jan 2017 11:41:57 GMT (envelope-from avilla@FreeBSD.org) Message-Id: <201701101141.v0ABfv23047825@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: avilla set sender to avilla@FreeBSD.org using -f From: Alberto Villa Date: Tue, 10 Jan 2017 11:41:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431076 - head/multimedia/shotcut 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.23 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: Tue, 10 Jan 2017 11:41:58 -0000 Author: avilla Date: Tue Jan 10 11:41:57 2017 New Revision: 431076 URL: https://svnweb.freebsd.org/changeset/ports/431076 Log: - Fix RUN_DEPENDS Reported by: pkg-fallout Modified: head/multimedia/shotcut/Makefile Modified: head/multimedia/shotcut/Makefile ============================================================================== --- head/multimedia/shotcut/Makefile Tue Jan 10 11:01:02 2017 (r431075) +++ head/multimedia/shotcut/Makefile Tue Jan 10 11:41:57 2017 (r431076) @@ -12,7 +12,7 @@ LICENSE= GPLv3 LIB_DEPENDS= libmlt.so:multimedia/mlt RUN_DEPENDS= ffmpeg:multimedia/ffmpeg \ ${LOCALBASE}/lib/libjack.so:audio/jack \ - ${LOCALBASE}/lib/libSDL-1.2.so:devel/sdl12 + ${LOCALBASE}/lib/libSDL.so:devel/sdl12 USE_GITHUB= yes GH_ACCOUNT= mltframework