Date: Mon, 13 Jul 2020 15:34:22 +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: r542145 - head/net/py-magic-wormhole Message-ID: <202007131534.06DFYMVw021137@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Mon Jul 13 15:34:21 2020 New Revision: 542145 URL: https://svnweb.freebsd.org/changeset/ports/542145 Log: net/py-magic-wormhole: update to 0.12.0 Modified: head/net/py-magic-wormhole/Makefile (contents, props changed) head/net/py-magic-wormhole/distinfo (contents, props changed) head/net/py-magic-wormhole/pkg-descr (contents, props changed) Modified: head/net/py-magic-wormhole/Makefile ============================================================================== --- head/net/py-magic-wormhole/Makefile Mon Jul 13 15:26:28 2020 (r542144) +++ head/net/py-magic-wormhole/Makefile Mon Jul 13 15:34:21 2020 (r542145) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= magic-wormhole -PORTVERSION= 0.11.2 +PORTVERSION= 0.12.0 CATEGORIES= net MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -9,7 +9,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= swills@FreeBSD.org COMMENT= Get things from one computer to another, safely -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}autobahn>=0.14.1:www/py-autobahn@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=16.3.0:devel/py-attrs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}autobahn>=0.14.1:www/py-autobahn@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}Automat>=0.3.0:devel/py-Automat@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hkdf>0:security/py-hkdf@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}humanize>=0:devel/py-humanize@${PY_FLAVOR} \ @@ -19,7 +21,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}autobahn>=0.14.1:w ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}spake2>=0.8:security/py-spake2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tqdm>=4.13.0:misc/py-tqdm@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}txtorcon>=0.19.3:security/py-txtorcon@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}twisted>=17.5.0:devel/py-twisted@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}txtorcon>=18.0.2:security/py-txtorcon@${PY_FLAVOR} USES= python:3.5+ USE_PYTHON= autoplist distutils Modified: head/net/py-magic-wormhole/distinfo ============================================================================== --- head/net/py-magic-wormhole/distinfo Mon Jul 13 15:26:28 2020 (r542144) +++ head/net/py-magic-wormhole/distinfo Mon Jul 13 15:34:21 2020 (r542145) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543876292 -SHA256 (magic-wormhole-0.11.2.tar.gz) = ae79667bdbb39fba7d315e36718db383651b45421813366cfaceb069e222d905 -SIZE (magic-wormhole-0.11.2.tar.gz) = 197378 +TIMESTAMP = 1594652396 +SHA256 (magic-wormhole-0.12.0.tar.gz) = 1b0fd8a334da978f3dd96b620fa9b9348cabedf26a87f74baac7a37052928160 +SIZE (magic-wormhole-0.12.0.tar.gz) = 262269 Modified: head/net/py-magic-wormhole/pkg-descr ============================================================================== --- head/net/py-magic-wormhole/pkg-descr Mon Jul 13 15:26:28 2020 (r542144) +++ head/net/py-magic-wormhole/pkg-descr Mon Jul 13 15:34:21 2020 (r542145) @@ -1,3 +1,3 @@ Get things from one computer to another, safely. -WWW: http://magic-wormhole.io +WWW: https://github.com/warner/magic-wormhole
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007131534.06DFYMVw021137>