From owner-svn-ports-all@freebsd.org Sat Jan 16 15:19:52 2016 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 39B64A84BA5; Sat, 16 Jan 2016 15:19:52 +0000 (UTC) (envelope-from kevlo@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 0B09214EE; Sat, 16 Jan 2016 15:19:51 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0GFJp0p003545; Sat, 16 Jan 2016 15:19:51 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0GFJpwD003544; Sat, 16 Jan 2016 15:19:51 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201601161519.u0GFJpwD003544@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Sat, 16 Jan 2016 15:19:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406230 - head/emulators/linux-c6 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.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: Sat, 16 Jan 2016 15:19:52 -0000 Author: kevlo Date: Sat Jan 16 15:19:50 2016 New Revision: 406230 URL: https://svnweb.freebsd.org/changeset/ports/406230 Log: Add audio/linux-c6-pulseaudio-libs-glib2. Pointed out by: xmj Modified: head/emulators/linux-c6/Makefile Modified: head/emulators/linux-c6/Makefile ============================================================================== --- head/emulators/linux-c6/Makefile Sat Jan 16 15:11:37 2016 (r406229) +++ head/emulators/linux-c6/Makefile Sat Jan 16 15:19:50 2016 (r406230) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= linux-${USE_LINUX} -PORTVERSION= 0.3 +PORTVERSION= 0.4 CATEGORIES= emulators linux MAINTAINER= emulation@FreeBSD.org @@ -51,6 +51,7 @@ RUN_DEPENDS+= linux-${USE_LINUX}-libasyn linux-${USE_LINUX}-arts>0:${PORTSDIR}/audio/linux-c6-arts \ linux-${USE_LINUX}-pulseaudio-utils>0:${PORTSDIR}/audio/linux-c6-pulseaudio-utils \ linux-${USE_LINUX}-pulseaudio-libs>0:${PORTSDIR}/audio/linux-c6-pulseaudio-libs \ + linux-${USE_LINUX}-pulseaudio-libs-glib2>0:${PORTSDIR}/audio/linux-c6-pulseaudio-libs-glib2 \ linux-${USE_LINUX}-mikmod>0:${PORTSDIR}/audio/linux-c6-mikmod \ linux-${USE_LINUX}-openal-soft>0:${PORTSDIR}/audio/linux-c6-openal-soft \ linux-${USE_LINUX}-libvorbis>0:${PORTSDIR}/audio/linux-c6-libvorbis \