Date: Tue, 27 Dec 2016 14:59:24 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429622 - head/net/py-magic-wormhole Message-ID: <201612271459.uBRExO4J042442@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612271459.uBRExO4J042442>