diff options
author | bsam <bsam@FreeBSD.org> | 2007-02-16 00:40:56 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2007-02-16 00:40:56 +0800 |
commit | 7468284ef690de6e1cceb99c5226fcdbef367adf (patch) | |
tree | 60db108bf5e5a4d26593de87588fa5930a9eb9c7 /shells | |
parent | 917673a57c3e640d0b1308ad8efb80d695723458 (diff) | |
download | freebsd-ports-graphics-7468284ef690de6e1cceb99c5226fcdbef367adf.tar.gz freebsd-ports-graphics-7468284ef690de6e1cceb99c5226fcdbef367adf.tar.zst freebsd-ports-graphics-7468284ef690de6e1cceb99c5226fcdbef367adf.zip |
. deprecate this old and unmaintained software (use shells/bash instead);
. set expiration date to 2007-05-15.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index 552b953f6d6..f0df1e68149 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -29,6 +29,9 @@ PATCHFILES= bash205b-001 bash205b-002 bash205b-003 bash205b-004 \ MAINTAINER= ports@FreeBSD.org COMMENT= The GNU Bourne Again Shell +DEPRECATED= Old, unmaintained version, use shells/bash instead +EXPIRATION_DATE=2007-05-15 + CONFLICTS= bash-3* .include <bsd.port.pre.mk> |