[Midnightbsd-cvs] mports: shells/bash-completion: Remove bash2 support.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Apr 29 00:57:10 EDT 2008
Log Message:
-----------
Remove bash2 support.
Modified Files:
--------------
mports/shells/bash-completion:
Makefile (r1.2 -> r1.3)
pkg-descr (r1.1 -> r1.2)
mports/shells/bash-completion/files:
pkg-message.in (r1.1 -> r1.2)
-------------- next part --------------
Index: pkg-descr
===================================================================
RCS file: /home/cvs/mports/shells/bash-completion/pkg-descr,v
retrieving revision 1.1
retrieving revision 1.2
diff -L shells/bash-completion/pkg-descr -L shells/bash-completion/pkg-descr -u -r1.1 -r1.2
--- shells/bash-completion/pkg-descr
+++ shells/bash-completion/pkg-descr
@@ -2,6 +2,3 @@
ability to tab-complete arguments for many common programs.
WWW: http://www.caliban.org/bash/index.shtml
-
-- Kirk Strauser
-kirk at strauser.com
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/shells/bash-completion/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L shells/bash-completion/Makefile -L shells/bash-completion/Makefile -u -r1.2 -r1.3
--- shells/bash-completion/Makefile
+++ shells/bash-completion/Makefile
@@ -13,6 +13,7 @@
MAINTAINER= ports at MidnightBSD.org
COMMENT= Programmable completion library for Bash 2.04 and up
+LICENSE= unknown
WRKSRC= ${WRKDIR}/bash_completion
NO_BUILD= yes
@@ -20,16 +21,11 @@
SUB_FILES= pkg-message
PLIST_FILES= etc/bash_completion
-OPTIONS= BASH2 "Use shells/bash2 instead of shells/bash" off \
- GSED "Use GNU sed to enable additional completions" off
+OPTIONS= GSED "Use GNU sed to enable additional completions" off
.include <bsd.port.pre.mk>
-.if defined(WITH_BASH2)
-RUN_DEPENDS+= bash:${PORTSDIR}/shells/bash2
-.else
RUN_DEPENDS+= bash:${PORTSDIR}/shells/bash
-.endif
.if defined(WITH_GSED)
RUN_DEPENDS+= gsed:${PORTSDIR}/textproc/gsed
Index: pkg-message.in
===================================================================
RCS file: /home/cvs/mports/shells/bash-completion/files/pkg-message.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -L shells/bash-completion/files/pkg-message.in -L shells/bash-completion/files/pkg-message.in -u -r1.1 -r1.2
--- shells/bash-completion/files/pkg-message.in
+++ shells/bash-completion/files/pkg-message.in
@@ -1,4 +1,3 @@
-
The programmable completion library is not enabled by default for various
reasons. To use it, you should source %%PREFIX%%/etc/bash_completion from
your .bashrc file. For example:
More information about the Midnightbsd-cvs
mailing list