Date: Sun, 11 Jan 2015 14:46:45 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376787 - head/audio/py-gmusicapi Message-ID: <201501111446.t0BEkj5q064489@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Sun Jan 11 14:46:44 2015 New Revision: 376787 URL: https://svnweb.freebsd.org/changeset/ports/376787 QAT: https://qat.redports.org/buildarchive/r376787/ Log: - Update to upstream snapshot as of 20150104 - Use mclient v1.10 - API change: mobileclient.get_thumbs_up_songs -> mobileclient.get_promoted_songs - Set NO_ARCH Modified: head/audio/py-gmusicapi/Makefile head/audio/py-gmusicapi/distinfo Modified: head/audio/py-gmusicapi/Makefile ============================================================================== --- head/audio/py-gmusicapi/Makefile Sun Jan 11 14:21:40 2015 (r376786) +++ head/audio/py-gmusicapi/Makefile Sun Jan 11 14:46:44 2015 (r376787) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gmusicapi -PORTVERSION= 4.0.0.20141107 +PORTVERSION= 4.0.0.20150104 CATEGORIES= audio python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -25,10 +25,12 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appd USE_GITHUB= yes GH_ACCOUNT= simon-weber GH_PROJECT= Unofficial-Google-Music-API -GH_COMMIT= e4d15e0 +GH_COMMIT= 359b200 GH_TAGNAME= ${GH_COMMIT} USES= python USE_PYTHON= distutils autoplist +NO_ARCH= yes + .include <bsd.port.mk> Modified: head/audio/py-gmusicapi/distinfo ============================================================================== --- head/audio/py-gmusicapi/distinfo Sun Jan 11 14:21:40 2015 (r376786) +++ head/audio/py-gmusicapi/distinfo Sun Jan 11 14:46:44 2015 (r376787) @@ -1,2 +1,2 @@ -SHA256 (gmusicapi-4.0.0.20141107.tar.gz) = f660f79fa5b22d1e4cfc9f7ef03d4f5040561a11cac05c96283267875a421fd2 -SIZE (gmusicapi-4.0.0.20141107.tar.gz) = 147864 +SHA256 (gmusicapi-4.0.0.20150104.tar.gz) = a26698397d2f7727a9de3ecad4280c7a6d603b83c3075052252b30f93914f1c3 +SIZE (gmusicapi-4.0.0.20150104.tar.gz) = 149288
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501111446.t0BEkj5q064489>