Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Feb 2017 01:40:33 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r434497 - head/textproc/fzf
Message-ID:  <201702210140.v1L1eX8N095355@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Tue Feb 21 01:40:32 2017
New Revision: 434497
URL: https://svnweb.freebsd.org/changeset/ports/434497

Log:
  - Update to 0.16.5
  
  PR:		217255
  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	Tue Feb 21 01:27:07 2017	(r434496)
+++ head/textproc/fzf/Makefile	Tue Feb 21 01:40:32 2017	(r434497)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	fzf
-PORTVERSION=	0.16.1
+PORTVERSION=	0.16.5
 CATEGORIES=	textproc
 
 MAINTAINER=	sascha@root-login.org
@@ -11,7 +11,7 @@ COMMENT=	Blazing fast command-line fuzzy
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		compiler go ncurses
+USES=		compiler go
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	junegunn
@@ -21,8 +21,6 @@ GH_TUPLE=	junegunn:go-runewidth:63c378b:
     		junegunn:go-shellwords:35d512a:shellwords/src/github.com/junegunn/go-shellwords \
 		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}"
 
 PLIST_FILES=	bin/fzf man/man1/fzf.1.gz
 

Modified: head/textproc/fzf/distinfo
==============================================================================
--- head/textproc/fzf/distinfo	Tue Feb 21 01:27:07 2017	(r434496)
+++ head/textproc/fzf/distinfo	Tue Feb 21 01:40:32 2017	(r434497)
@@ -1,6 +1,6 @@
-TIMESTAMP = 1484775525
-SHA256 (junegunn-fzf-0.16.1_GH0.tar.gz) = f8a05e9e72f6e2b87bec63809843afa77fd89067722407f6f9a86299c6215fce
-SIZE (junegunn-fzf-0.16.1_GH0.tar.gz) = 134317
+TIMESTAMP = 1487638535
+SHA256 (junegunn-fzf-0.16.5_GH0.tar.gz) = 7add1b5290af779fc1c6a3e306d696fb0e833d4efb5b60d94f9c424ac1b6f9fe
+SIZE (junegunn-fzf-0.16.5_GH0.tar.gz) = 124727
 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



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