Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Mar 2014 18:13:10 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349047 - head/audio/musicpd
Message-ID:  <201403241813.s2OIDAXq024627@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: crees
Date: Mon Mar 24 18:13:10 2014
New Revision: 349047
URL: http://svnweb.freebsd.org/changeset/ports/349047
QAT: https://qat.redports.org/buildarchive/r349047/

Log:
  Enable curl by default.
  
  PR:		ports/187833
  Submitted by:	rene

Modified:
  head/audio/musicpd/Makefile

Modified: head/audio/musicpd/Makefile
==============================================================================
--- head/audio/musicpd/Makefile	Mon Mar 24 18:11:44 2014	(r349046)
+++ head/audio/musicpd/Makefile	Mon Mar 24 18:13:10 2014	(r349047)
@@ -2,7 +2,7 @@
 
 PORTNAME=	musicpd
 PORTVERSION=	0.18.8
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio ipv6
 MASTER_SITES=	http://www.musicpd.org/download/mpd/${PORTVERSION:R}/
 DISTNAME=	mpd-${PORTVERSION}
@@ -12,8 +12,7 @@ COMMENT=	Remote-controllable music daemo
 
 LICENSE=	GPLv2
 
-USES=		gmake pkgconfig compiler:c++11-lib
-USE_XZ=		yes
+USES=		gmake pkgconfig compiler:c++11-lib tar:xz
 GNU_CONFIGURE=	yes
 USE_GNOME=	glib20
 
@@ -54,7 +53,7 @@ VORBISENC_DESC=	Ogg Vorbis encoder
 WAVPACK_DESC=	WavPack support
 WILDMIDI_DESC=	WildMIDI support (MIDI files)
 
-OPTIONS_DEFAULT=ID3TAG IPV6 MAD OSS FLAC VORBIS WAV FFMPEG SNDFILE
+OPTIONS_DEFAULT=ID3TAG IPV6 MAD OSS FLAC VORBIS WAV FFMPEG SNDFILE CURL
 
 AAC_CONFIGURE_ENABLE=aac
 AAC_LIB_DEPENDS=libfaad.so:${PORTSDIR}/audio/faad



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