Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jul 2021 10:43:52 GMT
From:      Lewis Cook <lcook@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 14d1c8e356b0 - main - net-im/tut: Update to 0.0.26
Message-ID:  <202107281043.16SAhqYF012873@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by lcook:

URL: https://cgit.FreeBSD.org/ports/commit/?id=14d1c8e356b053dd1dec9c587273455424764b56

commit 14d1c8e356b053dd1dec9c587273455424764b56
Author:     Lewis Cook <lcook@FreeBSD.org>
AuthorDate: 2021-07-28 10:43:02 +0000
Commit:     Lewis Cook <lcook@FreeBSD.org>
CommitDate: 2021-07-28 10:43:02 +0000

    net-im/tut: Update to 0.0.26
    
    Changes:        https://github.com/RasmusLindroth/tut/compare/0.0.20...0.0.26
---
 net-im/tut/Makefile | 42 ++++++++++++++++--------------
 net-im/tut/distinfo | 74 ++++++++++++++++++++++++++++++++---------------------
 2 files changed, 68 insertions(+), 48 deletions(-)

diff --git a/net-im/tut/Makefile b/net-im/tut/Makefile
index ea8de7add42d..44a362afecd7 100644
--- a/net-im/tut/Makefile
+++ b/net-im/tut/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	tut
-DISTVERSION=	0.0.20
+DISTVERSION=	0.0.26
 CATEGORIES=	net-im
 
 MAINTAINER=	lcook@FreeBSD.org
@@ -11,27 +11,35 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 USES=		go:modules
 USE_GITHUB=	yes
 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 \
+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.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: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 \
+		gdamore:tcell:v2.4.0: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-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 \
+		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 \
+		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.1:gorilla_websocket/vendor/github.com/gorilla/websocket \
-		icza:gox:7dc3510ae515:icza_gox/vendor/github.com/icza/gox \
+		gorilla:websocket:v1.4.2:gorilla_websocket/vendor/github.com/gorilla/websocket \
+		icza:gox:6edfac6c05b5: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 \
-		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:452d97725245:rivo_tview/vendor/github.com/rivo/tview \
+		mattn:go-runewidth:v0.0.13:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \
+		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: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
 
 PLIST_FILES=	bin/${PORTNAME}
@@ -39,10 +47,6 @@ PORTDOCS=	README.md
 
 OPTIONS_DEFINE=	DOCS
 
-post-extract:
-	@${MKDIR} ${WRKSRC}/vendor/github.com/chris-ramon
-	@${RLN} ${WRKSRC_aymerick_douceur} ${WRKSRC}/vendor/github.com/chris-ramon/douceur
-
 post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
diff --git a/net-im/tut/distinfo b/net-im/tut/distinfo
index 79cc0b089f2f..80281633db78 100644
--- a/net-im/tut/distinfo
+++ b/net-im/tut/distinfo
@@ -1,47 +1,63 @@
-TIMESTAMP = 1626021595
-SHA256 (RasmusLindroth-tut-0.0.20_GH0.tar.gz) = e9d389ccd7f9a8ae3fd6b7ec107bad4852eaea2d42b64738f7b42959d657335c
-SIZE (RasmusLindroth-tut-0.0.20_GH0.tar.gz) = 129026
+TIMESTAMP = 1627468794
+SHA256 (RasmusLindroth-tut-0.0.26_GH0.tar.gz) = b948c642f8703af293a68c3bc9732e006c77f4776a2c76b6ec9a67e9fbc79562
+SIZE (RasmusLindroth-tut-0.0.26_GH0.tar.gz) = 134799
+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 (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-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-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 (gdamore-tcell-v2.4.0_GH0.tar.gz) = 45c40b7fdb61902cd86ab8ea2764584f29d2f92d25d01e70b362a8cb184b7bfc
+SIZE (gdamore-tcell-v2.4.0_GH0.tar.gz) = 155696
+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-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 (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 (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.1_GH0.tar.gz) = 9e5bd337d58a978bf4072767252ddb394b53e2b459697633794abd96e8eb3fa6
-SIZE (gorilla-websocket-v1.4.1_GH0.tar.gz) = 54218
-SHA256 (icza-gox-7dc3510ae515_GH0.tar.gz) = 2883f277d7623d89b56dbd6d098e9f6000e67b606c83814cc47ab9d0ce152e4d
-SIZE (icza-gox-7dc3510ae515_GH0.tar.gz) = 25353
+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 (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
 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-452d97725245_GH0.tar.gz) = 7dab044c30a11c52764ab3c0cd472b3e4cf9e46d46a504e18a0ac99240f47819
-SIZE (rivo-tview-452d97725245_GH0.tar.gz) = 2872694
+SHA256 (mattn-go-runewidth-v0.0.13_GH0.tar.gz) = 9b2aeafa5d95a40b32067ba22accdf42cc83414ec5b433ea7de330791beaa196
+SIZE (mattn-go-runewidth-v0.0.13_GH0.tar.gz) = 17353
+SHA256 (microcosm-cc-bluemonday-v1.0.15_GH0.tar.gz) = 8690ca3a27d84a2b27841cd88bc6c8aa62558be488a0f7836683e7cf2a8d2818
+SIZE (microcosm-cc-bluemonday-v1.0.15_GH0.tar.gz) = 165563
+SHA256 (nu7hatch-gouuid-179d4d0c4d8d_GH0.tar.gz) = 2ead616e5bb23c0c669a1485cb45f083d8d6752acc5faa5f668521b7e99ec2e1
+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-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
 SIZE (tomnomnom-linkheader-02ca5825eb80_GH0.tar.gz) = 4318



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107281043.16SAhqYF012873>