diff options
author | rene <rene@FreeBSD.org> | 2013-09-13 17:27:55 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-09-13 17:27:55 +0800 |
commit | 673e9beed65b45cb5fa5f321f78baf12f2af3b97 (patch) | |
tree | 9d0feba1c1050332354ff2f6a000af10b5af0927 /www | |
parent | 70074501a7be5d43d0c1ba12bde7d041ba1dfd5b (diff) | |
download | freebsd-ports-gnome-673e9beed65b45cb5fa5f321f78baf12f2af3b97.tar.gz freebsd-ports-gnome-673e9beed65b45cb5fa5f321f78baf12f2af3b97.tar.zst freebsd-ports-gnome-673e9beed65b45cb5fa5f321f78baf12f2af3b97.zip |
- Update to 0.3.2 [1]
- Use option helpers
- Bump minimal versions for gevent and tornado dependencies
Submitted by: portscout [1]
Diffstat (limited to 'www')
-rw-r--r-- | www/py-ws4py/Makefile | 19 | ||||
-rw-r--r-- | www/py-ws4py/distinfo | 4 |
2 files changed, 7 insertions, 16 deletions
diff --git a/www/py-ws4py/Makefile b/www/py-ws4py/Makefile index 128bd5a0f601..41b0874b4980 100644 --- a/www/py-ws4py/Makefile +++ b/www/py-ws4py/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ws4py -PORTVERSION= 0.2.4 -PORTREVISION= 1 +PORTVERSION= 0.3.2 CATEGORIES= www python MASTER_SITES= http://www.defuze.org/oss/${PORTNAME}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -24,23 +23,15 @@ CHERRYPY_DESC= CherryPy server support GEVENT_DESC= gevent-based client/server support TORNADO_DESC= Tornado client support -.include <bsd.port.options.mk> - CHERRYPY_FILES= test/test_cherrypy.py ws4py/server/cherrypyserver.py GEVENT_FILES= ws4py/client/geventclient.py ws4py/server/geventserver.py TORNADO_FILES= ws4py/client/tornadoclient.py -.if ${PORT_OPTIONS:MCHERRYPY} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cherrypy>=3.2.2:${PORTSDIR}/www/py-cherrypy -.endif +CHERRYPY_RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cherrypy>=3.2.2:${PORTSDIR}/www/py-cherrypy +GEVENT_RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}gevent>=0.13.8:${PORTSDIR}/devel/py-gevent +TORNADO_RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tornado>=3.1:${PORTSDIR}/www/py-tornado -.if ${PORT_OPTIONS:MGEVENT} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}gevent>=0.13.6:${PORTSDIR}/devel/py-gevent -.endif - -.if ${PORT_OPTIONS:MTORNADO} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tornado>=2.0:${PORTSDIR}/www/py-tornado -.endif +.include <bsd.port.options.mk> # Do not install files which will not work post-patch: diff --git a/www/py-ws4py/distinfo b/www/py-ws4py/distinfo index cd2afd8fc55a..58b430ce086d 100644 --- a/www/py-ws4py/distinfo +++ b/www/py-ws4py/distinfo @@ -1,2 +1,2 @@ -SHA256 (ws4py-0.2.4.tar.gz) = 1adb03db73d97886a05a0b22318265e4e1b0d05e9324873576f91f2ef6dfb0ad -SIZE (ws4py-0.2.4.tar.gz) = 25049 +SHA256 (ws4py-0.3.2.tar.gz) = c8728811f1fb20fac6be0565075dfe31e0b50f8a18806693524335b6f4a7f42d +SIZE (ws4py-0.3.2.tar.gz) = 33568 |