Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jan 2020 14:50:53 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r522404 - head/devel/py-websockify
Message-ID:  <202001081450.008Eor9m077228@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Jan  8 14:50:52 2020
New Revision: 522404
URL: https://svnweb.freebsd.org/changeset/ports/522404

Log:
  Update to 0.9.0
  
  - Update WWW
  - Take maintainership
  
  Changes:	https://github.com/novnc/websockify/releases

Modified:
  head/devel/py-websockify/Makefile
  head/devel/py-websockify/distinfo   (contents, props changed)
  head/devel/py-websockify/pkg-descr   (contents, props changed)

Modified: head/devel/py-websockify/Makefile
==============================================================================
--- head/devel/py-websockify/Makefile	Wed Jan  8 14:50:46 2020	(r522403)
+++ head/devel/py-websockify/Makefile	Wed Jan  8 14:50:52 2020	(r522404)
@@ -2,19 +2,21 @@
 # $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 <bsd.port.mk>

Modified: head/devel/py-websockify/distinfo
==============================================================================
--- head/devel/py-websockify/distinfo	Wed Jan  8 14:50:46 2020	(r522403)
+++ head/devel/py-websockify/distinfo	Wed Jan  8 14:50:52 2020	(r522404)
@@ -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

Modified: head/devel/py-websockify/pkg-descr
==============================================================================
--- head/devel/py-websockify/pkg-descr	Wed Jan  8 14:50:46 2020	(r522403)
+++ head/devel/py-websockify/pkg-descr	Wed Jan  8 14:50:52 2020	(r522404)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001081450.008Eor9m077228>