Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Dec 2019 00:24:27 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r519260 - head/audio/musicpd
Message-ID:  <201912080024.xB80ORpt074370@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912080024.xB80ORpt074370>