From owner-svn-ports-head@freebsd.org Sun Mar 17 19:31:27 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0808E154828C; Sun, 17 Mar 2019 19:31:27 +0000 (UTC) (envelope-from gblach@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 A0C548DDAB; Sun, 17 Mar 2019 19:31:26 +0000 (UTC) (envelope-from gblach@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 7856EE7EB; Sun, 17 Mar 2019 19:31:26 +0000 (UTC) (envelope-from gblach@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2HJVQSQ066447; Sun, 17 Mar 2019 19:31:26 GMT (envelope-from gblach@FreeBSD.org) Received: (from gblach@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2HJVPTZ066443; Sun, 17 Mar 2019 19:31:25 GMT (envelope-from gblach@FreeBSD.org) Message-Id: <201903171931.x2HJVPTZ066443@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gblach set sender to gblach@FreeBSD.org using -f From: Grzegorz Blach Date: Sun, 17 Mar 2019 19:31:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r496103 - in head/www: py-tornado py-tornado4 py-tornado6 X-SVN-Group: ports-head X-SVN-Commit-Author: gblach X-SVN-Commit-Paths: in head/www: py-tornado py-tornado4 py-tornado6 X-SVN-Commit-Revision: 496103 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A0C548DDAB X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Mar 2019 19:31:27 -0000 Author: gblach Date: Sun Mar 17 19:31:25 2019 New Revision: 496103 URL: https://svnweb.freebsd.org/changeset/ports/496103 Log: - Add new port: www/py-tornado6 - In www/py-tornado: Add conflict with py-tornado6 - In www/py-tornado4: Add conflict with py-tornado6 Added: head/www/py-tornado6/ - copied from r496100, head/www/py-tornado/ Modified: head/www/py-tornado/Makefile head/www/py-tornado4/Makefile head/www/py-tornado6/Makefile head/www/py-tornado6/distinfo Modified: head/www/py-tornado/Makefile ============================================================================== --- head/www/py-tornado/Makefile Sun Mar 17 19:25:57 2019 (r496102) +++ head/www/py-tornado/Makefile Sun Mar 17 19:31:25 2019 (r496103) @@ -12,7 +12,7 @@ COMMENT= Python Web Server from FriendFeed LICENSE= APACHE20 -CONFLICTS= py[0-9]*-tornado4-* +CONFLICTS= py[0-9]*-tornado[46]-* USES= python USE_PYTHON= autoplist distutils Modified: head/www/py-tornado4/Makefile ============================================================================== --- head/www/py-tornado4/Makefile Sun Mar 17 19:25:57 2019 (r496102) +++ head/www/py-tornado4/Makefile Sun Mar 17 19:31:25 2019 (r496103) @@ -13,7 +13,7 @@ COMMENT= Python Web Server from FriendFeed LICENSE= APACHE20 -CONFLICTS= py[0-9]*-tornado-* +CONFLICTS= py[0-9]*-tornado-* py[0-9]*-tornado6-* USES= python USE_PYTHON= autoplist distutils Modified: head/www/py-tornado6/Makefile ============================================================================== --- head/www/py-tornado/Makefile Sun Mar 17 19:10:04 2019 (r496100) +++ head/www/py-tornado6/Makefile Sun Mar 17 19:31:25 2019 (r496103) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tornado -PORTVERSION= 5.1.1 +PORTVERSION= 6.0.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,29 +12,15 @@ COMMENT= Python Web Server from FriendFeed LICENSE= APACHE20 -CONFLICTS= py[0-9]*-tornado4-* +CONFLICTS= py[0-9]*-tornado-* py[0-9]*-tornado4-* -USES= python +USES= python:3.5+ USE_PYTHON= autoplist distutils -.include - -.if ${PYTHON_REL} < 3200 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}futures>0:devel/py-futures@${PY_FLAVOR} -.endif - -.if ${PYTHON_REL} < 3400 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}singledispatch>0:devel/py-singledispatch@${PY_FLAVOR} -.endif - -.if ${PYTHON_REL} < 3500 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}backports_abc>=0.4:devel/py-backports_abc@${PY_FLAVOR} -.endif - post-build: @${FIND} ${WRKSRC}/build -name speedups.so -exec ${STRIP_CMD} {} \; regression-test: build @cd ${WRKSRC} && ${PYTHON_CMD} -m tornado.test.runtests -.include +.include Modified: head/www/py-tornado6/distinfo ============================================================================== --- head/www/py-tornado/distinfo Sun Mar 17 19:10:04 2019 (r496100) +++ head/www/py-tornado6/distinfo Sun Mar 17 19:31:25 2019 (r496103) @@ -1,3 +1,3 @@ -TIMESTAMP = 1537437332 -SHA256 (tornado-5.1.1.tar.gz) = 4e5158d97583502a7e2739951553cbd88a72076f152b4b11b64b9a10c4c49409 -SIZE (tornado-5.1.1.tar.gz) = 516819 +TIMESTAMP = 1552850221 +SHA256 (tornado-6.0.1.tar.gz) = de274c65f45f6656c375cdf1759dbf0bc52902a1e999d12a35eb13020a641a53 +SIZE (tornado-6.0.1.tar.gz) = 481563