From owner-dev-commits-ports-main@freebsd.org Fri Sep 17 21:37:48 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 D8F2F66AF41; Fri, 17 Sep 2021 21:37:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HB6kM70GDz4ngd; Fri, 17 Sep 2021 21:37:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E7D351D78B; Fri, 17 Sep 2021 21:37:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18HLbjwt056707; Fri, 17 Sep 2021 21:37:45 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18HLbjOa056706; Fri, 17 Sep 2021 21:37:45 GMT (envelope-from git) Date: Fri, 17 Sep 2021 21:37:45 GMT Message-Id: <202109172137.18HLbjOa056706@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Lewis Cook Subject: git: b4df86073309 - main - net-im/tut: Update to 0.0.33 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: lcook X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b4df860733094e69369523845e9227cea0cb8ffa Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Sep 2021 21:37:49 -0000 The branch main has been updated by lcook: URL: https://cgit.FreeBSD.org/ports/commit/?id=b4df860733094e69369523845e9227cea0cb8ffa commit b4df860733094e69369523845e9227cea0cb8ffa Author: Lewis Cook AuthorDate: 2021-09-17 21:14:06 +0000 Commit: Lewis Cook CommitDate: 2021-09-17 21:14:06 +0000 net-im/tut: Update to 0.0.33 Changes: https://github.com/RasmusLindroth/tut/compare/0.0.29...0.0.33 --- net-im/tut/Makefile | 21 ++++++++++----------- net-im/tut/distinfo | 44 +++++++++++++++++++++----------------------- 2 files changed, 31 insertions(+), 34 deletions(-) diff --git a/net-im/tut/Makefile b/net-im/tut/Makefile index b9cc5e37b8d0..b2bd12379bc5 100644 --- a/net-im/tut/Makefile +++ b/net-im/tut/Makefile @@ -1,5 +1,5 @@ PORTNAME= tut -DISTVERSION= 0.0.29 +DISTVERSION= 0.0.33 CATEGORIES= net-im MAINTAINER= lcook@FreeBSD.org @@ -14,21 +14,21 @@ GH_ACCOUNT= RasmusLindroth GH_TUPLE= atotto:clipboard:v0.1.4:atotto_clipboard/vendor/github.com/atotto/clipboard \ aymerick:douceur:v0.2.0:aymerick_douceur/vendor/github.com/aymerick/douceur \ gdamore:encoding:v1.0.0:gdamore_encoding/vendor/github.com/gdamore/encoding \ - gdamore:tcell:v2.4.0:gdamore_tcell_v2/vendor/github.com/gdamore/tcell/v2 \ + gdamore:tcell:f057f0a857a1:gdamore_tcell_v2/vendor/github.com/gdamore/tcell/v2 \ gen2brain:beeep:5586760f0cc1:gen2brain_beeep/vendor/github.com/gen2brain/beeep \ - go-ini:ini:v1.62.0:go_ini_ini/vendor/gopkg.in/ini.v1 \ + go-ini:ini:v1.63.0:go_ini_ini/vendor/gopkg.in/ini.v1 \ go-toast:toast:01e6764cf0a4:go_toast_toast/vendor/github.com/go-toast/toast \ gobwas:glob:v0.2.3:gobwas_glob/vendor/github.com/gobwas/glob \ - godbus:dbus:v5.0.4:godbus_dbus_v5/vendor/github.com/godbus/dbus/v5 \ - golang:net:853a461950ff:golang_net/vendor/golang.org/x/net \ - golang:sys:0f9fa26af87c:golang_sys/vendor/golang.org/x/sys \ + godbus:dbus:v5.0.5:godbus_dbus_v5/vendor/github.com/godbus/dbus/v5 \ + golang:net:a5e095526f91:golang_net/vendor/golang.org/x/net \ + golang:sys:751e447fb3d0:golang_sys/vendor/golang.org/x/sys \ golang:term:6886f2dfbf5b:golang_term/vendor/golang.org/x/term \ - golang:text:v0.3.6:golang_text/vendor/golang.org/x/text \ - gopherjs:gopherjs:0766667cb4d1:gopherjs_gopherjs/vendor/github.com/gopherjs/gopherjs \ + golang:text:v0.3.7:golang_text/vendor/golang.org/x/text \ + gopherjs:gopherjs:eee08aaf2717:gopherjs_gopherjs/vendor/github.com/gopherjs/gopherjs \ gopherjs:gopherwasm:v1.1.0:gopherjs_gopherwasm/vendor/github.com/gopherjs/gopherwasm \ gorilla:css:v1.0.0:gorilla_css/vendor/github.com/gorilla/css \ gorilla:websocket:v1.4.2:gorilla_websocket/vendor/github.com/gorilla/websocket \ - icza:gox:6edfac6c05b5:icza_gox/vendor/github.com/icza/gox \ + icza:gox:cd40a3f8d324:icza_gox/vendor/github.com/icza/gox \ kyoh86:xdg:v1.2.0:kyoh86_xdg/vendor/github.com/kyoh86/xdg \ lucasb-eyer:go-colorful:v1.2.0:lucasb_eyer_go_colorful/vendor/github.com/lucasb-eyer/go-colorful \ mattn:go-mastodon:d39c10ba5e94:mattn_go_mastodon/vendor/github.com/mattn/go-mastodon \ @@ -36,9 +36,8 @@ GH_TUPLE= atotto:clipboard:v0.1.4:atotto_clipboard/vendor/github.com/atotto/clip microcosm-cc:bluemonday:v1.0.15:microcosm_cc_bluemonday/vendor/github.com/microcosm-cc/bluemonday \ nu7hatch:gouuid:179d4d0c4d8d:nu7hatch_gouuid/vendor/github.com/nu7hatch/gouuid \ pelletier:go-toml:v2.0.0-beta.3:pelletier_go_toml_v2/vendor/github.com/pelletier/go-toml/v2 \ - rivo:tview:5f8430624688:rivo_tview/vendor/github.com/rivo/tview \ + rivo:tview:f7430b878d17:rivo_tview/vendor/github.com/rivo/tview \ rivo:uniseg:v0.2.0:rivo_uniseg/vendor/github.com/rivo/uniseg \ - smartystreets:goconvey:v1.6.4:smartystreets_goconvey/vendor/github.com/smartystreets/goconvey \ tadvi:systray:11a2b8fa57af:tadvi_systray/vendor/github.com/tadvi/systray \ tomnomnom:linkheader:02ca5825eb80:tomnomnom_linkheader/vendor/github.com/tomnomnom/linkheader diff --git a/net-im/tut/distinfo b/net-im/tut/distinfo index 616accd94088..7520bd06b141 100644 --- a/net-im/tut/distinfo +++ b/net-im/tut/distinfo @@ -1,42 +1,42 @@ -TIMESTAMP = 1631183742 -SHA256 (RasmusLindroth-tut-0.0.29_GH0.tar.gz) = 119058267535d109df42b53c82af7f3e55d06a7d0f19feffedfd3af668a59230 -SIZE (RasmusLindroth-tut-0.0.29_GH0.tar.gz) = 136047 +TIMESTAMP = 1631913095 +SHA256 (RasmusLindroth-tut-0.0.33_GH0.tar.gz) = 72bddd75a368d0f15ae20f6fec4e52a03124e20a9e876045f05329c16fd33553 +SIZE (RasmusLindroth-tut-0.0.33_GH0.tar.gz) = 150305 SHA256 (atotto-clipboard-v0.1.4_GH0.tar.gz) = cafd64dc78f293c1e774386186f3f817461a1a8940ef86d5d9e9524b58aa791e SIZE (atotto-clipboard-v0.1.4_GH0.tar.gz) = 5017 SHA256 (aymerick-douceur-v0.2.0_GH0.tar.gz) = ceed015cddc99b600ccbbd6aa0ebe39063554049f70153887d3df7c21fefedbb SIZE (aymerick-douceur-v0.2.0_GH0.tar.gz) = 20914 SHA256 (gdamore-encoding-v1.0.0_GH0.tar.gz) = 8fb8593a69cd86f16233d63dd6d74181136ec8f22900c509e961a25eb4b2e013 SIZE (gdamore-encoding-v1.0.0_GH0.tar.gz) = 10886 -SHA256 (gdamore-tcell-v2.4.0_GH0.tar.gz) = 45c40b7fdb61902cd86ab8ea2764584f29d2f92d25d01e70b362a8cb184b7bfc -SIZE (gdamore-tcell-v2.4.0_GH0.tar.gz) = 155696 +SHA256 (gdamore-tcell-f057f0a857a1_GH0.tar.gz) = f546dc43b976c47929c295c468516dbe680ea8824afb57d8ea4458cd8641afd9 +SIZE (gdamore-tcell-f057f0a857a1_GH0.tar.gz) = 155998 SHA256 (gen2brain-beeep-5586760f0cc1_GH0.tar.gz) = be61ac697865fe3b0d58e3ee0d21f052302de844eaf0a570bb150c4c76d58a07 SIZE (gen2brain-beeep-5586760f0cc1_GH0.tar.gz) = 19910 -SHA256 (go-ini-ini-v1.62.0_GH0.tar.gz) = 926ca2ff49018dc5c0991f3a790bc2083a3c52c470167d42f0f0bcd6642ff64e -SIZE (go-ini-ini-v1.62.0_GH0.tar.gz) = 50314 +SHA256 (go-ini-ini-v1.63.0_GH0.tar.gz) = c3c760c1733dee3d1186e5679125521364061c2bebc3dfafc522bcc39a9b05d0 +SIZE (go-ini-ini-v1.63.0_GH0.tar.gz) = 50612 SHA256 (go-toast-toast-01e6764cf0a4_GH0.tar.gz) = f036f1b7def281fe0179db01729250922c75732a7fb3fe63acf7f7b60dcc3159 SIZE (go-toast-toast-01e6764cf0a4_GH0.tar.gz) = 213533 SHA256 (gobwas-glob-v0.2.3_GH0.tar.gz) = 325026fc78bcebcf31151b6e060f4e1c3321b04ded3dab63b63610b323c10850 SIZE (gobwas-glob-v0.2.3_GH0.tar.gz) = 25962 -SHA256 (godbus-dbus-v5.0.4_GH0.tar.gz) = cc43459f4c165c1f782aea9a1b79405b5a07cab9694a637246dacde9c889bc56 -SIZE (godbus-dbus-v5.0.4_GH0.tar.gz) = 69965 -SHA256 (golang-net-853a461950ff_GH0.tar.gz) = dc09df944d2e61644c3f292d1973a8163f57eda3e4dcdfe6b108564343f40310 -SIZE (golang-net-853a461950ff_GH0.tar.gz) = 1252080 -SHA256 (golang-sys-0f9fa26af87c_GH0.tar.gz) = 4a7725e85ddaba8f2efc9b799eb00f4b3d522ea8ed9ad0ce08783febe3ec97a1 -SIZE (golang-sys-0f9fa26af87c_GH0.tar.gz) = 1202044 +SHA256 (godbus-dbus-v5.0.5_GH0.tar.gz) = 2dbdf33c1e832f956c947542d7994121a7bab47e37f78320bcc0a3e9fa7776e7 +SIZE (godbus-dbus-v5.0.5_GH0.tar.gz) = 71113 +SHA256 (golang-net-a5e095526f91_GH0.tar.gz) = 5a161ad02a6c26e3297b5dff889890e1893f9937e01b5ce3a0bcd196e4c69cc4 +SIZE (golang-net-a5e095526f91_GH0.tar.gz) = 1254701 +SHA256 (golang-sys-751e447fb3d0_GH0.tar.gz) = d75e6c18ec9433e8ca5105b586709030b4f8a3eb67f9fdedcac74bc0c36d8d56 +SIZE (golang-sys-751e447fb3d0_GH0.tar.gz) = 1211377 SHA256 (golang-term-6886f2dfbf5b_GH0.tar.gz) = e2e151fcf388487e6d70ce589408f9848a78843a790e3bae5409c86b10493bf9 SIZE (golang-term-6886f2dfbf5b_GH0.tar.gz) = 14933 -SHA256 (golang-text-v0.3.6_GH0.tar.gz) = f66bebcf21985b0a713d67c6c35dfc9800d3b6d00d62b83ed0ce5b2ed4cb9760 -SIZE (golang-text-v0.3.6_GH0.tar.gz) = 8351095 -SHA256 (gopherjs-gopherjs-0766667cb4d1_GH0.tar.gz) = bc4d58aabc0e9958a9b8f9ebd835f1deabe5061750d070fc1e2e41fe6e6d643a -SIZE (gopherjs-gopherjs-0766667cb4d1_GH0.tar.gz) = 217279 +SHA256 (golang-text-v0.3.7_GH0.tar.gz) = 7cab2f6c3133ac1d422edd952b0dd2082fa55a73c2663fb2defd9bf83d649b26 +SIZE (golang-text-v0.3.7_GH0.tar.gz) = 8354718 +SHA256 (gopherjs-gopherjs-eee08aaf2717_GH0.tar.gz) = dcba9ad347cc6617df00d0172b56a4613ad758ad177845feb44bc5802308b9b7 +SIZE (gopherjs-gopherjs-eee08aaf2717_GH0.tar.gz) = 349449 SHA256 (gopherjs-gopherwasm-v1.1.0_GH0.tar.gz) = 40abdf209f724d241f78c0779cbe6b924992997359f98abfcabab82aa1d65e1d SIZE (gopherjs-gopherwasm-v1.1.0_GH0.tar.gz) = 5943 SHA256 (gorilla-css-v1.0.0_GH0.tar.gz) = 9decf83063b85bcd5392f645fac322e986b5fc596b3e44c3be02ee5939106f4c SIZE (gorilla-css-v1.0.0_GH0.tar.gz) = 6443 SHA256 (gorilla-websocket-v1.4.2_GH0.tar.gz) = 91937a36bc9e0da3c895c73d4cb74b2cdb1aff54ab21b0d0724000e7b5b85b84 SIZE (gorilla-websocket-v1.4.2_GH0.tar.gz) = 54101 -SHA256 (icza-gox-6edfac6c05b5_GH0.tar.gz) = ba6b6a55121cf32ba70279bd3ddc27ada24cbebaa5f949984945ac36a43b18d8 -SIZE (icza-gox-6edfac6c05b5_GH0.tar.gz) = 25352 +SHA256 (icza-gox-cd40a3f8d324_GH0.tar.gz) = a52b961ae65c9f6e26a579b6a8ddeb03e6fd85e123d115c52dfe8df7ae835332 +SIZE (icza-gox-cd40a3f8d324_GH0.tar.gz) = 25353 SHA256 (kyoh86-xdg-v1.2.0_GH0.tar.gz) = 357555c7fba96cad7cd37ccc60d07bde5022d50ec468e64e9adb045dbc39ba68 SIZE (kyoh86-xdg-v1.2.0_GH0.tar.gz) = 5085 SHA256 (lucasb-eyer-go-colorful-v1.2.0_GH0.tar.gz) = b3ee835cc398287452377266313edcc231043bae4168f8d2706e5d34ce1ce755 @@ -51,12 +51,10 @@ SHA256 (nu7hatch-gouuid-179d4d0c4d8d_GH0.tar.gz) = 2ead616e5bb23c0c669a1485cb45f SIZE (nu7hatch-gouuid-179d4d0c4d8d_GH0.tar.gz) = 3733 SHA256 (pelletier-go-toml-v2.0.0-beta.3_GH0.tar.gz) = a3f772527d0630ed9a6e3bf06e2ccc25323360927416321350a059d4c13dd9e6 SIZE (pelletier-go-toml-v2.0.0-beta.3_GH0.tar.gz) = 854203 -SHA256 (rivo-tview-5f8430624688_GH0.tar.gz) = 9402905d7e652436cf7cbd0f58c06b257053c4e2be671c868e89adac0d12c74c -SIZE (rivo-tview-5f8430624688_GH0.tar.gz) = 2872690 +SHA256 (rivo-tview-f7430b878d17_GH0.tar.gz) = 327b75b01e3dc41cf42bf548a94dc56d8583da2327ad8e31860a26f762c2fbdc +SIZE (rivo-tview-f7430b878d17_GH0.tar.gz) = 2873648 SHA256 (rivo-uniseg-v0.2.0_GH0.tar.gz) = 3ad738b5c9162ede110d75b23564b6e40e52dd9150ebbced402f4f70be106197 SIZE (rivo-uniseg-v0.2.0_GH0.tar.gz) = 44036 -SHA256 (smartystreets-goconvey-v1.6.4_GH0.tar.gz) = 88714f84d0a989c4ba60e1f2b65e426dc7e23058ca0b9f06cb77613cb22b010b -SIZE (smartystreets-goconvey-v1.6.4_GH0.tar.gz) = 1478622 SHA256 (tadvi-systray-11a2b8fa57af_GH0.tar.gz) = c7a2e5733693597e643460a6d30f1680c5d294b84a6133ede577e1fa73e176e3 SIZE (tadvi-systray-11a2b8fa57af_GH0.tar.gz) = 25788 SHA256 (tomnomnom-linkheader-02ca5825eb80_GH0.tar.gz) = 0905f5752137e019e22d2f0c6493ae969ad2cc944ceef58c2085a948c9c99e9d