From owner-svn-ports-branches@freebsd.org Wed Dec 16 10:12:16 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 746C84B7579; Wed, 16 Dec 2020 10:12:16 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CwrXJ2PL7z4hrb; Wed, 16 Dec 2020 10:12:16 +0000 (UTC) (envelope-from madpilot@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 452DB240EC; Wed, 16 Dec 2020 10:12:16 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BGACGRT016482; Wed, 16 Dec 2020 10:12:16 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BGACG7a016481; Wed, 16 Dec 2020 10:12:16 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <202012161012.0BGACG7a016481@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Wed, 16 Dec 2020 10:12:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r558219 - branches/2020Q4/multimedia/audacious-plugins X-SVN-Group: ports-branches X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: branches/2020Q4/multimedia/audacious-plugins X-SVN-Commit-Revision: 558219 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Dec 2020 10:12:16 -0000 Author: madpilot Date: Wed Dec 16 10:12:15 2020 New Revision: 558219 URL: https://svnweb.freebsd.org/changeset/ports/558219 Log: MFH: r558218 - Enable PULSEAUDIO option by default so this plugin is available in the binary package. - While here reflow options. Requested by: Usama Hashimi Modified: branches/2020Q4/multimedia/audacious-plugins/Makefile Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/multimedia/audacious-plugins/Makefile ============================================================================== --- branches/2020Q4/multimedia/audacious-plugins/Makefile Wed Dec 16 10:10:26 2020 (r558218) +++ branches/2020Q4/multimedia/audacious-plugins/Makefile Wed Dec 16 10:12:15 2020 (r558219) @@ -3,7 +3,7 @@ PORTNAME= audacious-plugins PORTVERSION= 4.0.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia audio MASTER_SITES= http://distfiles.audacious-media-player.org/ @@ -56,8 +56,9 @@ OPTIONS_DEFINE= AAC AMIDI BS2B CDDA CUE FFMPEG FLAC LA SCROBBLER SID SNDFILE SPEEDPITCH VORBIS WAVPACK OPTIONS_MULTI= OUTPUT OPTIONS_MULTI_OUTPUT= ALSA FILEWRITER JACK OSS PULSEAUDIO SDL SNDIO -OPTIONS_DEFAULT=AAC CDDA CUE FILEWRITER FFMPEG FLAC \ - MMS MPRIS NEON NLS NOTIFY OSS SCROBBLER VORBIS WAVPACK +OPTIONS_DEFAULT= AAC CDDA CUE FILEWRITER FFMPEG FLAC MMS MPRIS \ + NEON NLS NOTIFY OSS PULSEAUDIO SCROBBLER \ + VORBIS WAVPACK OPTIONS_SUB= yes .if ${FLAVOR} == gtk2