Date: Wed, 18 Feb 2004 09:35:19 -0600 (CST) From: Kirk Strauser <kirk@strauser.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/63023: [MAINTAINER UPDATE] Update port: shells/bash-completion to 20040214 Message-ID: <200402181535.i1IFZJud035673@kanga.honeypot.net> Resent-Message-ID: <200402181540.i1IFeBuU065173@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 63023 >Category: ports >Synopsis: [MAINTAINER UPDATE] Update port: shells/bash-completion to 20040214 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Feb 18 07:40:11 PST 2004 >Closed-Date: >Last-Modified: >Originator: Kirk Strauser >Release: FreeBSD 5.2-CURRENT i386 >Organization: The Strauser Group >Environment: System: FreeBSD kanga.honeypot.net 5.2-CURRENT FreeBSD 5.2-CURRENT #1: Thu Jan 29 14:17:30 CST 2004 root@kanga.honeypot.net:/usr/obj/usr/src/sys/NEW_KANGA i386 >Description: Update to 20040214. This patch also adds an optional dependency to the textproc/gsed port to enable extra functionality for those who want it (see ports/62998). >How-To-Repeat: >Fix: --- portpatch begins here --- diff -ur /usr/ports/shells/bash-completion/Makefile shells/bash-completion/Makefile --- /usr/ports/shells/bash-completion/Makefile Sat Feb 7 04:25:38 2004 +++ shells/bash-completion/Makefile Wed Feb 18 09:04:28 2004 @@ -6,7 +6,7 @@ # PORTNAME= bash-completion -PORTVERSION= 20040101 +PORTVERSION= 20040214 CATEGORIES= shells MASTER_SITES= http://www.caliban.org/files/bash/ @@ -15,11 +15,21 @@ 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} diff -ur /usr/ports/shells/bash-completion/distinfo shells/bash-completion/distinfo --- /usr/ports/shells/bash-completion/distinfo Wed Jan 14 18:52:54 2004 +++ shells/bash-completion/distinfo Wed Feb 18 08:50:14 2004 @@ -1 +1,2 @@ -MD5 (bash-completion-20040101.tar.gz) = 9694e44dc750e1cece97c81831b921ec +MD5 (bash-completion-20040214.tar.gz) = 3146895647d4654952711bfb37352eda +SIZE (bash-completion-20040214.tar.gz) = 93162 diff -ur /usr/ports/shells/bash-completion/files/patch-aa shells/bash-completion/files/patch-aa --- /usr/ports/shells/bash-completion/files/patch-aa Thu Dec 11 11:09:02 2003 +++ shells/bash-completion/files/patch-aa Wed Feb 18 09:11:47 2004 @@ -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 \ --- portpatch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402181535.i1IFZJud035673>