Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Oct 2013 11:23:26 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329037 - head/multimedia/spotify-websocket-api
Message-ID:  <201310021123.r92BNQFi070826@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Wed Oct  2 11:23:26 2013
New Revision: 329037
URL: http://svnweb.freebsd.org/changeset/ports/329037

Log:
  Add audio/musicpd as a direct run dependency, the port always connects
  to the mpd server on localhost.
  
  Bump PORTREVISION
  Submitted by:	issyl0

Modified:
  head/multimedia/spotify-websocket-api/Makefile

Modified: head/multimedia/spotify-websocket-api/Makefile
==============================================================================
--- head/multimedia/spotify-websocket-api/Makefile	Wed Oct  2 11:18:44 2013	(r329036)
+++ head/multimedia/spotify-websocket-api/Makefile	Wed Oct  2 11:23:26 2013	(r329037)
@@ -3,7 +3,7 @@
 
 PORTNAME=	SpotifyWebsocketAPI
 PORTVERSION=	0.2
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	multimedia python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -34,7 +34,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requ
 		${PYTHON_PKGNAMEPREFIX}ws4py>=0.2.4:${PORTSDIR}/www/py-ws4py \
 		${PYTHON_PKGNAMEPREFIX}protobuf>=2.4.1:${PORTSDIR}/devel/py-protobuf \
 		${PYTHON_PKGNAMEPREFIX}lxml>=3.1:${PORTSDIR}/devel/py-lxml \
-		${PYTHON_PKGNAMEPREFIX}mpd2>=0:${PORTSDIR}/audio/py-mpd2
+		${PYTHON_PKGNAMEPREFIX}mpd2>=0:${PORTSDIR}/audio/py-mpd2 \
+		musicpd:${PORTSDIR}/audio/musicpd
 
 EXAMPLES_LIB_DEPENDS=libao.so:${PORTSDIR}/audio/libao \
 	libmpg123.so:${PORTSDIR}/audio/mpg123



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