From owner-svn-ports-all@FreeBSD.ORG Tue Jun 16 12:50:22 2015 Return-Path: Delivered-To: svn-ports-all@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B5EE96E3; Tue, 16 Jun 2015 12:50:22 +0000 (UTC) (envelope-from feld@FreeBSD.org) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8B37DD7E; Tue, 16 Jun 2015 12:50:22 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5GCoMGq051155; Tue, 16 Jun 2015 12:50:22 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5GCoLf2051152; Tue, 16 Jun 2015 12:50:21 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201506161250.t5GCoLf2051152@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 16 Jun 2015 12:50:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389838 - head/audio/py-pylast 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.20 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: Tue, 16 Jun 2015 12:50:22 -0000 Author: feld Date: Tue Jun 16 12:50:21 2015 New Revision: 389838 URL: https://svnweb.freebsd.org/changeset/ports/389838 Log: Update to 1.2.1 PR: 200879 Modified: head/audio/py-pylast/Makefile head/audio/py-pylast/distinfo head/audio/py-pylast/pkg-descr Modified: head/audio/py-pylast/Makefile ============================================================================== --- head/audio/py-pylast/Makefile Tue Jun 16 12:42:25 2015 (r389837) +++ head/audio/py-pylast/Makefile Tue Jun 16 12:50:21 2015 (r389838) @@ -2,18 +2,19 @@ # $FreeBSD$ PORTNAME= pylast -PORTVERSION= 0.5.11 -PORTREVISION= 1 +PORTVERSION= 1.2.1 CATEGORIES= audio python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= feld@FreeBSD.org -COMMENT= Python interface to Last.fm +COMMENT= Python interface to Last.fm and Libre.fm LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six + USES= python USE_PYTHON= distutils autoplist Modified: head/audio/py-pylast/distinfo ============================================================================== --- head/audio/py-pylast/distinfo Tue Jun 16 12:42:25 2015 (r389837) +++ head/audio/py-pylast/distinfo Tue Jun 16 12:50:21 2015 (r389838) @@ -1,2 +1,2 @@ -SHA256 (pylast-0.5.11.tar.gz) = bf35820be35447d55564d36072d40b09ac8a7fd41a6f1a7a9d408f4d0eaefac4 -SIZE (pylast-0.5.11.tar.gz) = 26146 +SHA256 (pylast-1.2.1.tar.gz) = fd87ac3932ad6f137848fe36b4062ecf07cb043d93a6798e9acd00accccdea10 +SIZE (pylast-1.2.1.tar.gz) = 31538 Modified: head/audio/py-pylast/pkg-descr ============================================================================== --- head/audio/py-pylast/pkg-descr Tue Jun 16 12:42:25 2015 (r389837) +++ head/audio/py-pylast/pkg-descr Tue Jun 16 12:50:21 2015 (r389838) @@ -1,3 +1,3 @@ -A Python interface to Last.fm (and other API compatible social networks) +A Python interface to Last.fm (and other API compatible social networks). -WWW: http://code.google.com/p/pylast/ +WWW: https://github.com/pylast/pylast