From owner-svn-ports-all@freebsd.org Mon Jul 13 15:34:22 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C40E43673BB; Mon, 13 Jul 2020 15:34:22 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4B573y4tsYz45Gx; Mon, 13 Jul 2020 15:34:22 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8C53F175B9; Mon, 13 Jul 2020 15:34:22 +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 06DFYMFO021140; Mon, 13 Jul 2020 15:34:22 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06DFYMVw021137; Mon, 13 Jul 2020 15:34:22 GMT (envelope-from swills@FreeBSD.org) Message-Id: <202007131534.06DFYMVw021137@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 13 Jul 2020 15:34:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r542145 - head/net/py-magic-wormhole X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/net/py-magic-wormhole X-SVN-Commit-Revision: 542145 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.33 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: Mon, 13 Jul 2020 15:34:22 -0000 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