Index: head/shells/bash-completion/Makefile =================================================================== --- head/shells/bash-completion/Makefile (revision 377527) +++ head/shells/bash-completion/Makefile (revision 377528) @@ -1,45 +1,45 @@ # Created by: kirk@strauser.com # $FreeBSD$ PORTNAME= bash-completion PORTVERSION= 2.1 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= shells MASTER_SITES= http://bash-completion.alioth.debian.org/files/ MAINTAINER= adamw@FreeBSD.org COMMENT= Programmable completion library for Bash RUN_DEPENDS= bash:${PORTSDIR}/shells/bash USE_AUTOTOOLS= aclocal automake GNU_CONFIGURE= yes USES= gmake tar:bzip2 SUB_FILES= pkg-message SUB_LIST+= RUNFILE=${DATADIR}/bash_completion.sh OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's|FLAC|&\|flv\|FLV|;' ${WRKSRC}/bash_completion post-configure: @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g; \ s|/etc/bash_completion|${PREFIX}&|g; \ s|/usr\(/sbin/postconf\)|${PREFIX}\1|g; \ s|/usr\(/lib/rpm/macros\)|${PREFIX}\1|g; \ s|/usr/share\(/ssl/openssl.cnf\)|/etc\1|g; \ s|/usr/ports|${PORTSDIR}|g; \ s|/usr/lib\(/aspell\)|${PREFIX}/share\1|g; \ s|/usr/share/info|&:${PREFIX}/info|g;' \ ${WRKSRC}/completions/* post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in README doc/bash_completion.txt doc/bashrc doc/inputrc ${INSTALL_DATA} ${WRKSRC}/$i ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/shells/bash-completion/files/patch-bash__completion =================================================================== --- head/shells/bash-completion/files/patch-bash__completion (nonexistent) +++ head/shells/bash-completion/files/patch-bash__completion (revision 377528) @@ -0,0 +1,11 @@ +--- bash_completion.orig 2015-01-20 16:17:24 UTC ++++ bash_completion +@@ -707,7 +707,7 @@ _init_completion() + fi + done + +- [[ $cword -eq 0 ]] && return 1 ++ [[ $cword -le 0 ]] && return 1 + prev=${words[cword-1]} + + [[ ${split-} ]] && _split_longopt && split=true Property changes on: head/shells/bash-completion/files/patch-bash__completion ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property