Date: Sun, 20 Nov 2016 14:02:24 -0600 From: John Marino <freebsd.contact@marino.st> To: Kurt Jaeger <pi@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r426617 - in head/textproc/fzf: . files Message-ID: <10733902-f36a-eca8-997b-58e337ce8818@marino.st> In-Reply-To: <201611201946.uAKJk2Bn035944@repo.freebsd.org> References: <201611201946.uAKJk2Bn035944@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <sascha@root-login.org> (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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?10733902-f36a-eca8-997b-58e337ce8818>