Date: Sat, 15 Aug 2015 11:05:07 +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: r394294 - head/multimedia/spotify-websocket-api Message-ID: <201508151105.t7FB570D016386@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Sat Aug 15 11:05:06 2015 New Revision: 394294 URL: https://svnweb.freebsd.org/changeset/ports/394294 Log: multimedia/spotify-websocket-api: as discussed with the author, mark this port as IGNORE because login fails and set expiration date to 2016-01-01. While here pet portlint. Modified: head/multimedia/spotify-websocket-api/Makefile Modified: head/multimedia/spotify-websocket-api/Makefile ============================================================================== --- head/multimedia/spotify-websocket-api/Makefile Sat Aug 15 10:36:04 2015 (r394293) +++ head/multimedia/spotify-websocket-api/Makefile Sat Aug 15 11:05:06 2015 (r394294) @@ -10,6 +10,10 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= rene@FreeBSD.org COMMENT= Websocket API and client for Spotify +IGNORE= login fails due to protocol changes +DEPRECATED= ${IGNORE} +EXPIRATION_DATE=2016-01-01 + NO_ARCH= yes USE_GITHUB= yes @@ -17,7 +21,7 @@ GH_ACCOUNT= Hexxeh GH_PROJECT= spotify-websocket-api GH_TAGNAME= d397ed2 -USES= shebangfix python +USES= python shebangfix SHEBANG_FILES= spotify_web/spotify.py ${CLIENTFILES} USE_PYTHON= autoplist concurrent distutils @@ -51,13 +55,13 @@ post-patch: post-install: .for f in ${CLIENTFILES} - @${INSTALL_SCRIPT} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin .endfor - @${LN} -s ${PREFIX}/bin/respotify.py ${STAGEDIR}${PREFIX}/bin/respotify + ${LN} -s ${PREFIX}/bin/respotify.py ${STAGEDIR}${PREFIX}/bin/respotify - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} .for f in ${PORTEXAMPLES} - @${INSTALL_SCRIPT} ${WRKSRC}/examples/${f} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_SCRIPT} ${WRKSRC}/examples/${f} ${STAGEDIR}${EXAMPLESDIR} .endfor .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508151105.t7FB570D016386>