From owner-svn-ports-all@freebsd.org Fri Mar 2 18:52:42 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E3B4F3D13E; Fri, 2 Mar 2018 18:52:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8946F7233A; Fri, 2 Mar 2018 18:52:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A07231B5C7; Fri, 2 Mar 2018 18:52:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w22Iqes0059168; Fri, 2 Mar 2018 18:52:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22IqeT4059166; Fri, 2 Mar 2018 18:52:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803021852.w22IqeT4059166@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 2 Mar 2018 18:52:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463441 - head/multimedia/py-soco X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/multimedia/py-soco X-SVN-Commit-Revision: 463441 X-SVN-Commit-Repository: ports 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.25 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: Fri, 02 Mar 2018 18:52:42 -0000 Author: sunpoet Date: Fri Mar 2 18:52:40 2018 New Revision: 463441 URL: https://svnweb.freebsd.org/changeset/ports/463441 Log: Update to 0.14 - Sort RUN_DEPENDS Changes: https://github.com/SoCo/SoCo/releases PR: 226243 Submitted by: Conall O'Brien (maintainer) Modified: head/multimedia/py-soco/Makefile head/multimedia/py-soco/distinfo Modified: head/multimedia/py-soco/Makefile ============================================================================== --- head/multimedia/py-soco/Makefile Fri Mar 2 18:52:34 2018 (r463440) +++ head/multimedia/py-soco/Makefile Fri Mar 2 18:52:40 2018 (r463441) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= soco -PORTVERSION= 0.13 -PORTREVISION= 1 +PORTVERSION= 0.14 DISTVERSIONPREFIX= v CATEGORIES= multimedia python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,15 +12,15 @@ COMMENT= Python library to control Sonos speakers LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.rst -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xmltodict>0:devel/py-xmltodict@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}xmltodict>0:devel/py-xmltodict@${FLAVOR} -USE_GITHUB= yes -GH_ACCOUNT= SoCo -GH_PROJECT= SoCo - USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes + +USE_GITHUB= yes +GH_ACCOUNT= SoCo +GH_PROJECT= SoCo .include Modified: head/multimedia/py-soco/distinfo ============================================================================== --- head/multimedia/py-soco/distinfo Fri Mar 2 18:52:34 2018 (r463440) +++ head/multimedia/py-soco/distinfo Fri Mar 2 18:52:40 2018 (r463441) @@ -1,3 +1,3 @@ -TIMESTAMP = 1511206760 -SHA256 (SoCo-SoCo-v0.13_GH0.tar.gz) = db026ad97366fe636ea95654eccc51402c73f403a82b994c7c9ae0b9b552756f -SIZE (SoCo-SoCo-v0.13_GH0.tar.gz) = 656194 +TIMESTAMP = 1519999312 +SHA256 (SoCo-SoCo-v0.14_GH0.tar.gz) = 970c480747f4152ab33cecbec6a167a28a750c0c1db0e2df96e5e7dfd52e53dd +SIZE (SoCo-SoCo-v0.14_GH0.tar.gz) = 657662