svn commit: r519260 - head/audio/musicpd

Thomas Zander riggs at FreeBSD.org
Sun Dec 8 00:24:27 UTC 2019


Author: riggs
Date: Sun Dec  8 00:24:26 2019
New Revision: 519260
URL: https://svnweb.freebsd.org/changeset/ports/519260

Log:
  Remove unnecessary lib depends in default config
  
  Submitted by:	daniel.engberg.lists at pyret.net
  MFH:		2019Q4 (hat: ports-secteam)
  Differential Revision:	https://reviews.freebsd.org/D22294

Modified:
  head/audio/musicpd/Makefile

Modified: head/audio/musicpd/Makefile
==============================================================================
--- head/audio/musicpd/Makefile	Sat Dec  7 23:41:13 2019	(r519259)
+++ head/audio/musicpd/Makefile	Sun Dec  8 00:24:26 2019	(r519260)
@@ -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-all mailing list