From c5b7922a720aaba84ac9ad857e03e15975cf72d0 Mon Sep 17 00:00:00 2001 From: Kurt Jaeger Date: Wed, 7 Sep 2016 18:53:49 +0000 Subject: shells/fish: 2.2.0 -> 2.3.1 PR: 211688 Changes: https://github.com/fish-shell/fish-shell/releases/tag/2.3.1 Submitted by: Walter Schwarzenfeld Requested by: Stefan Tatschner Reviewed by: Aaron Gyes Approved by: freebsd.users@gmail.com (maintainer timeout) --- shells/fish/Makefile | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'shells/fish/Makefile') diff --git a/shells/fish/Makefile b/shells/fish/Makefile index 7daeb0be2c5b..193924953b5f 100644 --- a/shells/fish/Makefile +++ b/shells/fish/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fish -PORTVERSION= 2.2.0 +PORTVERSION= 2.3.1 CATEGORIES= shells MASTER_SITES= http://fishshell.com/files/${PORTVERSION}/ @@ -11,15 +11,13 @@ COMMENT= User friendly command line shell LICENSE= GPLv2 -USES= autoreconf cpe gmake iconv ncurses pkgconfig pathfix +USES= autoreconf cpe gmake libtool ncurses pkgconfig pathfix python:3 localbase + GNU_CONFIGURE= yes CPE_VENDOR= fishshell -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -pthread ${ICONV_LIB} - -PORTDOCS= * +LDFLAGS+= -L${LOCALBASE}/lib -pthread MANDIRS= ${DATADIR}/man/man1 OPTIONS_DEFINE= DOCS NLS @@ -45,7 +43,7 @@ post-patch: s|ncurses.h||' ${WRKSRC}/configure.ac post-install: -.for i in fish fish_indent mimedb +.for i in fish fish_indent fish_key_reader @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${i} .endfor -- cgit v1.2.3