Index: head/www/py-tornado6/Makefile =================================================================== --- head/www/py-tornado6/Makefile (revision 562985) +++ head/www/py-tornado6/Makefile (revision 562986) @@ -1,28 +1,31 @@ # Created by: Guixing Bai # $FreeBSD$ PORTNAME= tornado PORTVERSION= 6.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= 6 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python Web Server from FriendFeed LICENSE= APACHE20 +DEPRECATED= Use www/py-tornado instead +EXPIRATION_DATE=2021-01-31 + USES= dos2unix python:3.5+ USE_PYTHON= autoplist concurrent distutils CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}tornado \ ${PYTHON_PKGNAMEPREFIX}tornado4 post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/tornado/speedups*.so do-test: @cd ${WRKSRC} && ${PYTHON_CMD} -m tornado.test.runtests .include