Date: Fri, 6 Nov 2020 05:48:53 +0000 (UTC) From: Koichiro Iwao <meta@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r554168 - head/www/novnc Message-ID: <202011060548.0A65mrfQ081494@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: meta Date: Fri Nov 6 05:48:53 2020 New Revision: 554168 URL: https://svnweb.freebsd.org/changeset/ports/554168 Log: www/novnc: Update to 1.2.0 While here, pass maintainership to submitter. Submitted by: Dmitry Petrov <dpetrov67@gmail.com> Approved by: maintainer timeout Relnotes: https://github.com/novnc/noVNC/releases/tag/v1.2.0 Modified: head/www/novnc/Makefile head/www/novnc/distinfo head/www/novnc/pkg-plist Modified: head/www/novnc/Makefile ============================================================================== --- head/www/novnc/Makefile Fri Nov 6 04:45:20 2020 (r554167) +++ head/www/novnc/Makefile Fri Nov 6 05:48:53 2020 (r554168) @@ -1,11 +1,10 @@ # $FreeBSD$ PORTNAME= novnc -PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTVERSION= 1.2.0 CATEGORIES= www -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dpetrov67@gmail.com COMMENT= HTML5 VNC client LICENSE= MPL20 @@ -14,16 +13,19 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt USE_GITHUB= yes GH_ACCOUNT= novnc GH_PROJECT= noVNC -GH_TAGNAME= 9fe2fd0 +GH_TAGNAME= 9142f8f NO_BUILD= yes NO_ARCH= yes TARGET_DIR= ${PREFIX}/libexec/novnc +post-extract: + @cd ${WRKSRC} && ${RM} .gitignore .gitmodules .travis.yml .eslintignore + @cd ${WRKSRC} && ${RM} -R .github + @cd ${WRCSRC} && ${FIND} ${WRKSRC} -name '.eslintrc' -delete + do-install: ${MKDIR} ${STAGEDIR}${TARGET_DIR} - cd ${WRKSRC} && ${RM} .gitignore .gitmodules .travis.yml cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${TARGET_DIR} - .include <bsd.port.mk> Modified: head/www/novnc/distinfo ============================================================================== --- head/www/novnc/distinfo Fri Nov 6 04:45:20 2020 (r554167) +++ head/www/novnc/distinfo Fri Nov 6 05:48:53 2020 (r554168) @@ -1,3 +1,3 @@ -TIMESTAMP = 1564020875 -SHA256 (novnc-noVNC-1.1.0-9fe2fd0_GH0.tar.gz) = 0fcf347a81d9ef5d232020695b9b761d376492dcfc499b28dbe524877bca55db -SIZE (novnc-noVNC-1.1.0-9fe2fd0_GH0.tar.gz) = 1035002 +TIMESTAMP = 1603844892 +SHA256 (novnc-noVNC-1.2.0-9142f8f_GH0.tar.gz) = f4bdffc5275fb2aafa1fa744d2ed33fd5c36656cd859551d9435c230fc494147 +SIZE (novnc-noVNC-1.2.0-9142f8f_GH0.tar.gz) = 1356433 Modified: head/www/novnc/pkg-plist ============================================================================== --- head/www/novnc/pkg-plist Fri Nov 6 04:45:20 2020 (r554167) +++ head/www/novnc/pkg-plist Fri Nov 6 05:48:53 2020 (r554168) @@ -1,7 +1,6 @@ libexec/novnc/AUTHORS libexec/novnc/LICENSE.txt libexec/novnc/README.md -libexec/novnc/VERSION libexec/novnc/app/error-handler.js libexec/novnc/app/images/alt.svg libexec/novnc/app/images/clipboard.svg @@ -34,20 +33,18 @@ 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/README 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/ja.json libexec/novnc/app/locale/ko.json libexec/novnc/app/locale/nl.json libexec/novnc/app/locale/pl.json @@ -72,24 +69,27 @@ 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/deflator.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/gesturehandler.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/element.js libexec/novnc/core/util/events.js libexec/novnc/core/util/eventtarget.js +libexec/novnc/core/util/int.js libexec/novnc/core/util/logging.js libexec/novnc/core/util/polyfill.js libexec/novnc/core/util/strings.js @@ -116,6 +116,7 @@ libexec/novnc/po/cs.po libexec/novnc/po/de.po libexec/novnc/po/el.po libexec/novnc/po/es.po +libexec/novnc/po/ja.po libexec/novnc/po/ko.po libexec/novnc/po/nl.po libexec/novnc/po/noVNC.pot @@ -127,29 +128,30 @@ 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/snap/hooks/configure +libexec/novnc/snap/local/svc_wrapper.sh +libexec/novnc/snap/snapcraft.yaml libexec/novnc/tests/assertions.js libexec/novnc/tests/fake.websocket.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.deflator.js libexec/novnc/tests/test.display.js +libexec/novnc/tests/test.gesturehandler.js libexec/novnc/tests/test.helper.js +libexec/novnc/tests/test.int.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/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/json2graph.py libexec/novnc/utils/launch.sh libexec/novnc/utils/u2x11 libexec/novnc/utils/use_require.js @@ -159,6 +161,7 @@ libexec/novnc/vendor/browser-es-module-loader/README.m 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/genworker.js 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011060548.0A65mrfQ081494>