- Update GH_TAGNAME to reflect the right tag on github for version 1.1.0.

- Bump PORTREVISION.

Reported by:	Dmitry Petrov <dpetrov__nchcapital.com> (via email)
This commit is contained in:
Marcelo Araujo 2019-07-25 02:34:20 +00:00
parent a00547aa72
commit c209f5b8c9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=507309
4 changed files with 154 additions and 89 deletions

View File

@ -2,6 +2,7 @@
PORTNAME= novnc
PORTVERSION= 1.1.0
PORTREVISION= 1
CATEGORIES= www
MAINTAINER= araujo@FreeBSD.org
@ -13,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USE_GITHUB= yes
GH_ACCOUNT= novnc
GH_PROJECT= noVNC
GH_TAGNAME= e8986fa
GH_TAGNAME= 9fe2fd0
NO_BUILD= yes
NO_ARCH= yes

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1563934292
SHA256 (novnc-noVNC-1.1.0-e8986fa_GH0.tar.gz) = d5c74af01b00de35cc7c443897caa9e7730e497d0843e641fb311d0f78797e1c
SIZE (novnc-noVNC-1.1.0-e8986fa_GH0.tar.gz) = 600713
TIMESTAMP = 1564020875
SHA256 (novnc-noVNC-1.1.0-9fe2fd0_GH0.tar.gz) = 0fcf347a81d9ef5d232020695b9b761d376492dcfc499b28dbe524877bca55db
SIZE (novnc-noVNC-1.1.0-9fe2fd0_GH0.tar.gz) = 1035002

View File

@ -1,11 +0,0 @@
--- utils/launch.sh.orig 2017-01-12 19:36:42 UTC
+++ utils/launch.sh
@@ -69,7 +69,7 @@ done
which netstat >/dev/null 2>&1 \
|| die "Must have netstat installed"
-netstat -ltn | grep -qs "${PORT} .*LISTEN" \
+netstat -a -p tcp -n | grep -qs "${PORT} .*LISTEN" \
&& die "Port ${PORT} in use. Try --listen PORT"
trap "cleanup" TERM QUIT INT EXIT

View File

@ -1,106 +1,181 @@
libexec/novnc/CONTRIBUTING.md
libexec/novnc/AUTHORS
libexec/novnc/LICENSE.txt
libexec/novnc/README.md
libexec/novnc/docs/LICENSE.Apache-2.0
libexec/novnc/VERSION
libexec/novnc/app/error-handler.js
libexec/novnc/app/images/alt.svg
libexec/novnc/app/images/clipboard.svg
libexec/novnc/app/images/connect.svg
libexec/novnc/app/images/ctrl.svg
libexec/novnc/app/images/ctrlaltdel.svg
libexec/novnc/app/images/disconnect.svg
libexec/novnc/app/images/drag.svg
libexec/novnc/app/images/error.svg
libexec/novnc/app/images/esc.svg
libexec/novnc/app/images/expander.svg
libexec/novnc/app/images/fullscreen.svg
libexec/novnc/app/images/handle.svg
libexec/novnc/app/images/handle_bg.svg
libexec/novnc/app/images/icons/Makefile
libexec/novnc/app/images/icons/novnc-120x120.png
libexec/novnc/app/images/icons/novnc-144x144.png
libexec/novnc/app/images/icons/novnc-152x152.png
libexec/novnc/app/images/icons/novnc-16x16.png
libexec/novnc/app/images/icons/novnc-192x192.png
libexec/novnc/app/images/icons/novnc-24x24.png
libexec/novnc/app/images/icons/novnc-32x32.png
libexec/novnc/app/images/icons/novnc-48x48.png
libexec/novnc/app/images/icons/novnc-60x60.png
libexec/novnc/app/images/icons/novnc-64x64.png
libexec/novnc/app/images/icons/novnc-72x72.png
libexec/novnc/app/images/icons/novnc-76x76.png
libexec/novnc/app/images/icons/novnc-96x96.png
libexec/novnc/app/images/icons/novnc-icon-sm.svg
libexec/novnc/app/images/icons/novnc-icon.svg
libexec/novnc/app/images/info.svg
libexec/novnc/app/images/keyboard.svg
libexec/novnc/app/images/mouse_left.svg
libexec/novnc/app/images/mouse_middle.svg
libexec/novnc/app/images/mouse_none.svg
libexec/novnc/app/images/mouse_right.svg
libexec/novnc/app/images/power.svg
libexec/novnc/app/images/settings.svg
libexec/novnc/app/images/tab.svg
libexec/novnc/app/images/toggleextrakeys.svg
libexec/novnc/app/images/warning.svg
libexec/novnc/app/images/windows.svg
libexec/novnc/app/locale/cs.json
libexec/novnc/app/locale/de.json
libexec/novnc/app/locale/el.json
libexec/novnc/app/locale/es.json
libexec/novnc/app/locale/ko.json
libexec/novnc/app/locale/nl.json
libexec/novnc/app/locale/pl.json
libexec/novnc/app/locale/ru.json
libexec/novnc/app/locale/sv.json
libexec/novnc/app/locale/tr.json
libexec/novnc/app/locale/zh_CN.json
libexec/novnc/app/locale/zh_TW.json
libexec/novnc/app/localization.js
libexec/novnc/app/sounds/CREDITS
libexec/novnc/app/sounds/bell.mp3
libexec/novnc/app/sounds/bell.oga
libexec/novnc/app/styles/Orbitron700.ttf
libexec/novnc/app/styles/Orbitron700.woff
libexec/novnc/app/styles/base.css
libexec/novnc/app/ui.js
libexec/novnc/app/webutil.js
libexec/novnc/core/base64.js
libexec/novnc/core/decoders/copyrect.js
libexec/novnc/core/decoders/hextile.js
libexec/novnc/core/decoders/raw.js
libexec/novnc/core/decoders/rre.js
libexec/novnc/core/decoders/tight.js
libexec/novnc/core/decoders/tightpng.js
libexec/novnc/core/des.js
libexec/novnc/core/display.js
libexec/novnc/core/encodings.js
libexec/novnc/core/inflator.js
libexec/novnc/core/input/domkeytable.js
libexec/novnc/core/input/fixedkeys.js
libexec/novnc/core/input/keyboard.js
libexec/novnc/core/input/keysym.js
libexec/novnc/core/input/keysymdef.js
libexec/novnc/core/input/mouse.js
libexec/novnc/core/input/util.js
libexec/novnc/core/input/vkeys.js
libexec/novnc/core/input/xtscancodes.js
libexec/novnc/core/rfb.js
libexec/novnc/core/util/browser.js
libexec/novnc/core/util/cursor.js
libexec/novnc/core/util/events.js
libexec/novnc/core/util/eventtarget.js
libexec/novnc/core/util/logging.js
libexec/novnc/core/util/polyfill.js
libexec/novnc/core/util/strings.js
libexec/novnc/core/websock.js
libexec/novnc/docs/API-internal.md
libexec/novnc/docs/API.md
libexec/novnc/docs/EMBEDDING.md
libexec/novnc/docs/LIBRARY.md
libexec/novnc/docs/LICENSE.BSD-2-Clause
libexec/novnc/docs/LICENSE.BSD-3-Clause
libexec/novnc/docs/LICENSE.GPL-3
libexec/novnc/docs/LICENSE.LGPL-3
libexec/novnc/docs/LICENSE.MPL-2.0
libexec/novnc/docs/LICENSE.OFL-1.1
libexec/novnc/docs/LICENSE.pako
libexec/novnc/docs/LICENSE.zlib
libexec/novnc/docs/VERSION
libexec/novnc/docs/flash_policy.txt
libexec/novnc/docs/links
libexec/novnc/docs/notes
libexec/novnc/docs/release.txt
libexec/novnc/docs/rfb_notes
libexec/novnc/docs/rfbproto-3.3.pdf
libexec/novnc/docs/rfbproto-3.7.pdf
libexec/novnc/docs/rfbproto-3.8.pdf
libexec/novnc/favicon.ico
libexec/novnc/images/alt.png
libexec/novnc/images/clipboard.png
libexec/novnc/images/connect.png
libexec/novnc/images/ctrl.png
libexec/novnc/images/ctrlaltdel.png
libexec/novnc/images/disconnect.png
libexec/novnc/images/drag.png
libexec/novnc/images/esc.png
libexec/novnc/images/favicon.ico
libexec/novnc/images/favicon.png
libexec/novnc/images/fullscreen.png
libexec/novnc/images/keyboard.png
libexec/novnc/images/mouse_left.png
libexec/novnc/images/mouse_middle.png
libexec/novnc/images/mouse_none.png
libexec/novnc/images/mouse_right.png
libexec/novnc/images/power.png
libexec/novnc/images/screen_320x460.png
libexec/novnc/images/screen_57x57.png
libexec/novnc/images/screen_700x700.png
libexec/novnc/images/settings.png
libexec/novnc/images/tab.png
libexec/novnc/images/toggleextrakeys.png
libexec/novnc/include/Orbitron700.ttf
libexec/novnc/include/Orbitron700.woff
libexec/novnc/include/base.css
libexec/novnc/include/base64.js
libexec/novnc/include/black.css
libexec/novnc/include/blue.css
libexec/novnc/include/chrome-app/tcp-client.js
libexec/novnc/include/des.js
libexec/novnc/include/display.js
libexec/novnc/include/inflator.js
libexec/novnc/include/input.js
libexec/novnc/include/keyboard.js
libexec/novnc/include/keysym.js
libexec/novnc/include/keysymdef.js
libexec/novnc/include/logo.js
libexec/novnc/include/playback.js
libexec/novnc/include/rfb.js
libexec/novnc/include/ui.js
libexec/novnc/include/util.js
libexec/novnc/include/websock.js
libexec/novnc/include/webutil.js
libexec/novnc/karma.conf.js
libexec/novnc/package.json
libexec/novnc/tests/arrays.html
libexec/novnc/tests/arrays.js
libexec/novnc/po/Makefile
libexec/novnc/po/cs.po
libexec/novnc/po/de.po
libexec/novnc/po/el.po
libexec/novnc/po/es.po
libexec/novnc/po/ko.po
libexec/novnc/po/nl.po
libexec/novnc/po/noVNC.pot
libexec/novnc/po/pl.po
libexec/novnc/po/po2js
libexec/novnc/po/ru.po
libexec/novnc/po/sv.po
libexec/novnc/po/tr.po
libexec/novnc/po/xgettext-html
libexec/novnc/po/zh_CN.po
libexec/novnc/po/zh_TW.po
libexec/novnc/tests/.eslintrc
libexec/novnc/tests/assertions.js
libexec/novnc/tests/base64.html
libexec/novnc/tests/base64.js
libexec/novnc/tests/browser.js
libexec/novnc/tests/canvas.html
libexec/novnc/tests/cursor.html
libexec/novnc/tests/face.png
libexec/novnc/tests/face.png.js
libexec/novnc/tests/fake.websocket.js
libexec/novnc/tests/input.html
libexec/novnc/tests/keyboard-tests.html
libexec/novnc/tests/run_from_console.casper.js
libexec/novnc/tests/run_from_console.js
libexec/novnc/tests/run_from_console.zombie.js
libexec/novnc/tests/stats.js
libexec/novnc/tests/karma-test-main.js
libexec/novnc/tests/playback-ui.js
libexec/novnc/tests/playback.js
libexec/novnc/tests/test.base64.js
libexec/novnc/tests/test.display.js
libexec/novnc/tests/test.helper.js
libexec/novnc/tests/test.keyboard.js
libexec/novnc/tests/test.localization.js
libexec/novnc/tests/test.mouse.js
libexec/novnc/tests/test.rfb.js
libexec/novnc/tests/test.util.js
libexec/novnc/tests/test.websock.js
libexec/novnc/tests/viewport.css
libexec/novnc/tests/viewport.html
libexec/novnc/tests/vnc_perf.html
libexec/novnc/tests/test.webutil.js
libexec/novnc/tests/vnc_playback.html
libexec/novnc/utils/.eslintrc
libexec/novnc/utils/README.md
libexec/novnc/utils/b64-to-binary.pl
libexec/novnc/utils/genkeysymdef.js
libexec/novnc/utils/img2js.py
libexec/novnc/utils/inflator.partial.js
libexec/novnc/utils/json2graph.py
libexec/novnc/utils/launch.sh
libexec/novnc/utils/parse.js
libexec/novnc/utils/u2x11
libexec/novnc/utils/use_require.js
libexec/novnc/utils/use_require_helpers.js
libexec/novnc/utils/validate
libexec/novnc/vendor/browser-es-module-loader/README.md
libexec/novnc/vendor/browser-es-module-loader/dist/babel-worker.js
libexec/novnc/vendor/browser-es-module-loader/dist/browser-es-module-loader.js
libexec/novnc/vendor/browser-es-module-loader/dist/browser-es-module-loader.js.map
libexec/novnc/vendor/browser-es-module-loader/rollup.config.js
libexec/novnc/vendor/browser-es-module-loader/src/babel-worker.js
libexec/novnc/vendor/browser-es-module-loader/src/browser-es-module-loader.js
libexec/novnc/vendor/pako/LICENSE
libexec/novnc/vendor/pako/README.md
libexec/novnc/vendor/pako/lib/utils/common.js
libexec/novnc/vendor/pako/lib/zlib/adler32.js
libexec/novnc/vendor/pako/lib/zlib/constants.js
libexec/novnc/vendor/pako/lib/zlib/crc32.js
libexec/novnc/vendor/pako/lib/zlib/deflate.js
libexec/novnc/vendor/pako/lib/zlib/gzheader.js
libexec/novnc/vendor/pako/lib/zlib/inffast.js
libexec/novnc/vendor/pako/lib/zlib/inflate.js
libexec/novnc/vendor/pako/lib/zlib/inftrees.js
libexec/novnc/vendor/pako/lib/zlib/messages.js
libexec/novnc/vendor/pako/lib/zlib/trees.js
libexec/novnc/vendor/pako/lib/zlib/zstream.js
libexec/novnc/vendor/promise.js
libexec/novnc/vnc.html
libexec/novnc/vnc_auto.html
libexec/novnc/vnc_lite.html