From owner-svn-ports-all@FreeBSD.ORG Sun Jan 12 22:59:07 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 377A0F76; Sun, 12 Jan 2014 22:59:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0998318E8; Sun, 12 Jan 2014 22:59:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0CMx6Mw055479; Sun, 12 Jan 2014 22:59:06 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0CMx63E055474; Sun, 12 Jan 2014 22:59:06 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201401122259.s0CMx63E055474@svn.freebsd.org> From: Rene Ladan Date: Sun, 12 Jan 2014 22:59:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339560 - head/multimedia/spotify-websocket-api X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Jan 2014 22:59:07 -0000 Author: rene Date: Sun Jan 12 22:59:06 2014 New Revision: 339560 URL: http://svnweb.freebsd.org/changeset/ports/339560 Log: - Fix playback by updating to latest GitHub version - Fix QA targets: - apply shebangfix to spotify_web/spotify.py - do not compile files for ${PREFIX}/bin [1] - Bump PORTREVISION Discussed at: #freebsd-python [1] Modified: head/multimedia/spotify-websocket-api/Makefile head/multimedia/spotify-websocket-api/distinfo head/multimedia/spotify-websocket-api/pkg-plist Modified: head/multimedia/spotify-websocket-api/Makefile ============================================================================== --- head/multimedia/spotify-websocket-api/Makefile Sun Jan 12 22:54:58 2014 (r339559) +++ head/multimedia/spotify-websocket-api/Makefile Sun Jan 12 22:59:06 2014 (r339560) @@ -3,7 +3,7 @@ PORTNAME= SpotifyWebsocketAPI PORTVERSION= 0.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= multimedia python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,11 +13,13 @@ COMMENT= Websocket API and client for Sp NO_ARCH= yes USE_GITHUB= yes -GH_COMMIT= 08ee326 +GH_COMMIT= 5f3a646 GH_ACCOUNT= Hexxeh GH_PROJECT= spotify-websocket-api GH_TAGNAME= ${GH_COMMIT} +USES= shebangfix +SHEBANG_FILES= spotify_web/spotify.py USE_PYTHON= yes # tested with 2.7 USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes @@ -50,8 +52,6 @@ post-patch: post-install: .for f in ${CLIENTFILES} @${INSTALL_SCRIPT} ${WRKSRC}/clients/respotify/${f} ${STAGEDIR}${PREFIX}/bin - @${PYTHON_CMD} -O -mcompileall ${STAGEDIR}${PREFIX}/bin/${f} - @${PYTHON_CMD} -mcompileall ${STAGEDIR}${PREFIX}/bin/${f} .endfor @${LN} -s ${PREFIX}/bin/respotify.py ${STAGEDIR}${PREFIX}/bin/respotify Modified: head/multimedia/spotify-websocket-api/distinfo ============================================================================== --- head/multimedia/spotify-websocket-api/distinfo Sun Jan 12 22:54:58 2014 (r339559) +++ head/multimedia/spotify-websocket-api/distinfo Sun Jan 12 22:59:06 2014 (r339560) @@ -1,2 +1,2 @@ -SHA256 (SpotifyWebsocketAPI-0.2.tar.gz) = e426c9ee54b261022d0af8adc83954d4522bc74bc743bc33b5f5cd6c895de955 -SIZE (SpotifyWebsocketAPI-0.2.tar.gz) = 46773 +SHA256 (SpotifyWebsocketAPI-0.2.tar.gz) = 4063e621e2bfb39a1f30d3186ff3df148d58cb331f025a31bc2524499966b963 +SIZE (SpotifyWebsocketAPI-0.2.tar.gz) = 47050 Modified: head/multimedia/spotify-websocket-api/pkg-plist ============================================================================== --- head/multimedia/spotify-websocket-api/pkg-plist Sun Jan 12 22:54:58 2014 (r339559) +++ head/multimedia/spotify-websocket-api/pkg-plist Sun Jan 12 22:59:06 2014 (r339560) @@ -1,7 +1,3 @@ bin/respotify bin/respotify-helper.py -bin/respotify-helper.pyc -bin/respotify-helper.pyo bin/respotify.py -bin/respotify.pyc -bin/respotify.pyo