Date: Thu, 19 Jan 2017 18:13:17 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431890 - head/textproc/fzf Message-ID: <201701191813.v0JIDH75065419@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Jan 19 18:13:17 2017 New Revision: 431890 URL: https://svnweb.freebsd.org/changeset/ports/431890 Log: - Update to 0.16.1 PR: 216246 Submitted by: sascha@root-login.org (maintainer) Modified: head/textproc/fzf/Makefile head/textproc/fzf/distinfo Modified: head/textproc/fzf/Makefile ============================================================================== --- head/textproc/fzf/Makefile Thu Jan 19 18:12:38 2017 (r431889) +++ head/textproc/fzf/Makefile Thu Jan 19 18:13:17 2017 (r431890) @@ -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} 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}" Modified: head/textproc/fzf/distinfo ============================================================================== --- head/textproc/fzf/distinfo Thu Jan 19 18:12:38 2017 (r431889) +++ head/textproc/fzf/distinfo Thu Jan 19 18:13:17 2017 (r431890) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701191813.v0JIDH75065419>