- Update to version 20040214

PR:		ports/63023
Submitted by:	maintainer
This commit is contained in:
Kirill Ponomarev 2004-02-18 20:43:09 +00:00
parent 25713576c7
commit 45325003d1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101352
6 changed files with 30 additions and 44 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= bash-completion
PORTVERSION= 20040101
PORTVERSION= 20040214
CATEGORIES= shells
MASTER_SITES= http://www.caliban.org/files/bash/
@ -15,12 +15,22 @@ COMMENT= Programmable completion library for Bash 2.04 and up
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2
.if defined(WITH_GSED)
RUN_DEPENDS+= gsed:${PORTSDIR}/textproc/gsed
.endif
WRKSRC= ${WRKDIR}/bash_completion
NO_BUILD= yes
PKGMESSAGE= ${WRKDIR}/pkg-message
PLIST_FILES= etc/bash_completion
pre-everything::
@${ECHO}
@${ECHO} "You can build ${PKGNAME} with the following options:"
@${ECHO} "WITH_GSED use GNU sed to enable additional completions"
@${ECHO}
pre-patch:
@${SED} 's|%%PREFIX%%|${PREFIX}|g' ${PKGDIR}/pkg-message >${PKGMESSAGE}

View file

@ -1 +1,2 @@
MD5 (bash-completion-20040101.tar.gz) = 9694e44dc750e1cece97c81831b921ec
MD5 (bash-completion-20040214.tar.gz) = 3146895647d4654952711bfb37352eda
SIZE (bash-completion-20040214.tar.gz) = 93162

View file

@ -1,5 +1,5 @@
--- bash_completion.orig Wed Nov 12 02:20:42 2003
+++ bash_completion Tue Dec 2 11:24:11 2003
--- bash_completion.orig Wed Feb 18 09:10:18 2004
+++ bash_completion Wed Feb 18 09:11:01 2004
@@ -31,14 +31,14 @@
if [ -n "${FUNCNAME:-}" ]; then
# we're being sourced from within a function, so we can't use
@ -19,21 +19,3 @@
2>/dev/null
fi
@@ -1222,7 +1222,7 @@
@(ex?(p?(ort))))
mode=export
;;
- @(annotate|diff|history|import|release|status|update|?(un)edit))
+ @(annotate|blame|diff|history|import|release|status|update|?(un)edit))
mode=$i
;;
?(r)log)
@@ -1371,7 +1371,7 @@
fi
;;
"")
- COMPREPLY=( $( compgen -W 'add admin annotate checkout ci co \
+ COMPREPLY=( $( compgen -W 'add admin annotate blame checkout ci co \
commit diff delete edit export \
freeze get history import log new \
patch rcs rdiff release remove \

View file

@ -6,7 +6,7 @@
#
PORTNAME= bash-completion
PORTVERSION= 20040101
PORTVERSION= 20040214
CATEGORIES= shells
MASTER_SITES= http://www.caliban.org/files/bash/
@ -15,12 +15,22 @@ COMMENT= Programmable completion library for Bash 2.04 and up
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2
.if defined(WITH_GSED)
RUN_DEPENDS+= gsed:${PORTSDIR}/textproc/gsed
.endif
WRKSRC= ${WRKDIR}/bash_completion
NO_BUILD= yes
PKGMESSAGE= ${WRKDIR}/pkg-message
PLIST_FILES= etc/bash_completion
pre-everything::
@${ECHO}
@${ECHO} "You can build ${PKGNAME} with the following options:"
@${ECHO} "WITH_GSED use GNU sed to enable additional completions"
@${ECHO}
pre-patch:
@${SED} 's|%%PREFIX%%|${PREFIX}|g' ${PKGDIR}/pkg-message >${PKGMESSAGE}

View file

@ -1 +1,2 @@
MD5 (bash-completion-20040101.tar.gz) = 9694e44dc750e1cece97c81831b921ec
MD5 (bash-completion-20040214.tar.gz) = 3146895647d4654952711bfb37352eda
SIZE (bash-completion-20040214.tar.gz) = 93162

View file

@ -1,5 +1,5 @@
--- bash_completion.orig Wed Nov 12 02:20:42 2003
+++ bash_completion Tue Dec 2 11:24:11 2003
--- bash_completion.orig Wed Feb 18 09:10:18 2004
+++ bash_completion Wed Feb 18 09:11:01 2004
@@ -31,14 +31,14 @@
if [ -n "${FUNCNAME:-}" ]; then
# we're being sourced from within a function, so we can't use
@ -19,21 +19,3 @@
2>/dev/null
fi
@@ -1222,7 +1222,7 @@
@(ex?(p?(ort))))
mode=export
;;
- @(annotate|diff|history|import|release|status|update|?(un)edit))
+ @(annotate|blame|diff|history|import|release|status|update|?(un)edit))
mode=$i
;;
?(r)log)
@@ -1371,7 +1371,7 @@
fi
;;
"")
- COMPREPLY=( $( compgen -W 'add admin annotate checkout ci co \
+ COMPREPLY=( $( compgen -W 'add admin annotate blame checkout ci co \
commit diff delete edit export \
freeze get history import log new \
patch rcs rdiff release remove \