From owner-svn-ports-head@freebsd.org Sun Nov 20 20:02:35 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6DA74C4C973; Sun, 20 Nov 2016 20:02:35 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B04519BE; Sun, 20 Nov 2016 20:02:34 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [127.0.0.1] (ip72-204-34-204.fv.ks.cox.net [72.204.34.204]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 235DD43C32; Sun, 20 Nov 2016 14:01:36 -0600 (CST) Subject: Re: svn commit: r426617 - in head/textproc/fzf: . files To: Kurt Jaeger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201611201946.uAKJk2Bn035944@repo.freebsd.org> Reply-To: marino@freebsd.org From: John Marino Message-ID: <10733902-f36a-eca8-997b-58e337ce8818@marino.st> Date: Sun, 20 Nov 2016 14:02:24 -0600 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <201611201946.uAKJk2Bn035944@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 161120-0, 11/20/2016), Outbound message X-Antivirus-Status: Clean X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Nov 2016 20:02:35 -0000 On 11/20/2016 13:46, Kurt Jaeger wrote: > Author: pi > Date: Sun Nov 20 19:46:02 2016 > New Revision: 426617 > URL: https://svnweb.freebsd.org/changeset/ports/426617 > > Log: > textproc/fzf: Update 13.4 -> 0.15.8 > > PR: 214678 > Changes: https://github.com/junegunn/fzf/blob/master/CHANGELOG.md > Submitted by: Sascha Holzleiter (maintainer) > > Deleted: > head/textproc/fzf/files/ > Modified: > head/textproc/fzf/Makefile > head/textproc/fzf/distinfo > > Modified: head/textproc/fzf/Makefile > ============================================================================== > --- head/textproc/fzf/Makefile Sun Nov 20 19:38:55 2016 (r426616) > +++ head/textproc/fzf/Makefile Sun Nov 20 19:46:02 2016 (r426617) > @@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= fzf > -PORTVERSION= 0.13.4 > +PORTVERSION= 0.15.8 > CATEGORIES= textproc > > MAINTAINER= sascha@root-login.org > @@ -11,22 +11,20 @@ COMMENT= Blazing fast command-line fuzzy > LICENSE= MIT > LICENSE_FILE= ${WRKSRC}/LICENSE > > -BUILD_DEPENDS= go-runewidth>0:devel/go-runewidth \ > - go-shellwords>0:devel/go-shellwords > - > USES= compiler go ncurses > > USE_GITHUB= yes > GH_ACCOUNT= junegunn > +GH_SUBDIR:= src/github.com/${GH_ACCOUNT}/${PORTNAME} > > -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} > -GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} > - > -GO_TARGET= ${GO_PKGNAME}/src/fzf > -MAKE_ENV+= CGO_CPPFLAGS="-I${NCURSESINC}" If I'm not mistaken, you just reverted the above line that I committed earlier today. Can you add it back or do you want to me to do it? Thanks, John --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus