diff --git a/net/noVNC/main/Makefile b/net/noVNC/main/Makefile index 3e15ae9a66c..561d78bfbb8 100644 --- a/net/noVNC/main/Makefile +++ b/net/noVNC/main/Makefile @@ -2,7 +2,7 @@ COMMENT= VNC client using HTML5 (Web Sockets, Canvas) GH_ACCOUNT= novnc GH_PROJECT= noVNC -GH_TAGNAME= v1.5.0 +GH_TAGNAME= v1.6.0 CATEGORIES= net www @@ -28,6 +28,8 @@ do-install: chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/noVNC chmod a=rX,u+w ${PREFIX}/noVNC find ${PREFIX}/noVNC -name '*${PATCHORIG}' -delete + mv ${PREFIX}/noVNC/defaults.json{,.dist} + mv ${PREFIX}/noVNC/mandatory.json{,.dist} ln -s ${TRUEPREFIX}/noVNC/utils/novnc_proxy \ ${WRKINST}/usr/local/bin/ mv ${PREFIX}/noVNC/docs/novnc_proxy.1 \ diff --git a/net/noVNC/main/distinfo b/net/noVNC/main/distinfo index bd71bab300f..47cac2a1816 100644 --- a/net/noVNC/main/distinfo +++ b/net/noVNC/main/distinfo @@ -1,2 +1,2 @@ -SHA256 (noVNC-1.5.0.tar.gz) = anPkH5g4ilNIt5AvVLAtF3y3O35esKeg3PaIzCx5tCo= -SIZE (noVNC-1.5.0.tar.gz) = 706843 +SHA256 (noVNC-1.6.0.tar.gz) = UGYQOVnvTpsQ835aFIYnNg3YQU5M+Kfbkr29Ai5yiqo= +SIZE (noVNC-1.6.0.tar.gz) = 724137 diff --git a/net/noVNC/main/patches/patch-utils_novnc_proxy b/net/noVNC/main/patches/patch-utils_novnc_proxy index 37c78219736..3b1e1cc695c 100644 --- a/net/noVNC/main/patches/patch-utils_novnc_proxy +++ b/net/noVNC/main/patches/patch-utils_novnc_proxy @@ -5,7 +5,7 @@ Index: utils/novnc_proxy -#!/usr/bin/env bash +#!/bin/ksh - # Copyright (C) 2018 The noVNC Authors + # Copyright (C) 2018 The noVNC authors # Licensed under MPL 2.0 or any later version (see LICENSE.txt) @@ -118,14 +118,8 @@ fi diff --git a/net/noVNC/main/pkg/PLIST b/net/noVNC/main/pkg/PLIST index fa8baabd56d..2242b49f2eb 100644 --- a/net/noVNC/main/pkg/PLIST +++ b/net/noVNC/main/pkg/PLIST @@ -69,6 +69,7 @@ noVNC/app/styles/ noVNC/app/styles/Orbitron700.ttf noVNC/app/styles/Orbitron700.woff noVNC/app/styles/base.css +noVNC/app/styles/constants.css noVNC/app/styles/input.css noVNC/app/ui.js noVNC/app/webutil.js @@ -84,12 +85,14 @@ noVNC/core/crypto/md5.js noVNC/core/crypto/rsa.js noVNC/core/decoders/ noVNC/core/decoders/copyrect.js +noVNC/core/decoders/h264.js noVNC/core/decoders/hextile.js noVNC/core/decoders/jpeg.js noVNC/core/decoders/raw.js noVNC/core/decoders/rre.js noVNC/core/decoders/tight.js noVNC/core/decoders/tightpng.js +noVNC/core/decoders/zlib.js noVNC/core/decoders/zrle.js noVNC/core/deflator.js noVNC/core/display.js @@ -117,6 +120,8 @@ noVNC/core/util/int.js noVNC/core/util/logging.js noVNC/core/util/strings.js noVNC/core/websock.js +noVNC/defaults.json.dist +@sample noVNC/defaults.json noVNC/docs/ noVNC/docs/API-internal.md noVNC/docs/API.md @@ -135,6 +140,8 @@ noVNC/docs/rfbproto-3.7.pdf noVNC/docs/rfbproto-3.8.pdf noVNC/eslint.config.mjs noVNC/karma.conf.js +noVNC/mandatory.json.dist +@sample noVNC/mandatory.json noVNC/package.json noVNC/po/ noVNC/po/Makefile @@ -174,6 +181,7 @@ noVNC/tests/test.copyrect.js noVNC/tests/test.deflator.js noVNC/tests/test.display.js noVNC/tests/test.gesturehandler.js +noVNC/tests/test.h264.js noVNC/tests/test.helper.js noVNC/tests/test.hextile.js noVNC/tests/test.inflator.js @@ -189,6 +197,7 @@ noVNC/tests/test.tightpng.js noVNC/tests/test.util.js noVNC/tests/test.websock.js noVNC/tests/test.webutil.js +noVNC/tests/test.zlib.js noVNC/tests/test.zrle.js noVNC/tests/vnc_playback.html noVNC/utils/ @@ -222,6 +231,4 @@ noVNC/vnc.html noVNC/vnc_lite.html @cwd /usr/local bin/novnc_proxy -man/man1/novnc_proxy.1 - - +@man man/man1/novnc_proxy.1