Date: Fri, 13 Sep 2013 09:27:56 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327137 - head/www/py-ws4py Message-ID: <201309130927.r8D9RuX2053397@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Fri Sep 13 09:27:55 2013 New Revision: 327137 URL: http://svnweb.freebsd.org/changeset/ports/327137 Log: - Update to 0.3.2 [1] - Use option helpers - Bump minimal versions for gevent and tornado dependencies Submitted by: portscout [1] Modified: head/www/py-ws4py/Makefile head/www/py-ws4py/distinfo (contents, props changed) Modified: head/www/py-ws4py/Makefile ============================================================================== --- head/www/py-ws4py/Makefile Fri Sep 13 09:06:17 2013 (r327136) +++ head/www/py-ws4py/Makefile Fri Sep 13 09:27:55 2013 (r327137) @@ -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: Modified: head/www/py-ws4py/distinfo ============================================================================== --- head/www/py-ws4py/distinfo Fri Sep 13 09:06:17 2013 (r327136) +++ head/www/py-ws4py/distinfo Fri Sep 13 09:27:55 2013 (r327137) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309130927.r8D9RuX2053397>