diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-01-20 02:13:17 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-01-20 02:13:17 +0800 |
commit | 13caef721810ddc68d68047ce8e8e986d88c2f69 (patch) | |
tree | d9959e626915e6def770788ed7d0fb75e57fead3 | |
parent | dcb5ffcde60769ca85f5ee8d6762dc51fba27035 (diff) | |
download | freebsd-ports-gnome-13caef721810ddc68d68047ce8e8e986d88c2f69.tar.gz freebsd-ports-gnome-13caef721810ddc68d68047ce8e8e986d88c2f69.tar.zst freebsd-ports-gnome-13caef721810ddc68d68047ce8e8e986d88c2f69.zip |
- Update to 0.16.1
PR: 216246
Submitted by: sascha@root-login.org (maintainer)
-rw-r--r-- | textproc/fzf/Makefile | 5 | ||||
-rw-r--r-- | textproc/fzf/distinfo | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/textproc/fzf/Makefile b/textproc/fzf/Makefile index e658694ccc7c..800fb8a138ef 100644 --- a/textproc/fzf/Makefile +++ b/textproc/fzf/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fzf -PORTVERSION= 0.15.8 +PORTVERSION= 0.16.1 CATEGORIES= textproc MAINTAINER= sascha@root-login.org @@ -19,7 +19,8 @@ GH_SUBDIR:= src/github.com/${GH_ACCOUNT}/${PORTNAME} GH_TUPLE= junegunn:go-runewidth:63c378b:runwidth/src/github.com/junegunn/go-runewidth \ junegunn:go-shellwords:35d512a:shellwords/src/github.com/junegunn/go-shellwords \ - junegunn:go-isatty:66b8e73:isatty/src/github.com/junegunn/go-isatty + junegunn:go-isatty:66b8e73:isatty/src/github.com/junegunn/go-isatty \ + golang:crypto:b8a2a83:terminal/src/golang.org/x/crypto MAKE_ENV+= CGO_CPPFLAGS="-I${NCURSESINC} -I${NCURSESBASE}/include" \ CGO_LDFLAGS="-L${NCURSESLIB}" diff --git a/textproc/fzf/distinfo b/textproc/fzf/distinfo index 6852d1ba81e5..d1b84499cf3c 100644 --- a/textproc/fzf/distinfo +++ b/textproc/fzf/distinfo @@ -1,9 +1,11 @@ -TIMESTAMP = 1479595305 -SHA256 (junegunn-fzf-0.15.8_GH0.tar.gz) = f02ba45837e8583a3aa4e54a7d0b7d493f5314be6923ca80a639b43d6c0f4a4f -SIZE (junegunn-fzf-0.15.8_GH0.tar.gz) = 120461 +TIMESTAMP = 1484775525 +SHA256 (junegunn-fzf-0.16.1_GH0.tar.gz) = f8a05e9e72f6e2b87bec63809843afa77fd89067722407f6f9a86299c6215fce +SIZE (junegunn-fzf-0.16.1_GH0.tar.gz) = 134317 SHA256 (junegunn-go-runewidth-63c378b_GH0.tar.gz) = e7cba5116e6f7051984005f5ab6c23d448307a6fced09eb9bd1bf49f3317b36d SIZE (junegunn-go-runewidth-63c378b_GH0.tar.gz) = 4503 SHA256 (junegunn-go-shellwords-35d512a_GH0.tar.gz) = ea496265b81c60c0d590e369ca7cbcf3e87ec39d6f49c7462a7ab0483582b6fa SIZE (junegunn-go-shellwords-35d512a_GH0.tar.gz) = 2340 SHA256 (junegunn-go-isatty-66b8e73_GH0.tar.gz) = 261ec4d11cc7615205c67a1dd9ffe1f88166fc50db0022700a82f39ab7e47b0d SIZE (junegunn-go-isatty-66b8e73_GH0.tar.gz) = 1956 +SHA256 (golang-crypto-b8a2a83_GH0.tar.gz) = 9c6b4a4f6daf7dbd0c3606184076c3dc2694a0e811061e1c8723940170f33f58 +SIZE (golang-crypto-b8a2a83_GH0.tar.gz) = 1305071 |