From owner-svn-ports-branches@freebsd.org Sun Feb 28 22:18:46 2016 Return-Path: Delivered-To: svn-ports-branches@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 86C09AB71C4; Sun, 28 Feb 2016 22:18:46 +0000 (UTC) (envelope-from rakuco@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 598321FFA; Sun, 28 Feb 2016 22:18:46 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1SMIj2Y089097; Sun, 28 Feb 2016 22:18:45 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1SMIjRg089096; Sun, 28 Feb 2016 22:18:45 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602282218.u1SMIjRg089096@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 28 Feb 2016 22:18:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r409777 - branches/2016Q1/multimedia/kaffeine X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Feb 2016 22:18:46 -0000 Author: rakuco Date: Sun Feb 28 22:18:45 2016 New Revision: 409777 URL: https://svnweb.freebsd.org/changeset/ports/409777 Log: MFH: r409770 Depend on multimedia/vlc-qt4 instead of multimedia/vlc. multimedia/vlc conflicts with multimedia/vlc-qt4, and the latter is needed by multimedia/phonon-qt4 and consequently by x11/kde4-workspace and other KDE4 ports. Since Kaffeine depends on parts of KDE4 such as x11/kdelibs4, it makes more sense to depend on vlc-qt4 instead. PR: 204690 Approved by: ports-secteam (feld) Modified: branches/2016Q1/multimedia/kaffeine/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/multimedia/kaffeine/Makefile ============================================================================== --- branches/2016Q1/multimedia/kaffeine/Makefile Sun Feb 28 22:14:23 2016 (r409776) +++ branches/2016Q1/multimedia/kaffeine/Makefile Sun Feb 28 22:18:45 2016 (r409777) @@ -3,6 +3,7 @@ PORTNAME= kaffeine PORTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= multimedia kde MASTER_SITES= SF/kaffeine/current @@ -13,7 +14,7 @@ LICENSE= GPLv2 # (or later) LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat -LIB_DEPENDS= libvlc.so:${PORTSDIR}/multimedia/vlc +LIB_DEPENDS= libvlc.so:${PORTSDIR}/multimedia/vlc-qt4 USES= cmake cpe gettext gmake pkgconfig USE_KDE4= automoc4 kdelibs kdeprefix