diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-26 19:24:14 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-26 19:24:14 +0000 |
commit | 60a5976603e4ec6a29044f2309be1074c8dad533 (patch) | |
tree | 97b7b315cde94dce4b3474b16fe59e1e39b82a02 | |
parent | fd0fb693e47c3689517413b905fd5b970f1e15a0 (diff) | |
download | ports-60a5976603e4ec6a29044f2309be1074c8dad533.tar.gz ports-60a5976603e4ec6a29044f2309be1074c8dad533.zip |
Notes
-rw-r--r-- | www/py-tornado/Makefile | 5 | ||||
-rw-r--r-- | www/py-tornado/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/www/py-tornado/Makefile b/www/py-tornado/Makefile index 7f49ae794d05..10363e9b5ac0 100644 --- a/www/py-tornado/Makefile +++ b/www/py-tornado/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tornado -PORTVERSION= 5.1.1 +PORTVERSION= 6.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,10 +12,11 @@ COMMENT= Python Web Server from FriendFeed LICENSE= APACHE20 -USES= python:3.6+ +USES= python:3.5+ USE_PYTHON= autoplist concurrent distutils CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}tornado4 \ + ${PYTHON_PKGNAMEPREFIX}tornado5 \ ${PYTHON_PKGNAMEPREFIX}tornado6 post-install: diff --git a/www/py-tornado/distinfo b/www/py-tornado/distinfo index 49dc5fca8363..c46e78809ada 100644 --- a/www/py-tornado/distinfo +++ b/www/py-tornado/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1537437332 -SHA256 (tornado-5.1.1.tar.gz) = 4e5158d97583502a7e2739951553cbd88a72076f152b4b11b64b9a10c4c49409 -SIZE (tornado-5.1.1.tar.gz) = 516819 +TIMESTAMP = 1611403957 +SHA256 (tornado-6.1.tar.gz) = 33c6e81d7bd55b468d2e793517c909b139960b6c790a60b7991b9b6b76fb9791 +SIZE (tornado-6.1.tar.gz) = 497359 |