From owner-dev-commits-ports-all@freebsd.org Sun Jul 11 17:56:13 2021 Return-Path: Delivered-To: dev-commits-ports-all@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 53FA666BDA5; Sun, 11 Jul 2021 17:56:13 +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 4GNF251Gxrz4dfT; Sun, 11 Jul 2021 17:56:13 +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 E8BF51FFAB; Sun, 11 Jul 2021 17:56:12 +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 16BHuC2T058757; Sun, 11 Jul 2021 17:56:12 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16BHuCWj058756; Sun, 11 Jul 2021 17:56:12 GMT (envelope-from git) Date: Sun, 11 Jul 2021 17:56:12 GMT Message-Id: <202107111756.16BHuCWj058756@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: e999db5badbf - main - net-im/tut: Update to 0.0.20 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: e999db5badbf1a686c24de98010a630ad897ba93 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jul 2021 17:56:13 -0000 The branch main has been updated by lcook: URL: https://cgit.FreeBSD.org/ports/commit/?id=e999db5badbf1a686c24de98010a630ad897ba93 commit e999db5badbf1a686c24de98010a630ad897ba93 Author: Lewis Cook AuthorDate: 2021-07-11 16:40:59 +0000 Commit: Lewis Cook CommitDate: 2021-07-11 17:55:24 +0000 net-im/tut: Update to 0.0.20 Changes: https://github.com/RasmusLindroth/tut/releases/tag/0.0.20 --- net-im/tut/Makefile | 19 ++++++++++--------- net-im/tut/distinfo | 40 +++++++++++++++++++++------------------- 2 files changed, 31 insertions(+), 28 deletions(-) diff --git a/net-im/tut/Makefile b/net-im/tut/Makefile index 06f03e91d34a..ea8de7add42d 100644 --- a/net-im/tut/Makefile +++ b/net-im/tut/Makefile @@ -1,5 +1,5 @@ PORTNAME= tut -DISTVERSION= 0.0.17 +DISTVERSION= 0.0.20 CATEGORIES= net-im MAINTAINER= lcook@FreeBSD.org @@ -14,22 +14,23 @@ GH_ACCOUNT= RasmusLindroth GH_TUPLE= aymerick:douceur:v0.2.0:aymerick_douceur/vendor/github.com/aymerick/douceur \ chris-ramon:douceur:v0.2.0:chris_ramon_douceur \ gdamore:encoding:v1.0.0:gdamore_encoding/vendor/github.com/gdamore/encoding \ - gdamore:tcell:v1.3.0:gdamore_tcell/vendor/github.com/gdamore/tcell \ + gdamore:tcell:v2.3.11:gdamore_tcell_v2/vendor/github.com/gdamore/tcell/v2 \ go-ini:ini:v1.57.0:go_ini_ini/vendor/gopkg.in/ini.v1 \ golang:net:ab3426394381:golang_net/vendor/golang.org/x/net \ - golang:sys:85ca7c5b95cd:golang_sys/vendor/golang.org/x/sys \ - golang:text:v0.3.2:golang_text/vendor/golang.org/x/text \ + golang:sys:68d13333faf2:golang_sys/vendor/golang.org/x/sys \ + golang:term:6a3ed077a48d:golang_term/vendor/golang.org/x/term \ + golang:text:v0.3.5:golang_text/vendor/golang.org/x/text \ gorilla:css:v1.0.0:gorilla_css/vendor/github.com/gorilla/css \ gorilla:websocket:v1.4.1:gorilla_websocket/vendor/github.com/gorilla/websocket \ icza:gox:7dc3510ae515:icza_gox/vendor/github.com/icza/gox \ kyoh86:xdg:v1.2.0:kyoh86_xdg/vendor/github.com/kyoh86/xdg \ - lucasb-eyer:go-colorful:v1.0.3:lucasb_eyer_go_colorful/vendor/github.com/lucasb-eyer/go-colorful \ - mattn:go-mastodon:315df7d9162e:mattn_go_mastodon/vendor/github.com/mattn/go-mastodon \ - mattn:go-runewidth:v0.0.8:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ + 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 \ + mattn:go-runewidth:v0.0.10:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ microcosm-cc:bluemonday:v1.0.3:microcosm_cc_bluemonday/vendor/github.com/microcosm-cc/bluemonday \ pelletier:go-toml:v1.8.0:pelletier_go_toml/vendor/github.com/pelletier/go-toml \ - rivo:tview:c65badfc3d92:rivo_tview/vendor/github.com/rivo/tview \ - rivo:uniseg:v0.1.0:rivo_uniseg/vendor/github.com/rivo/uniseg \ + rivo:tview:452d97725245: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 \ tomnomnom:linkheader:02ca5825eb80:tomnomnom_linkheader/vendor/github.com/tomnomnom/linkheader diff --git a/net-im/tut/distinfo b/net-im/tut/distinfo index 0b9a6b88a25d..79cc0b089f2f 100644 --- a/net-im/tut/distinfo +++ b/net-im/tut/distinfo @@ -1,22 +1,24 @@ -TIMESTAMP = 1599781911 -SHA256 (RasmusLindroth-tut-0.0.17_GH0.tar.gz) = a560b921a6b1c687264a44386750ce0202f78f30d17068f436305b22525f26c2 -SIZE (RasmusLindroth-tut-0.0.17_GH0.tar.gz) = 128852 +TIMESTAMP = 1626021595 +SHA256 (RasmusLindroth-tut-0.0.20_GH0.tar.gz) = e9d389ccd7f9a8ae3fd6b7ec107bad4852eaea2d42b64738f7b42959d657335c +SIZE (RasmusLindroth-tut-0.0.20_GH0.tar.gz) = 129026 SHA256 (aymerick-douceur-v0.2.0_GH0.tar.gz) = ceed015cddc99b600ccbbd6aa0ebe39063554049f70153887d3df7c21fefedbb SIZE (aymerick-douceur-v0.2.0_GH0.tar.gz) = 20914 SHA256 (chris-ramon-douceur-v0.2.0_GH0.tar.gz) = ceed015cddc99b600ccbbd6aa0ebe39063554049f70153887d3df7c21fefedbb SIZE (chris-ramon-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-v1.3.0_GH0.tar.gz) = 5e4d2206a459109fdd98fb1d29f2da2340b69a021b115db9049917444a0c1097 -SIZE (gdamore-tcell-v1.3.0_GH0.tar.gz) = 148627 +SHA256 (gdamore-tcell-v2.3.11_GH0.tar.gz) = 616804722f0ed59ca54f3c6428461717c044ba5e22245e2afe544bb779013c88 +SIZE (gdamore-tcell-v2.3.11_GH0.tar.gz) = 155414 SHA256 (go-ini-ini-v1.57.0_GH0.tar.gz) = e612924cffa395825f32e65db18cff0366705952433e52c6efc81fc1c3adfd2a SIZE (go-ini-ini-v1.57.0_GH0.tar.gz) = 48424 SHA256 (golang-net-ab3426394381_GH0.tar.gz) = ddf23e17a147972ad0dd11824a912eaa0174cba60ab63da6ae6ced2c76345946 SIZE (golang-net-ab3426394381_GH0.tar.gz) = 1177700 -SHA256 (golang-sys-85ca7c5b95cd_GH0.tar.gz) = 06a5cbc446381df9653d4b410239720eea6b27461597de88f3e621664c811294 -SIZE (golang-sys-85ca7c5b95cd_GH0.tar.gz) = 1047239 -SHA256 (golang-text-v0.3.2_GH0.tar.gz) = 0b9309698f5708531c5377ab1e29b423a6d9e20c55a8d386c3b8283428212f22 -SIZE (golang-text-v0.3.2_GH0.tar.gz) = 7168069 +SHA256 (golang-sys-68d13333faf2_GH0.tar.gz) = 5c3c90ba4825031c3b528655871fa23218c401f6f47ef097ce8e2c90e84f8d00 +SIZE (golang-sys-68d13333faf2_GH0.tar.gz) = 1217255 +SHA256 (golang-term-6a3ed077a48d_GH0.tar.gz) = 6760076add528b90a5e07ad357eef6f11ec03e19eebe66d1b1ef383fd9214e9a +SIZE (golang-term-6a3ed077a48d_GH0.tar.gz) = 15333 +SHA256 (golang-text-v0.3.5_GH0.tar.gz) = f85d1185ba116cd40ef8cf702fe1d960ed41d039c08fd314dbeb5866f3166f27 +SIZE (golang-text-v0.3.5_GH0.tar.gz) = 8348127 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.1_GH0.tar.gz) = 9e5bd337d58a978bf4072767252ddb394b53e2b459697633794abd96e8eb3fa6 @@ -25,20 +27,20 @@ SHA256 (icza-gox-7dc3510ae515_GH0.tar.gz) = 2883f277d7623d89b56dbd6d098e9f6000e6 SIZE (icza-gox-7dc3510ae515_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.0.3_GH0.tar.gz) = 40c8c7e03a4eeaaabd44273e9b6a992933f554f17225aadd0b225ffc67e1e7db -SIZE (lucasb-eyer-go-colorful-v1.0.3_GH0.tar.gz) = 430208 -SHA256 (mattn-go-mastodon-315df7d9162e_GH0.tar.gz) = 7a50067afd1b6b9dc3909c6a37817e54e4e7bca403b556202008c2b3eb6e6c53 -SIZE (mattn-go-mastodon-315df7d9162e_GH0.tar.gz) = 39854 -SHA256 (mattn-go-runewidth-v0.0.8_GH0.tar.gz) = 7b1ae2393fe4b0ddc64b94aabf1d825c969aebe09f167751a009d5ed6836850e -SIZE (mattn-go-runewidth-v0.0.8_GH0.tar.gz) = 16500 +SHA256 (lucasb-eyer-go-colorful-v1.2.0_GH0.tar.gz) = b3ee835cc398287452377266313edcc231043bae4168f8d2706e5d34ce1ce755 +SIZE (lucasb-eyer-go-colorful-v1.2.0_GH0.tar.gz) = 970830 +SHA256 (mattn-go-mastodon-d39c10ba5e94_GH0.tar.gz) = 9fc4c3d975e42b38f7cfbf090334104b00b1a1aad8893153e242763030508e9f +SIZE (mattn-go-mastodon-d39c10ba5e94_GH0.tar.gz) = 40180 +SHA256 (mattn-go-runewidth-v0.0.10_GH0.tar.gz) = 48cb8654014d9eab1d59088dd1879907de1dab51c2ed3cee8c8254c1708c2d8e +SIZE (mattn-go-runewidth-v0.0.10_GH0.tar.gz) = 16778 SHA256 (microcosm-cc-bluemonday-v1.0.3_GH0.tar.gz) = 13edb0707522d6fcdc579074255f2d4d206ce51defc7acecf0d7eb4358727c1d SIZE (microcosm-cc-bluemonday-v1.0.3_GH0.tar.gz) = 160276 SHA256 (pelletier-go-toml-v1.8.0_GH0.tar.gz) = 535241212044f52bc40c8eb08d15342c75cef8e6c887ceb1e18d25aad4ab3633 SIZE (pelletier-go-toml-v1.8.0_GH0.tar.gz) = 96286 -SHA256 (rivo-tview-c65badfc3d92_GH0.tar.gz) = 385374ba12b45254143b6d89744a8f44a3c9920e5e7ebc04638821b90bc3ecd8 -SIZE (rivo-tview-c65badfc3d92_GH0.tar.gz) = 2868587 -SHA256 (rivo-uniseg-v0.1.0_GH0.tar.gz) = b80dffa6c757687cc997b77efbd32435361829cb085b913424b9b2bfebc19655 -SIZE (rivo-uniseg-v0.1.0_GH0.tar.gz) = 43971 +SHA256 (rivo-tview-452d97725245_GH0.tar.gz) = 7dab044c30a11c52764ab3c0cd472b3e4cf9e46d46a504e18a0ac99240f47819 +SIZE (rivo-tview-452d97725245_GH0.tar.gz) = 2872694 +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 (tomnomnom-linkheader-02ca5825eb80_GH0.tar.gz) = 0905f5752137e019e22d2f0c6493ae969ad2cc944ceef58c2085a948c9c99e9d