Enable the CHERRYPY option by default and bump PORTREVISION

The client of the upcoming spotify-websocket-api port needs this.
This commit is contained in:
Rene Ladan 2013-01-04 15:25:41 +00:00
parent 62893e50fd
commit f35a429fe8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309931

View file

@ -3,6 +3,7 @@
PORTNAME= ws4py
PORTVERSION= 0.2.4
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= http://www.defuze.org/oss/${PORTNAME}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -18,7 +19,7 @@ USE_PYDISTUTILS= easy_install
OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options
OPTIONS_DEFINE= CHERRYPY GEVENT TORNADO
OPTIONS_DEFAULT= GEVENT
OPTIONS_DEFAULT= CHERRYPY GEVENT
CHERRYPY_DESC= CherryPy server support
GEVENT_DESC= gevent-based client/server support
TORNADO_DESC= Tornado client support