1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

- Update to 3.2

Approved by:	Guixing <khsing.cn@gmail.com> (maintainer)
This commit is contained in:
Grzegorz Blach 2014-04-08 23:24:59 +00:00
parent db416181b5
commit d6dbb867bf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350648
2 changed files with 5 additions and 5 deletions

View File

@ -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 @@ PYDISTUTILS_AUTOPLIST= yes
.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

View File

@ -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