svn commit: r385135 - head/www/py-tornado

Ruslan Makhmatkhanov rm at FreeBSD.org
Fri May 1 18:12:57 UTC 2015


Author: rm
Date: Fri May  1 18:12:56 2015
New Revision: 385135
URL: https://svnweb.freebsd.org/changeset/ports/385135

Log:
  Chase py-certifi rename, bump PORTREVISION.

Modified:
  head/www/py-tornado/Makefile

Modified: head/www/py-tornado/Makefile
==============================================================================
--- head/www/py-tornado/Makefile	Fri May  1 18:10:24 2015	(r385134)
+++ head/www/py-tornado/Makefile	Fri May  1 18:12:56 2015	(r385135)
@@ -3,6 +3,7 @@
 
 PORTNAME=	tornado
 PORTVERSION=	4.1
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +13,7 @@ COMMENT=	Python Web Server from FriendFe
 
 LICENSE=	APACHE20
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}certifi>0:${PORTSDIR}/security/py-certify
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}certifi>0:${PORTSDIR}/security/py-certifi
 
 USES=		python
 USE_PYTHON=	distutils autoplist


More information about the svn-ports-head mailing list