Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jun 2023 12:58:21 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a3eff1d76c12 - main - misc/wego: update to 2.2
Message-ID:  <202306051258.355CwLtr052484@gitrepo.freebsd.org>

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

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

commit a3eff1d76c126ae255bc586f97fc1aa3c77e2fdd
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-06-05 12:54:24 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-06-05 12:56:59 +0000

    misc/wego: update to 2.2
    
    Changelog:      https://github.com/schachmat/wego/releases/tag/2.2
---
 misc/wego/Makefile | 15 +++++++--------
 misc/wego/distinfo | 26 +++++++++++++-------------
 2 files changed, 20 insertions(+), 21 deletions(-)

diff --git a/misc/wego/Makefile b/misc/wego/Makefile
index 2af12651aad7..f3960c737c83 100644
--- a/misc/wego/Makefile
+++ b/misc/wego/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	wego
-DISTVERSION=	2.1
-PORTREVISION=	9
+DISTVERSION=	2.2
 CATEGORIES=	misc
 
 MAINTAINER=	pkubaj@FreeBSD.org
@@ -14,12 +13,12 @@ USES=		go:modules
 USE_GITHUB=	yes
 GH_ACCOUNT=	schachmat
 GH_TUPLE=	\
-		mattn:go-colorable:v0.1.12:mattn_gocolorable/vendor/github.com/mattn/go-colorable \
-		mattn:go-runewidth:v0.0.13:mattn_gorunewidth/vendor/github.com/mattn/go-runewidth \
-		schachmat:ingo:a4bdc0729a3f:schachmat_ingo/vendor/github.com/schachmat/ingo \
-		mattn:go-isatty:v0.0.14:mattn_goisatty/vendor/github.com/mattn/go-isatty \
-		rivo:uniseg:v0.2.0:rivo_uniseg/vendor/github.com/rivo/uniseg \
-		golang:sys:v0.6.0:golang_sys/vendor/golang.org/x/sys
+		golang:sys:v0.8.0:golang_sys/vendor/golang.org/x/sys \
+		mattn:go-colorable:v0.1.13:mattn_go_colorable/vendor/github.com/mattn/go-colorable \
+		mattn:go-isatty:v0.0.19:mattn_go_isatty/vendor/github.com/mattn/go-isatty \
+		mattn:go-runewidth:v0.0.14:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \
+		rivo:uniseg:v0.4.4:rivo_uniseg/vendor/github.com/rivo/uniseg \
+		schachmat:ingo:a4bdc0729a3f:schachmat_ingo/vendor/github.com/schachmat/ingo
 GO_TARGET=	wego
 
 PLIST_FILES=	bin/${PORTNAME}
diff --git a/misc/wego/distinfo b/misc/wego/distinfo
index 385edd89cde6..4d06e9bf4a88 100644
--- a/misc/wego/distinfo
+++ b/misc/wego/distinfo
@@ -1,15 +1,15 @@
-TIMESTAMP = 1678872393
-SHA256 (schachmat-wego-2.1_GH0.tar.gz) = cebfa622789aa8e7045657d81754cb502ba189f4b4bebd1a95192528e06969a6
-SIZE (schachmat-wego-2.1_GH0.tar.gz) = 16499
-SHA256 (mattn-go-colorable-v0.1.12_GH0.tar.gz) = 32493594aee411896ffe13aaed14df4a23c3006866c46c1a908af79eacd102b2
-SIZE (mattn-go-colorable-v0.1.12_GH0.tar.gz) = 9801
-SHA256 (mattn-go-runewidth-v0.0.13_GH0.tar.gz) = 9b2aeafa5d95a40b32067ba22accdf42cc83414ec5b433ea7de330791beaa196
-SIZE (mattn-go-runewidth-v0.0.13_GH0.tar.gz) = 17353
+TIMESTAMP = 1685969811
+SHA256 (schachmat-wego-2.2_GH0.tar.gz) = e7a6d40cb44f4408aedceebbed5854b3b992936cc762df6b76f5a9dca7909321
+SIZE (schachmat-wego-2.2_GH0.tar.gz) = 20450
+SHA256 (golang-sys-v0.8.0_GH0.tar.gz) = b2d02a26e2f974193692e0357c73f46b7b82c5d51099af1b01e4c456d261a428
+SIZE (golang-sys-v0.8.0_GH0.tar.gz) = 1436337
+SHA256 (mattn-go-colorable-v0.1.13_GH0.tar.gz) = c3b62c76d365906bba9aa9d9ec048fd33a2a5742299d6482a08e7466d4c52d77
+SIZE (mattn-go-colorable-v0.1.13_GH0.tar.gz) = 9762
+SHA256 (mattn-go-isatty-v0.0.19_GH0.tar.gz) = 67b1614d495030982d276b211f3ba2a155fad61919ba96e34db8e67ed28660e4
+SIZE (mattn-go-isatty-v0.0.19_GH0.tar.gz) = 4679
+SHA256 (mattn-go-runewidth-v0.0.14_GH0.tar.gz) = 0e6a49d6a8f694154af2746a820d4c5f13fe3d9b0968bdf16fcf939dd461e034
+SIZE (mattn-go-runewidth-v0.0.14_GH0.tar.gz) = 18274
+SHA256 (rivo-uniseg-v0.4.4_GH0.tar.gz) = eb2837932d0a666e13ea6b4cebf698096266d4f14740faa78c63b8291cf1fb5c
+SIZE (rivo-uniseg-v0.4.4_GH0.tar.gz) = 453399
 SHA256 (schachmat-ingo-a4bdc0729a3f_GH0.tar.gz) = 2bfcf26de06c432ea4e2e61973d6a3b093efcf7b0f720506893589e332c5e0b4
 SIZE (schachmat-ingo-a4bdc0729a3f_GH0.tar.gz) = 5341
-SHA256 (mattn-go-isatty-v0.0.14_GH0.tar.gz) = e6460325edf600297cf2ef68834938fb1c5b8d5f234b3b24ec7c0a29a2d70b39
-SIZE (mattn-go-isatty-v0.0.14_GH0.tar.gz) = 4710
-SHA256 (rivo-uniseg-v0.2.0_GH0.tar.gz) = 3ad738b5c9162ede110d75b23564b6e40e52dd9150ebbced402f4f70be106197
-SIZE (rivo-uniseg-v0.2.0_GH0.tar.gz) = 44036
-SHA256 (golang-sys-v0.6.0_GH0.tar.gz) = b4f6d17c7a128f76169964b437cb66b3f2dbf9a33361928ec19dfecf7b03fc54
-SIZE (golang-sys-v0.6.0_GH0.tar.gz) = 1434234



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