diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2020-04-14 13:08:38 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2020-04-14 13:08:38 +0000 |
commit | 1b2cbdd1dd438e1f934a596ea2f7899f28d2eea2 (patch) | |
tree | 2db1ce99b3a0d317ada081af5eb73ad360f550d9 /misc | |
parent | e49212f933085e00c0f5ef1917f3ce6d54d0c209 (diff) | |
download | ports-1b2cbdd1dd438e1f934a596ea2f7899f28d2eea2.tar.gz ports-1b2cbdd1dd438e1f934a596ea2f7899f28d2eea2.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/lf/Makefile | 9 | ||||
-rw-r--r-- | misc/lf/distinfo | 16 |
2 files changed, 14 insertions, 11 deletions
diff --git a/misc/lf/Makefile b/misc/lf/Makefile index 975d30032591..148bf5fd0f22 100644 --- a/misc/lf/Makefile +++ b/misc/lf/Makefile @@ -2,8 +2,7 @@ PORTNAME= lf DISTVERSIONPREFIX= r -DISTVERSION= 13 -PORTREVISION= 1 +DISTVERSION= 14 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org @@ -15,8 +14,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= gokcehan -GH_TUPLE= mattn:go-runewidth:703b5e6:runewidth/vendor/github.com/mattn/go-runewidth \ - nsf:termbox-go:288510b:termbox/vendor/github.com/nsf/termbox-go +GH_TUPLE= \ + djherbis:times:v1.2.0:djherbis_times/vendor/gopkg.in/djherbis/times.v1 \ + doronbehar:termbox-go:8c9470559e05:doronbehar_termbox_go/vendor/github.com/doronbehar/termbox-go \ + mattn:go-runewidth:v0.0.4:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth PLIST_FILES= bin/lf diff --git a/misc/lf/distinfo b/misc/lf/distinfo index bc90ad20763c..d4ef80903806 100644 --- a/misc/lf/distinfo +++ b/misc/lf/distinfo @@ -1,7 +1,9 @@ -TIMESTAMP = 1563763077 -SHA256 (gokcehan-lf-r13_GH0.tar.gz) = fe99ed9785fbdc606835139c0c52c854b32b1f1449ba83567a115b21d2e882f4 -SIZE (gokcehan-lf-r13_GH0.tar.gz) = 67064 -SHA256 (mattn-go-runewidth-703b5e6_GH0.tar.gz) = 62c40ad7642da0ad00a3d47887cc7404c09703e580d65c709b2ecb65d721e9c8 -SIZE (mattn-go-runewidth-703b5e6_GH0.tar.gz) = 19884 -SHA256 (nsf-termbox-go-288510b_GH0.tar.gz) = f4f60382dbf63d1e453110e9dd44f8517316c8be3d40f0f101a845c7aae351b1 -SIZE (nsf-termbox-go-288510b_GH0.tar.gz) = 32359 +TIMESTAMP = 1586866415 +SHA256 (gokcehan-lf-r14_GH0.tar.gz) = 5266afa808f4612733af65289024c9eb182864f6a224fdfdf58f405a30c79644 +SIZE (gokcehan-lf-r14_GH0.tar.gz) = 70231 +SHA256 (djherbis-times-v1.2.0_GH0.tar.gz) = d6740b3968043f2ac14bd6a80d69242969feec29d70a7281e1ce54cd4d667a86 +SIZE (djherbis-times-v1.2.0_GH0.tar.gz) = 6941 +SHA256 (doronbehar-termbox-go-8c9470559e05_GH0.tar.gz) = b4dd4385ed0298cebdaa4a373bbfb1e3177a88e32fa074b65d914ef5778f8c74 +SIZE (doronbehar-termbox-go-8c9470559e05_GH0.tar.gz) = 32839 +SHA256 (mattn-go-runewidth-v0.0.4_GH0.tar.gz) = 1973c2de25bc69c3786a00e8118f4d22aa0d040bdfe46c8c8c30419b23e53dfe +SIZE (mattn-go-runewidth-v0.0.4_GH0.tar.gz) = 19827 |