svn commit: r519261 - branches/2019Q4/audio/musicpd
Thomas Zander
riggs at FreeBSD.org
Sun Dec 8 00:28:13 UTC 2019
Author: riggs
Date: Sun Dec 8 00:28:12 2019
New Revision: 519261
URL: https://svnweb.freebsd.org/changeset/ports/519261
Log:
MFH: r519260
Remove unnecessary lib depends in default config
Submitted by: daniel.engberg.lists at pyret.net
Differential Revision: https://reviews.freebsd.org/D22294
Approved by: ports-secteam (riggs)
Modified:
branches/2019Q4/audio/musicpd/Makefile
Directory Properties:
branches/2019Q4/ (props changed)
Modified: branches/2019Q4/audio/musicpd/Makefile
==============================================================================
--- branches/2019Q4/audio/musicpd/Makefile Sun Dec 8 00:24:26 2019 (r519260)
+++ branches/2019Q4/audio/musicpd/Makefile Sun Dec 8 00:28:12 2019 (r519261)
@@ -2,6 +2,7 @@
PORTNAME= musicpd
PORTVERSION= 0.21.16
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= https://www.musicpd.org/download/mpd/${PORTVERSION:R}/
DISTNAME= mpd-${PORTVERSION}
@@ -77,7 +78,7 @@ WILDMIDI_DESC= WildMIDI support (MIDI files)
YAJL_DESC= JSON support via libyajl
ZZIP_DESC= Support for zzip archives
-OPTIONS_DEFAULT=AUDIOFILE CURL FFMPEG FLAC ID3TAG MAD \
+OPTIONS_DEFAULT=CURL FFMPEG FLAC ID3TAG \
PLAYLISTS SNDFILE VORBIS VORBISENC
# Decoder plugins
More information about the svn-ports-branches
mailing list