Index: head/devel/tig/files/patch-tools_make-builtin-config.sh =================================================================== --- head/devel/tig/files/patch-tools_make-builtin-config.sh (revision 517982) +++ head/devel/tig/files/patch-tools_make-builtin-config.sh (nonexistent) @@ -1,15 +0,0 @@ -sed: 1: "s/\s*#.*//": RE error: trailing backslash (\) - -cf. PR 229925 - ---- tools/make-builtin-config.sh.orig 2018-11-23 06:50:40 UTC -+++ tools/make-builtin-config.sh -@@ -21,7 +21,7 @@ TIGRC="${1:-tigrc}" - - read_tigrc() { - if test -z "$NO_BUILTIN_TIGRC"; then -- sed 's/\s*#.*//' "$TIGRC" | sed 's,\\,\\\\\\\\,g' | sed 's,",\\\\",g' | sed 's/ \+/ /g' -+ sed 's/[[:space:]]*#.*//' "$TIGRC" | sed 's,\\,\\\\\\\\,g' | sed 's,",\\\\",g' | sed 's/ \+/ /g' - else - echo '#' - fi Property changes on: head/devel/tig/files/patch-tools_make-builtin-config.sh ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/tig/Makefile =================================================================== --- head/devel/tig/Makefile (revision 517982) +++ head/devel/tig/Makefile (revision 517983) @@ -1,39 +1,38 @@ # Created by: Denise H. G. # $FreeBSD$ PORTNAME= tig -PORTVERSION= 2.4.1 -PORTREVISION= 2 +PORTVERSION= 2.5.0 CATEGORIES= devel MASTER_SITES= https://github.com/jonas/tig/releases/download/${DISTNAME}/ MAINTAINER= tobik@FreeBSD.org COMMENT= Text-mode interface for git LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= iconv gmake ncurses readline:port GNU_CONFIGURE= yes CONFIGURE_ARGS= ${ICONV_CONFIGURE_BASE} MAKE_ARGS= V=1 INSTALL_TARGET= install install-doc-man PLIST_FILES= bin/tig \ etc/tigrc \ man/man1/tig.1.gz \ man/man5/tigrc.5.gz \ man/man7/tigmanual.7.gz OPTIONS_DEFINE= GIT GIT_DESC= Install devel/git as runtime dependency GIT_RUN_DEPENDS= git:devel/git GIT_VARS_OFF= PKGMESSAGE="${.CURDIR}/pkg-message-git" post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/tig .include Index: head/devel/tig/distinfo =================================================================== --- head/devel/tig/distinfo (revision 517982) +++ head/devel/tig/distinfo (revision 517983) @@ -1,3 +1,3 @@ -TIMESTAMP = 1534527317 -SHA256 (tig-2.4.1.tar.gz) = b6b6aa183e571224d0e1fab3ec482542c1a97fa7a85b26352dc31dbafe8558b8 -SIZE (tig-2.4.1.tar.gz) = 1181900 +TIMESTAMP = 1574196780 +SHA256 (tig-2.5.0.tar.gz) = ff537c67af9201e7e7276ce8a0ff9961e9d9c6a8a78790f5817124bd7755aef4 +SIZE (tig-2.5.0.tar.gz) = 1143004