Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Mar 2018 16:52:53 +0000 (UTC)
From:      Grzegorz Blach <gblach@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r464389 - in head/www: . py-tornado py-tornado4
Message-ID:  <201803131652.w2DGqruW020740@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gblach
Date: Tue Mar 13 16:52:53 2018
New Revision: 464389
URL: https://svnweb.freebsd.org/changeset/ports/464389

Log:
  - Add www/py-tornado4 port
  - Set conflicts between py-tornado and py-tornado4

Added:
  head/www/py-tornado4/
     - copied from r464387, head/www/py-tornado/
Modified:
  head/www/Makefile
  head/www/py-tornado/Makefile
  head/www/py-tornado4/Makefile
  head/www/py-tornado4/distinfo

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Tue Mar 13 16:19:22 2018	(r464388)
+++ head/www/Makefile	Tue Mar 13 16:52:53 2018	(r464389)
@@ -1865,6 +1865,7 @@
     SUBDIR += py-textile
     SUBDIR += py-tmdb3
     SUBDIR += py-tornado
+    SUBDIR += py-tornado4
     SUBDIR += py-trello
     SUBDIR += py-treq
     SUBDIR += py-turbogears2

Modified: head/www/py-tornado/Makefile
==============================================================================
--- head/www/py-tornado/Makefile	Tue Mar 13 16:19:22 2018	(r464388)
+++ head/www/py-tornado/Makefile	Tue Mar 13 16:52:53 2018	(r464389)
@@ -12,6 +12,8 @@ COMMENT=	Python Web Server from FriendFeed
 
 LICENSE=	APACHE20
 
+CONFLICTS=	py[0-9]*-tornado4-*
+
 USES=		python
 USE_PYTHON=	autoplist distutils
 

Modified: head/www/py-tornado4/Makefile
==============================================================================
--- head/www/py-tornado/Makefile	Tue Mar 13 15:06:22 2018	(r464387)
+++ head/www/py-tornado4/Makefile	Tue Mar 13 16:52:53 2018	(r464389)
@@ -2,23 +2,27 @@
 # $FreeBSD$
 
 PORTNAME=	tornado
-PORTVERSION=	5.0
+PORTVERSION=	4.5.3
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	4
 
 MAINTAINER=	gblach@FreeBSD.org
 COMMENT=	Python Web Server from FriendFeed
 
 LICENSE=	APACHE20
 
+CONFLICTS=	py[0-9]*-tornado-*
+
 USES=		python
 USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.pre.mk>
 
 .if ${PYTHON_REL} < 3400
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}singledispatch>0:devel/py-singledispatch@${FLAVOR}
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}singledispatch>0:devel/py-singledispatch@${FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}certifi>0:security/py-certifi@${FLAVOR}
 .endif
 
 .if ${PYTHON_REL} < 3500

Modified: head/www/py-tornado4/distinfo
==============================================================================
--- head/www/py-tornado/distinfo	Tue Mar 13 15:06:22 2018	(r464387)
+++ head/www/py-tornado4/distinfo	Tue Mar 13 16:52:53 2018	(r464389)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1520762566
-SHA256 (tornado-5.0.tar.gz) = 62f754562c61ea94b00d61727202105068bc2760f076cc34d2da1a57041731aa
-SIZE (tornado-5.0.tar.gz) = 504081
+TIMESTAMP = 1520958958
+SHA256 (tornado-4.5.3.tar.gz) = 6d14e47eab0e15799cf3cdcc86b0b98279da68522caace2bd7ce644287685f0a
+SIZE (tornado-4.5.3.tar.gz) = 484221



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803131652.w2DGqruW020740>