From owner-svn-ports-all@FreeBSD.ORG Fri May 30 18:30:08 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6809E6A0; Fri, 30 May 2014 18:30:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 5603B232C; Fri, 30 May 2014 18:30:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4UIU80n006023; Fri, 30 May 2014 18:30:08 GMT (envelope-from nox@svn.freebsd.org) Received: (from nox@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4UIU8Aw006022; Fri, 30 May 2014 18:30:08 GMT (envelope-from nox@svn.freebsd.org) Message-Id: <201405301830.s4UIU8Aw006022@svn.freebsd.org> From: Juergen Lock Date: Fri, 30 May 2014 18:30:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355888 - head/multimedia/kaffeine 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.18 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: Fri, 30 May 2014 18:30:08 -0000 Author: nox Date: Fri May 30 18:30:07 2014 New Revision: 355888 URL: http://svnweb.freebsd.org/changeset/ports/355888 QAT: https://qat.redports.org/buildarchive/r355888/ Log: - Stagify. - Use new LIB_DEPENDS syntax. Modified: head/multimedia/kaffeine/Makefile Modified: head/multimedia/kaffeine/Makefile ============================================================================== --- head/multimedia/kaffeine/Makefile Fri May 30 18:19:15 2014 (r355887) +++ head/multimedia/kaffeine/Makefile Fri May 30 18:30:07 2014 (r355888) @@ -12,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A xine-base multimedia player BUILD_DEPENDS= ${LOCALBASE}/include/linux/dvb/ca.h:${PORTSDIR}/multimedia/v4l_compat -LIB_DEPENDS= xine.2:${PORTSDIR}/multimedia/libxine +LIB_DEPENDS= libxine.so:${PORTSDIR}/multimedia/libxine LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING @@ -24,7 +24,6 @@ USES= cmake gettext gmake USE_LDCONFIG= yes USE_XORG= xscrnsaver -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's,add_subdirectory(x-test),,' ${WRKSRC}/po/CMakeLists.txt