aboutsummaryrefslogtreecommitdiff
path: root/editors/micro/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/micro/Makefile')
-rw-r--r--editors/micro/Makefile9
1 files changed, 5 insertions, 4 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