Received: by mail.netbsd.org (Postfix, from userid 605) id 8C66184D9D; Tue, 31 Jul 2018 14:01:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7063884D31 for ; Tue, 31 Jul 2018 14:01:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 1kw4_FfajfZ1 for ; Tue, 31 Jul 2018 14:01:40 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9A98784C77 for ; Tue, 31 Jul 2018 14:01:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 93BA9FBEC; Tue, 31 Jul 2018 14:01:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1533045700281910" MIME-Version: 1.0 Date: Tue, 31 Jul 2018 14:01:40 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/audio/audacious-plugins To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20180731140140.93BA9FBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1533045700281910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Tue Jul 31 14:01:40 UTC 2018 Modified Files: pkgsrc/audio/audacious-plugins: PLIST Log Message: audacious-plugins: Fix oss4 PLIST entry. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/audio/audacious-plugins/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1533045700281910 Content-Disposition: inline Content-Length: 956 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/audacious-plugins/PLIST diff -u pkgsrc/audio/audacious-plugins/PLIST:1.14 pkgsrc/audio/audacious-plugins/PLIST:1.15 --- pkgsrc/audio/audacious-plugins/PLIST:1.14 Mon Jan 1 22:29:16 2018 +++ pkgsrc/audio/audacious-plugins/PLIST Tue Jul 31 14:01:40 2018 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2018/01/01 22:29:16 rillig Exp $ +@comment $NetBSD: PLIST,v 1.15 2018/07/31 14:01:40 jperkin Exp $ lib/audacious/Container/asx.so lib/audacious/Container/asx3.so lib/audacious/Container/audpl.so @@ -44,9 +44,9 @@ lib/audacious/Input/vorbis.so lib/audacious/Input/vtx.so lib/audacious/Input/wavpack.so lib/audacious/Input/xsf.so -${PLIST.oss4}lib/audacious/Output/OSS4.so lib/audacious/Output/filewriter.so ${PLIST.jack}lib/audacious/Output/jackout.so +${PLIST.oss4}lib/audacious/Output/oss4.so ${PLIST.pulse}lib/audacious/Output/pulse_audio.so lib/audacious/Output/sdlout.so lib/audacious/Transport/gio.so --_----------=_1533045700281910--