From owner-svn-ports-all@freebsd.org Sat Apr 4 20:35:06 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 1779B2A235A; Sat, 4 Apr 2020 20:35:06 +0000 (UTC) (envelope-from yuri@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) server-signature RSA-PSS (4096 bits) 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 48vpT46ZXHz3Ml4; Sat, 4 Apr 2020 20:35:04 +0000 (UTC) (envelope-from yuri@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 B7DD127828; Sat, 4 Apr 2020 20:34:56 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 034KYusP038529; Sat, 4 Apr 2020 20:34:56 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 034KYum2038528; Sat, 4 Apr 2020 20:34:56 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202004042034.034KYum2038528@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 4 Apr 2020 20:34:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r530718 - head/security/py-txtorcon X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/security/py-txtorcon X-SVN-Commit-Revision: 530718 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.29 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: Sat, 04 Apr 2020 20:35:06 -0000 Author: yuri Date: Sat Apr 4 20:34:55 2020 New Revision: 530718 URL: https://svnweb.freebsd.org/changeset/ports/530718 Log: security/py-txtorcon: Update 19.1.0 -> 20.0.0 Reported by: portscout Modified: head/security/py-txtorcon/Makefile head/security/py-txtorcon/distinfo Modified: head/security/py-txtorcon/Makefile ============================================================================== --- head/security/py-txtorcon/Makefile Sat Apr 4 20:27:56 2020 (r530717) +++ head/security/py-txtorcon/Makefile Sat Apr 4 20:34:55 2020 (r530718) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= txtorcon -DISTVERSION= 19.1.0 +DISTVERSION= 20.0.0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,11 +13,13 @@ COMMENT= Twisted-based Tor controller client LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=15.5.0:devel/py-twisted@${PY_FLAVOR} \ - ${PY_IPADDRESS} \ - ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.6.1:devel/py-zope.interface@${PY_FLAVOR} \ +RUN_DEPENDS= \ + ${PYTHON_PKGNAMEPREFIX}Automat>0:devel/py-Automat@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}incremental>0:devel/py-incremental@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}Automat>0:devel/py-Automat@${PY_FLAVOR} + ${PY_IPADDRESS} \ + ${PYTHON_PKGNAMEPREFIX}twisted>=15.5.0:devel/py-twisted@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.6.1:devel/py-zope.interface@${PY_FLAVOR} USES= python shebangfix USE_PYTHON= distutils autoplist Modified: head/security/py-txtorcon/distinfo ============================================================================== --- head/security/py-txtorcon/distinfo Sat Apr 4 20:27:56 2020 (r530717) +++ head/security/py-txtorcon/distinfo Sat Apr 4 20:34:55 2020 (r530718) @@ -1,3 +1,3 @@ -TIMESTAMP = 1570515790 -SHA256 (txtorcon-19.1.0.tar.gz) = 25d8e52c3eac45bb90ff958ca7cdd7674fb3284e3a50826a58ab7b9578b15ea5 -SIZE (txtorcon-19.1.0.tar.gz) = 312682 +TIMESTAMP = 1586032119 +SHA256 (txtorcon-20.0.0.tar.gz) = 122cd081786396f57718adda1c1a5eb01b8e9a4832fcd140918b45c10359377a +SIZE (txtorcon-20.0.0.tar.gz) = 306139