From owner-svn-ports-all@freebsd.org Tue Dec 27 14:59:26 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3C92C91BFE; Tue, 27 Dec 2016 14:59:25 +0000 (UTC) (envelope-from swills@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 mx1.freebsd.org (Postfix) with ESMTPS id A95C01C32; Tue, 27 Dec 2016 14:59:25 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBRExOJD042444; Tue, 27 Dec 2016 14:59:24 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBRExO4J042442; Tue, 27 Dec 2016 14:59:24 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201612271459.uBRExO4J042442@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 27 Dec 2016 14:59:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429622 - head/net/py-magic-wormhole 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.23 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, 27 Dec 2016 14:59:26 -0000 Author: swills Date: Tue Dec 27 14:59:24 2016 New Revision: 429622 URL: https://svnweb.freebsd.org/changeset/ports/429622 Log: net/py-magic-wormhole: update to 0.9.0 Modified: head/net/py-magic-wormhole/Makefile head/net/py-magic-wormhole/distinfo Modified: head/net/py-magic-wormhole/Makefile ============================================================================== --- head/net/py-magic-wormhole/Makefile Tue Dec 27 14:52:34 2016 (r429621) +++ head/net/py-magic-wormhole/Makefile Tue Dec 27 14:59:24 2016 (r429622) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= magic-wormhole -PORTVERSION= 0.8.0 +PORTVERSION= 0.9.0 CATEGORIES= net MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -9,12 +9,17 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= swills@FreeBSD.org COMMENT= Get things from one computer to another, safely -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}autobahn>=0.14.1:www/py-autobahn \ + ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click \ ${PYTHON_PKGNAMEPREFIX}hkdf>0:security/py-hkdf \ - ${PYTHON_PKGNAMEPREFIX}autobahn>=0.14.1:www/py-autobahn \ + ${PYTHON_PKGNAMEPREFIX}humanize>=0:devel/py-humanize \ + ${PYTHON_PKGNAMEPREFIX}idna>=0.6:dns/py-idna \ ${PYTHON_PKGNAMEPREFIX}pynacl>=0.3.0:security/py-pynacl \ + ${PYTHON_PKGNAMEPREFIX}service_identity>=0:security/py-service_identity \ + ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six \ ${PYTHON_PKGNAMEPREFIX}spake2>=0.7:security/py-spake2 \ - ${PYTHON_PKGNAMEPREFIX}txaio>=2.5.1:devel/py-txaio + ${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm \ + USES= python USE_PYTHON= autoplist distutils Modified: head/net/py-magic-wormhole/distinfo ============================================================================== --- head/net/py-magic-wormhole/distinfo Tue Dec 27 14:52:34 2016 (r429621) +++ head/net/py-magic-wormhole/distinfo Tue Dec 27 14:59:24 2016 (r429622) @@ -1,3 +1,3 @@ -TIMESTAMP = 1467486862 -SHA256 (magic-wormhole-0.8.0.tar.gz) = 802085dc4e6ba9dd74555bb42059e25b3960110add83d5083d36a95c78e172b5 -SIZE (magic-wormhole-0.8.0.tar.gz) = 124428 +TIMESTAMP = 1482845028 +SHA256 (magic-wormhole-0.9.0.tar.gz) = 68ee736839a37bbe8d9029dd9784572b36fffc701fea23c8d22ab473990eedef +SIZE (magic-wormhole-0.9.0.tar.gz) = 141263