git: 483b8a305900 - main - www/novnc-websockify: Update to v0.11.0

From: Rodrigo Osorio <rodrigo_at_FreeBSD.org>
Date: Sun, 13 Aug 2023 07:33:56 UTC
The branch main has been updated by rodrigo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=483b8a3059005112ced2fefbd993dd61cf366a9a

commit 483b8a3059005112ced2fefbd993dd61cf366a9a
Author:     Rodrigo Osorio <rodrigo@FreeBSD.org>
AuthorDate: 2023-08-11 20:32:39 +0000
Commit:     Rodrigo Osorio <rodrigo@FreeBSD.org>
CommitDate: 2023-08-13 07:16:12 +0000

    www/novnc-websockify: Update to v0.11.0
    
    Major changes in v0.10.0:
        * Empty message frames are now supported
        * Tokens can now specify a Unix domain socket file to connect to
        * Time limits on JWT tokens are now respected
        * Whitespace is better tolerated in token files
        * Lots of minor fixes
    Major changes in v0.11.0:
        * Command line now supports disabling directory listings
    
    Full changelog: https://github.com/novnc/websockify/blob/master/CHANGES.txt
---
 www/novnc-websockify/Makefile  | 15 +++++++--------
 www/novnc-websockify/distinfo  |  6 +++---
 www/novnc-websockify/pkg-plist | 16 ++++++----------
 3 files changed, 16 insertions(+), 21 deletions(-)

diff --git a/www/novnc-websockify/Makefile b/www/novnc-websockify/Makefile
index 0078c0428404..54266cb14599 100644
--- a/www/novnc-websockify/Makefile
+++ b/www/novnc-websockify/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	websockify
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.9.0
-PORTREVISION=	1
+DISTVERSION=	0.11.0
 CATEGORIES=	www
 
 MAINTAINER=	ports@FreeBSD.org
@@ -11,19 +10,19 @@ WWW=		https://github.com/novnc/websockify
 LICENSE=	LGPL3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-RUN_DEPENDS=	novnc>0:www/novnc \
-		${PYNUMPY}
+RUN_DEPENDS=	${PYNUMPY} \
+		novnc>0:www/novnc
 
-USES=		python shebangfix python
-
-SHEBANG_FILES=	run
+USES=		python shebangfix
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	novnc
 GH_PROJECT=	websockify
 
-NO_BUILD=	yes
+SHEBANG_FILES=	run
+
 NO_ARCH=	yes
+NO_BUILD=	yes
 TARGET_DIR=	${PREFIX}/libexec/novnc/utils/websockify
 
 do-install:
diff --git a/www/novnc-websockify/distinfo b/www/novnc-websockify/distinfo
index b6d263a7be50..1fe243731ee6 100644
--- a/www/novnc-websockify/distinfo
+++ b/www/novnc-websockify/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1612123729
-SHA256 (novnc-websockify-v0.9.0_GH0.tar.gz) = 6ebfec791dd78be6584fb5fe3bc27f02af54501beddf8457368699f571de13ae
-SIZE (novnc-websockify-v0.9.0_GH0.tar.gz) = 58493
+TIMESTAMP = 1691768345
+SHA256 (novnc-websockify-v0.11.0_GH0.tar.gz) = 628dd586e80865cd775cc402b96cf75f4daa647b0fefdc31366d08b7753016be
+SIZE (novnc-websockify-v0.11.0_GH0.tar.gz) = 55126
diff --git a/www/novnc-websockify/pkg-plist b/www/novnc-websockify/pkg-plist
index 7b05dc378247..7fd347409d57 100644
--- a/www/novnc-websockify/pkg-plist
+++ b/www/novnc-websockify/pkg-plist
@@ -1,18 +1,12 @@
+libexec/novnc/utils/websockify/.github/workflows/test.yml
 libexec/novnc/utils/websockify/CHANGES.txt
 libexec/novnc/utils/websockify/COPYING
 libexec/novnc/utils/websockify/MANIFEST.in
 libexec/novnc/utils/websockify/Makefile
 libexec/novnc/utils/websockify/README.md
-libexec/novnc/utils/websockify/Windows/Windows Service Readme.txt
-libexec/novnc/utils/websockify/Windows/noVNC Websocket Service Project/Program.cs
-libexec/novnc/utils/websockify/Windows/noVNC Websocket Service Project/ProjectInstaller.Designer.cs
-libexec/novnc/utils/websockify/Windows/noVNC Websocket Service Project/ProjectInstaller.cs
-libexec/novnc/utils/websockify/Windows/noVNC Websocket Service Project/ProjectInstaller.resx
-libexec/novnc/utils/websockify/Windows/noVNC Websocket Service Project/Properties/AssemblyInfo.cs
-libexec/novnc/utils/websockify/Windows/noVNC Websocket Service Project/Service1.Designer.cs
-libexec/novnc/utils/websockify/Windows/noVNC Websocket Service Project/Service1.cs
-libexec/novnc/utils/websockify/Windows/noVNC Websocket Service Project/noVNC Websocket.csproj
-libexec/novnc/utils/websockify/Windows/noVNC Websocket Service Project/noVNC Websocket.sln
+libexec/novnc/utils/websockify/Windows/Windows Service Readme.md
+libexec/novnc/utils/websockify/docker/Dockerfile
+libexec/novnc/utils/websockify/docker/build.sh
 libexec/novnc/utils/websockify/docs/latency_results.txt
 libexec/novnc/utils/websockify/docs/notes
 libexec/novnc/utils/websockify/docs/release.txt
@@ -35,8 +29,10 @@ libexec/novnc/utils/websockify/tests/load.py
 libexec/novnc/utils/websockify/tests/plain_echo.html
 libexec/novnc/utils/websockify/tests/simple.html
 libexec/novnc/utils/websockify/tests/test_auth_plugins.py
+libexec/novnc/utils/websockify/tests/test_token_plugins.py
 libexec/novnc/utils/websockify/tests/test_websocket.py
 libexec/novnc/utils/websockify/tests/test_websocketproxy.py
+libexec/novnc/utils/websockify/tests/test_websocketserver.py
 libexec/novnc/utils/websockify/tests/test_websockifyserver.py
 libexec/novnc/utils/websockify/tox.ini
 libexec/novnc/utils/websockify/websockify.py