From owner-svn-ports-all@FreeBSD.ORG Wed Feb 27 04:02:01 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BF6643E7; Wed, 27 Feb 2013 04:02:01 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B1C607DA; Wed, 27 Feb 2013 04:02:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1R421ld093164; Wed, 27 Feb 2013 04:02:01 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1R420GF093158; Wed, 27 Feb 2013 04:02:00 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201302270402.r1R420GF093158@svn.freebsd.org> From: Alexey Dokuchaev Date: Wed, 27 Feb 2013 04:02:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r313033 - in head/audio: pacpl shntool 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.14 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: Wed, 27 Feb 2013 04:02:01 -0000 Author: danfe Date: Wed Feb 27 04:02:00 2013 New Revision: 313033 URL: http://svnweb.freebsd.org/changeset/ports/313033 Log: Chase audio/laudio -> audio/linux-laudio rename and unbreak INDEX build. Modified: head/audio/pacpl/Makefile head/audio/shntool/Makefile Modified: head/audio/pacpl/Makefile ============================================================================== --- head/audio/pacpl/Makefile Wed Feb 27 03:57:18 2013 (r313032) +++ head/audio/pacpl/Makefile Wed Feb 27 04:02:00 2013 (r313033) @@ -111,7 +111,7 @@ RUN_DEPENDS+= lame:${PORTSDIR}/audio/lam .endif .if ${PORT_OPTIONS:MLAUDIO} -RUN_DEPENDS+= laudio:${PORTSDIR}/audio/laudio +RUN_DEPENDS+= laudio:${PORTSDIR}/audio/linux-laudio .endif .if ${PORT_OPTIONS:MSNDFILE} Modified: head/audio/shntool/Makefile ============================================================================== --- head/audio/shntool/Makefile Wed Feb 27 03:57:18 2013 (r313032) +++ head/audio/shntool/Makefile Wed Feb 27 04:02:00 2013 (r313033) @@ -28,7 +28,7 @@ BONK_DESC= Bonk lossy/lossless audio sup KXS_DESC= Kexis support RDEP= AIFF:sox SHN:shorten FLAC APE:mac OFR:ofr:optimfrog LPAC WV:wavpack \ - ALAC:alac LA:laudio TTA:ttaenc:tta BONK KXS:kexis + ALAC:alac LA:linux-laudio TTA:ttaenc:tta BONK KXS:kexis .include