Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 May 2021 23:49:10 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: 3129d487b085 - main - editors/micro: Update to 2.0.9
Message-ID:  <202105212349.14LNnAkK015063@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=3129d487b0854312c726ab9aad6a16b37af4415c

commit 3129d487b0854312c726ab9aad6a16b37af4415c
Author:     Lewis Cook <lcook@FreeBSD.org>
AuthorDate: 2021-05-21 23:44:38 +0000
Commit:     Lewis Cook <lcook@FreeBSD.org>
CommitDate: 2021-05-21 23:44:38 +0000

    editors/micro: Update to 2.0.9
    
    Changes:        https://github.com/zyedidia/micro/releases/tag/v2.0.9
---
 editors/micro/Makefile | 9 +++++----
 editors/micro/distinfo | 6 +++---
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/editors/micro/Makefile b/editors/micro/Makefile
index bb571099efd4..d2c9e8ad08ad 100644
--- a/editors/micro/Makefile
+++ b/editors/micro/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	micro
-PORTVERSION=	2.0.8
 DISTVERSIONPREFIX=	v
+DISTVERSION=	2.0.9
 CATEGORIES=	editors
 
 MAINTAINER=	lcook@FreeBSD.org
@@ -25,8 +25,8 @@ GH_TUPLE=	blang:semver:v3.5.1:blang_semver/vendor/github.com/blang/semver \
 		lucasb-eyer:go-colorful:v1.0.3:lucasb_eyer_go_colorful/vendor/github.com/lucasb-eyer/go-colorful \
 		mattn:go-isatty:v0.0.11:mattn_go_isatty/vendor/github.com/mattn/go-isatty \
 		mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \
-		p-e-w:go-runewidth:3e1705c5c059:p_e_w_go_runewidth/vendor/github.com/mattn/go-runewidth \
 		pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \
+		rivo:uniseg:v0.1.0:rivo_uniseg/vendor/github.com/rivo/uniseg \
 		robertkrimen:otto:c382bd3c16ff:robertkrimen_otto/vendor/github.com/robertkrimen/otto \
 		sergi:go-diff:v1.1.0:sergi_go_diff/vendor/github.com/sergi/go-diff \
 		stretchr:testify:v1.4.0:stretchr_testify/vendor/github.com/stretchr/testify \
@@ -34,16 +34,17 @@ GH_TUPLE=	blang:semver:v3.5.1:blang_semver/vendor/github.com/blang/semver \
 		yuin:gopher-lua:ab39c6098bdb:yuin_gopher_lua/vendor/github.com/yuin/gopher-lua \
 		zyedidia:clipboard:v1.0.3:zyedidia_clipboard/vendor/github.com/zyedidia/clipboard \
 		zyedidia:glob:dd4023a66dc3:zyedidia_glob/vendor/github.com/zyedidia/glob \
+		zyedidia:go-runewidth:v0.0.12:zyedidia_go_runewidth/vendor/github.com/mattn/go-runewidth \
 		zyedidia:go-shellquote:eccd813c0655:zyedidia_go_shellquote/vendor/github.com/kballard/go-shellquote \
 		zyedidia:highlight:201131ce5cf5:zyedidia_highlight/vendor/github.com/zyedidia/highlight \
 		zyedidia:json5:2da050b1a98d:zyedidia_json5/vendor/github.com/zyedidia/json5 \
 		zyedidia:poller:v1.0.1:zyedidia_poller/vendor/github.com/zyedidia/poller \
 		zyedidia:pty:v2.0.0:zyedidia_pty/vendor/github.com/zyedidia/pty \
-		zyedidia:tcell:v2.0.6:zyedidia_tcell_v2/vendor/github.com/zyedidia/tcell/v2 \
+		zyedidia:tcell:v2.0.7:zyedidia_tcell_v2/vendor/github.com/zyedidia/tcell/v2 \
 		zyedidia:terminal:533c623e2415:zyedidia_terminal/vendor/github.com/zyedidia/terminal
 
 _BUILD_VERSION=	${DISTVERSION}
-_BUILD_HASH=	cfcb2e4
+_BUILD_HASH=	6bc498e
 _BUILD_DATE=	$$(date '+%B %d, %Y')
 _BUILD_DEBUG=	OFF
 
diff --git a/editors/micro/distinfo b/editors/micro/distinfo
index 46a51e01ab33..efee698a5a5d 100644
--- a/editors/micro/distinfo
+++ b/editors/micro/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1602063290
-SHA256 (zyedidia-micro-v2.0.8_GH0.tar.gz) = 3e1b7483aa2afffa8afc2c710e22541961ac3de5e026efb4bdddc8ade00d4de0
-SIZE (zyedidia-micro-v2.0.8_GH0.tar.gz) = 802731
+TIMESTAMP = 1621640124
+SHA256 (zyedidia-micro-v2.0.9_GH0.tar.gz) = 59987763ec5edb10db50c136eeb5934b411bd5e6adbd3d785f1d64d3e225ec31
+SIZE (zyedidia-micro-v2.0.9_GH0.tar.gz) = 811560
 SHA256 (blang-semver-v3.5.1_GH0.tar.gz) = 3d9da53f4c2d3169bfa9b25f2f36f301a37556a47259c870881524c643c69c57
 SIZE (blang-semver-v3.5.1_GH0.tar.gz) = 14831
 SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e



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