Index: head/devel/py-websockify/Makefile =================================================================== --- head/devel/py-websockify/Makefile (revision 522403) +++ head/devel/py-websockify/Makefile (revision 522404) @@ -1,20 +1,22 @@ # Created by: Alexander Nusov # $FreeBSD$ PORTNAME= websockify -PORTVERSION= 0.8.0 +PORTVERSION= 0.9.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org -COMMENT= WebSocket to TCP proxy/bridge +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= WebSockets support for any application/server LICENSE= LGPL3 -NO_ARCH= yes +RUN_DEPENDS= ${PYNUMPY} USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes .include Index: head/devel/py-websockify/distinfo =================================================================== --- head/devel/py-websockify/distinfo (revision 522403) +++ head/devel/py-websockify/distinfo (revision 522404) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478983467 -SHA256 (websockify-0.8.0.tar.gz) = 547d3d98c5081f2dc2872a2e4a3aef33e0ee5141d5f6209204aab2f4a41548d2 -SIZE (websockify-0.8.0.tar.gz) = 234450 +TIMESTAMP = 1578401170 +SHA256 (websockify-0.9.0.tar.gz) = c35b5b79ebc517d3b784dacfb993be413a93cda5222c6f382443ce29c1a6cada +SIZE (websockify-0.9.0.tar.gz) = 37363 Property changes on: head/devel/py-websockify/distinfo ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property Index: head/devel/py-websockify/pkg-descr =================================================================== --- head/devel/py-websockify/pkg-descr (revision 522403) +++ head/devel/py-websockify/pkg-descr (revision 522404) @@ -1,8 +1,7 @@ -Websockify was formerly named wsproxy and was part of the noVNC project. +websockify was formerly named wsproxy and was part of the noVNC project. -At the most basic level, websockify just translates WebSockets traffic -to normal socket traffic. Websockify accepts the WebSockets handshake, -parses it, and then begins forwarding traffic between the client and -the target in both directions. +At the most basic level, websockify just translates WebSockets traffic to normal +socket traffic. Websockify accepts the WebSockets handshake, parses it, and then +begins forwarding traffic between the client and the target in both directions. -WWW: https://pypi.org/project/websockify/ +WWW: https://github.com/novnc/websockify Property changes on: head/devel/py-websockify/pkg-descr ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property