From owner-svn-ports-head@freebsd.org Fri Nov 6 06:22:34 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 85EB12E0BBB; Fri, 6 Nov 2020 06:22:34 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CS9Kk3RGmz4g0Z; Fri, 6 Nov 2020 06:22:34 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from icepick.vmeta.jp (unknown [IPv6:2405:6586:2280:1200:39c0:44f4:a1c2:5d0c]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: meta/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 0533C28825; Fri, 6 Nov 2020 06:22:32 +0000 (UTC) (envelope-from meta@FreeBSD.org) Date: Fri, 6 Nov 2020 15:22:30 +0900 From: Koichiro Iwao To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r554168 - head/www/novnc Message-ID: <20201106062230.b7nixrwustbsw7cb@icepick.vmeta.jp> X-Operating-System: FreeBSD 12.1-STABLE amd64 References: <202011060548.0A65mrfQ081494@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <202011060548.0A65mrfQ081494@repo.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Nov 2020 06:22:34 -0000 This was PR: 250679 On Fri, Nov 06, 2020 at 05:48:53AM +0000, Koichiro Iwao wrote: > 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 > 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 > > 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 -- meta