svn commit: r530718 - head/security/py-txtorcon
Yuri Victorovich
yuri at FreeBSD.org
Sat Apr 4 20:35:06 UTC 2020
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
More information about the svn-ports-all
mailing list