Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Mar 2014 23:15:42 GMT
From:      Grzegorz Blach <gblach@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/187844: Update www/py-tornado to 3.2
Message-ID:  <201403222315.s2MNFgMV049608@cgiserv.freebsd.org>
Resent-Message-ID: <201403222320.s2MNK08x092364@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         187844
>Category:       ports
>Synopsis:       Update www/py-tornado to 3.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 22 23:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Grzegorz Blach
>Release:        10.0 amd64
>Organization:
>Environment:
FreeBSD starpad.nine 10.0-STABLE FreeBSD 10.0-STABLE #11 r262955: Mon Mar 10 00:03:56 CET
2014     magik@starpad.nine:/usr/obj/usr/src/sys/STARPAD  amd64

>Description:
Update www/py-tornado to 3.2

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 348787)
+++ Makefile	(working copy)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tornado
-PORTVERSION=	3.1
-PORTREVISION=	1
+PORTVERSION=	3.2
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -20,7 +19,8 @@
 .include <bsd.port.pre.mk>
 
 .if ${PYTHON_REL} < 300
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}curl>0:${PORTSDIR}/ftp/py-curl
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}curl>0:${PORTSDIR}/ftp/py-curl \
+		${PYTHON_PKGNAMEPREFIX}backports.ssl_match_hostname>0:${PORTSDIR}/security/py-backports.ssl_match_hostname
 .endif
 
 regression-test: build
Index: distinfo
===================================================================
--- distinfo	(revision 348787)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (tornado-3.1.tar.gz) = 898b577e37b8681bf3d31483b7a30a2db062e99fb1b2b2cb65d203759d3a88d0
-SIZE (tornado-3.1.tar.gz) = 374189
+SHA256 (tornado-3.2.tar.gz) = c8c2949c8d42af781437e356978f00a42b16a090612573cd7385c62451a00c2b
+SIZE (tornado-3.2.tar.gz) = 400403


>Release-Note:
>Audit-Trail:
>Unformatted:



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