git: 2a8be2b7a2ec - main - audio/moc: Update OPTIONS_DEFAULT to include WAVPACK

Li-Wen Hsu lwhsu at FreeBSD.org
Tue Jun 1 16:26:20 UTC 2021


The branch main has been updated by lwhsu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2a8be2b7a2ecc95a148bbf0467e2edff86434b6e

commit 2a8be2b7a2ecc95a148bbf0467e2edff86434b6e
Author:     Rob Zinkov <rzinkov at gmail.com>
AuthorDate: 2021-06-01 15:59:05 +0000
Commit:     Li-Wen Hsu <lwhsu at FreeBSD.org>
CommitDate: 2021-06-01 16:24:15 +0000

    audio/moc: Update OPTIONS_DEFAULT to include WAVPACK
    
    Include wavpack so the audio player can support more audio formats
    
    PR:             256275
---
 audio/moc/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/audio/moc/Makefile b/audio/moc/Makefile
index 57b3075b2d5d..4e4196cc14ad 100644
--- a/audio/moc/Makefile
+++ b/audio/moc/Makefile
@@ -1,8 +1,8 @@
-# Created by: Revis Zinkov <rzinkov at gmail.com>
+# Created by: Rob Zinkov <rzinkov at gmail.com>
 
 PORTNAME=	moc
 PORTVERSION=	2.5.2
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	audio
 MASTER_SITES=	http://ftp.daper.net/pub/soft/moc/stable/
 
@@ -24,7 +24,7 @@ LDFLAGS+=	-L${LOCALBASE}/lib -L${BDB_LIB_DIR}
 
 OPTIONS_DEFINE=	AAC CURL DEBUG FFMPEG FLAC JACK MODPLUG MP3 MUSEPACK RCC \
 		SAMPLERATE SIDPLAY2 SNDFILE SPEEX VORBIS WAVPACK
-OPTIONS_DEFAULT=	MP3 VORBIS FLAC CURL
+OPTIONS_DEFAULT=	MP3 VORBIS FLAC CURL WAVPACK
 CURL_DESC=	curl support (Internet streams)
 RCC_DESC=	RCC support
 SIDPLAY2_DESC=	libsidplay2 support


More information about the dev-commits-ports-main mailing list