Index: head/net/py-eventlet/Makefile =================================================================== --- head/net/py-eventlet/Makefile (revision 530198) +++ head/net/py-eventlet/Makefile (revision 530199) @@ -1,26 +1,26 @@ # Created by: Gea-Suan Lin # $FreeBSD$ PORTNAME= eventlet PORTVERSION= 0.22.0 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= mmokhi@FreeBSD.org COMMENT= Concurrent networking library for Python LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}greenlet>=0.3:devel/py-greenlet@${PY_FLAVOR} \ - ${PY_ENUM_COMPAT} \ ${PY_ENUM34} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} USES= python USE_PYTHON= distutils autoplist regression-test: build @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test .include