From owner-svn-ports-head@FreeBSD.ORG Wed Dec 19 20:09:25 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 36D61121; Wed, 19 Dec 2012 20:09:25 +0000 (UTC) (envelope-from oliver@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 017928FC12; Wed, 19 Dec 2012 20:09:25 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBJK9O7f075689; Wed, 19 Dec 2012 20:09:24 GMT (envelope-from oliver@svn.freebsd.org) Received: (from oliver@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBJK9OJ0075687; Wed, 19 Dec 2012 20:09:24 GMT (envelope-from oliver@svn.freebsd.org) Message-Id: <201212192009.qBJK9OJ0075687@svn.freebsd.org> From: Oliver Lehmann Date: Wed, 19 Dec 2012 20:09:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309260 - head/multimedia/audacious-plugins 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: Wed, 19 Dec 2012 20:09:25 -0000 Author: oliver Date: Wed Dec 19 20:09:24 2012 New Revision: 309260 URL: http://svnweb.freebsd.org/changeset/ports/309260 Log: fix pkg-plist for OPTIONS Modified: head/multimedia/audacious-plugins/Makefile head/multimedia/audacious-plugins/pkg-plist Modified: head/multimedia/audacious-plugins/Makefile ============================================================================== --- head/multimedia/audacious-plugins/Makefile Wed Dec 19 20:08:40 2012 (r309259) +++ head/multimedia/audacious-plugins/Makefile Wed Dec 19 20:09:24 2012 (r309260) @@ -31,7 +31,7 @@ PORTDOCS= AUTHORS OPTIONS_DEFINE= DBUS OSS4 SDLOUT ALSA CUE MP3 STATUSICON AOSD AOSDXCOMP \ ADPLUG VORBIS FLAC WAVPACK AAC SNDFILE MODPLUG JACK SID \ CDAUDIO SCROBBLER MMS GIO SMB MTP NLS RESAMPLE AMIDI \ - NOTIFY BS2B FFAUDIO PULSE + NOTIFY BS2B FFAUDIO PULSE NEON OPTIONS_DEFAULT= DBUS CUE MP3 STATUSICON AOSD AOSDXCOMP AAC CDAUDIO \ SCROBBLER NEON NLS OSS4 ADPLUG_DESC= ADPLUG decoder @@ -49,6 +49,7 @@ SCROBBLER_DESC= Scrobbler decoder SDLOUT_DESC= SDL Output SID_DESC= Commodore64 STATUSICON_DESC= X11 Status icon +NEON_DESC= Neon plugin .include Modified: head/multimedia/audacious-plugins/pkg-plist ============================================================================== --- head/multimedia/audacious-plugins/pkg-plist Wed Dec 19 20:08:40 2012 (r309259) +++ head/multimedia/audacious-plugins/pkg-plist Wed Dec 19 20:09:24 2012 (r309260) @@ -170,7 +170,7 @@ lib/audacious/Input/metronom.so %%SIDPLUGIN%%lib/audacious/Input/sid.so lib/audacious/Input/console.so lib/audacious/Input/psf2.so -lib/audacious/Input/madplug.so +%%MP3PLUGIN%%lib/audacious/Input/madplug.so %%SNDFILEPLUGIN%%lib/audacious/Input/sndfile.so %%CDAUDIOPLUGIN%%lib/audacious/Input/cdaudio-ng.so lib/audacious/Effect/stereo.so @@ -199,7 +199,7 @@ lib/audacious/General/albumart.so lib/audacious/General/skins.so lib/audacious/General/song_change.so %%STATUSICONPLUGIN%%lib/audacious/General/statusicon.so -lib/audacious/General/cd-menu-items.so +%%CDAUDIOPLUGIN%%lib/audacious/General/cd-menu-items.so %%OSS4PLUGIN%%lib/audacious/Output/oss4.so %%ALSAPLUGIN%%lib/audacious/Output/alsa.so lib/audacious/Output/filewriter.so