svn commit: r426617 - in head/textproc/fzf: . files

John Marino freebsd.contact at marino.st
Sun Nov 20 20:02:35 UTC 2016


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 at 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 at 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



More information about the svn-ports-all mailing list