From owner-svn-ports-head@FreeBSD.ORG Tue Sep 17 16:18:47 2013 Return-Path: Delivered-To: svn-ports-head@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 ESMTP id CEF5D282; Tue, 17 Sep 2013 16:18:47 +0000 (UTC) (envelope-from wg@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BB1A92FCE; Tue, 17 Sep 2013 16:18:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8HGIlPF039186; Tue, 17 Sep 2013 16:18:47 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8HGIlEO039184; Tue, 17 Sep 2013 16:18:47 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309171618.r8HGIlEO039184@svn.freebsd.org> From: William Grzybowski Date: Tue, 17 Sep 2013 16:18:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327483 - head/multimedia/cx88 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Sep 2013 16:18:47 -0000 Author: wg Date: Tue Sep 17 16:18:47 2013 New Revision: 327483 URL: http://svnweb.freebsd.org/changeset/ports/327483 Log: multimedia/cx88: update to 1.4.9 - Update to 1.4.9 [1] - Convert lib depends to new format PR: ports/182132 Submitted by: Jason Harmening (maintainer) Modified: head/multimedia/cx88/Makefile head/multimedia/cx88/distinfo Modified: head/multimedia/cx88/Makefile ============================================================================== --- head/multimedia/cx88/Makefile Tue Sep 17 16:12:05 2013 (r327482) +++ head/multimedia/cx88/Makefile Tue Sep 17 16:18:47 2013 (r327483) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cx88 -PORTVERSION= 1.4.8 +PORTVERSION= 1.4.9 CATEGORIES= multimedia kld MASTER_SITES= ftp://corona.homeunix.net/ports/cx88/ @@ -34,11 +34,11 @@ MAKE_ARGS+= DIAGNOSTIC=0x7f .endif .if ${PORT_OPTIONS:MLINUX_COMPAT} -LIB_DEPENDS+= cuse4bsd:${PORTSDIR}/multimedia/cuse4bsd-kmod +LIB_DEPENDS+= libcuse4bsd.so:${PORTSDIR}/multimedia/cuse4bsd-kmod BUILD_DEPENDS+= v4l_compat>=1.0.20100321:${PORTSDIR}/multimedia/v4l_compat MAKE_ARGS+= -D WITH_LINUX_COMPAT .if ${PORT_OPTIONS:MHAL} -LIB_DEPENDS+= hal:${PORTSDIR}/sysutils/hal \ +LIB_DEPENDS+= libhal.so:${PORTSDIR}/sysutils/hal \ dbus-1:${PORTSDIR}/devel/dbus MAKE_ARGS+= -D WITH_HAL .endif Modified: head/multimedia/cx88/distinfo ============================================================================== --- head/multimedia/cx88/distinfo Tue Sep 17 16:12:05 2013 (r327482) +++ head/multimedia/cx88/distinfo Tue Sep 17 16:18:47 2013 (r327483) @@ -1,2 +1,2 @@ -SHA256 (cx88-1.4.8.tar.gz) = 94e2de501a242a8d1e1a1f360659df1d985ad442186311d8b6d87ef06ed5d818 -SIZE (cx88-1.4.8.tar.gz) = 191144 +SHA256 (cx88-1.4.9.tar.gz) = e05c90dea79a1ddc1f96e53e0839f0f57eef17b118d3d1304043d9b1771e7b86 +SIZE (cx88-1.4.9.tar.gz) = 191178