diff options
author | obrien <obrien@FreeBSD.org> | 2009-03-12 13:10:17 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2009-03-12 13:10:17 +0800 |
commit | 4f8e941e76875bddfb149552d9733eb2bd3b3ccf (patch) | |
tree | 3de812404f410a0f54acc2dd7ade38922453829e /shells/bash | |
parent | d9d54c5b474f1535181c42899a68c6054a68585d (diff) | |
download | freebsd-ports-gnome-4f8e941e76875bddfb149552d9733eb2bd3b3ccf.tar.gz freebsd-ports-gnome-4f8e941e76875bddfb149552d9733eb2bd3b3ccf.tar.zst freebsd-ports-gnome-4f8e941e76875bddfb149552d9733eb2bd3b3ccf.zip |
Now that the build break is quickly dealt with, update the description
and conflicts.
Diffstat (limited to 'shells/bash')
-rw-r--r-- | shells/bash/Makefile | 2 | ||||
-rw-r--r-- | shells/bash/pkg-descr | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index 30ebeca8288a..e2248e847e3d 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -30,7 +30,7 @@ MAINTAINER= obrien@FreeBSD.org COMMENT= The GNU Project's Bourne Again SHell IGNOREFILES= FAQ -CONFLICTS= bash-[0-24-9].* +CONFLICTS= bash-[0-35-9].* .if !defined(WITHOUT_IMPLICITCD) EXTRA_PATCHES+= ${PATCHDIR}/xpatch-implicitcd diff --git a/shells/bash/pkg-descr b/shells/bash/pkg-descr index 03f1dc88912b..e211bb383124 100644 --- a/shells/bash/pkg-descr +++ b/shells/bash/pkg-descr @@ -1,7 +1,7 @@ -This is GNU Bash, version 3.0. Bash is the GNU Project's Bourne -Again SHell, a complete implementation of the POSIX.2 shell spec, -but also with interactive command line editing, job control on -architectures that support it, csh-like features such as history -substitution and brace expansion, and a slew of other features. +This is GNU Bash. Bash is the GNU Project's Bourne Again SHell, +a complete implementation of the POSIX.2 shell spec, but also +with interactive command line editing, job control on architectures +that support it, csh-like features such as history substitution and +brace expansion, and a slew of other features. WWW: http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html |