Date: Tue, 6 May 2014 19:57:45 +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: r353126 - head/multimedia/spotify-websocket-api Message-ID: <201405061957.s46JvjOX000117@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Tue May 6 19:57:45 2014 New Revision: 353126 URL: http://svnweb.freebsd.org/changeset/ports/353126 QAT: https://qat.redports.org/buildarchive/r353126/ Log: multimedia/spotify-websocket-api: Update to git commit 9ad8639. This somewhat restores usability by handling sp/ping_flash2 requests, but the program is currently fragile. Modified: head/multimedia/spotify-websocket-api/Makefile head/multimedia/spotify-websocket-api/distinfo Modified: head/multimedia/spotify-websocket-api/Makefile ============================================================================== --- head/multimedia/spotify-websocket-api/Makefile Tue May 6 19:38:43 2014 (r353125) +++ head/multimedia/spotify-websocket-api/Makefile Tue May 6 19:57:45 2014 (r353126) @@ -3,7 +3,7 @@ PORTNAME= SpotifyWebsocketAPI PORTVERSION= 0.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= multimedia python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ COMMENT= Websocket API and client for Sp NO_ARCH= yes USE_GITHUB= yes -GH_COMMIT= 5f3a646 +GH_COMMIT= 9ad8639 GH_ACCOUNT= Hexxeh GH_PROJECT= spotify-websocket-api GH_TAGNAME= ${GH_COMMIT} Modified: head/multimedia/spotify-websocket-api/distinfo ============================================================================== --- head/multimedia/spotify-websocket-api/distinfo Tue May 6 19:38:43 2014 (r353125) +++ head/multimedia/spotify-websocket-api/distinfo Tue May 6 19:57:45 2014 (r353126) @@ -1,2 +1,2 @@ -SHA256 (SpotifyWebsocketAPI-0.2.tar.gz) = 4063e621e2bfb39a1f30d3186ff3df148d58cb331f025a31bc2524499966b963 -SIZE (SpotifyWebsocketAPI-0.2.tar.gz) = 47050 +SHA256 (SpotifyWebsocketAPI-0.2.tar.gz) = 3871f7de222218c97fb59491e4fcc5bdb4acde928301034029a150cd6e2883d7 +SIZE (SpotifyWebsocketAPI-0.2.tar.gz) = 47273
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405061957.s46JvjOX000117>