diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2010-10-21 22:13:31 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2010-10-21 22:13:31 +0800 |
commit | 158e753f6eb668b29329b7acf6d85716fc42f4da (patch) | |
tree | 9e9a0626e77f4949c40efe18e81c4509e0c0d1fd /shells/bash3 | |
parent | b68ec252574ff2106207188283e56161eebe2d9f (diff) | |
download | freebsd-ports-graphics-158e753f6eb668b29329b7acf6d85716fc42f4da.tar.gz freebsd-ports-graphics-158e753f6eb668b29329b7acf6d85716fc42f4da.tar.zst freebsd-ports-graphics-158e753f6eb668b29329b7acf6d85716fc42f4da.zip |
- Drop maintainership
- Mark the port DEPRECATED with the message to use shells/bash or
shells/bash-static instead
- Set an EXPIRATION_DATE of 3 months
Diffstat (limited to 'shells/bash3')
-rw-r--r-- | shells/bash3/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/shells/bash3/Makefile b/shells/bash3/Makefile index c224fe2a1a6..380286c9c9a 100644 --- a/shells/bash3/Makefile +++ b/shells/bash3/Makefile @@ -25,9 +25,12 @@ PATCHFILES!= /usr/bin/jot -s " " -w \ ${PORTNAME}${PORTVERSION:R:S/.//g}-%03d \ ${PATCHLEVEL} 1 ${PATCHLEVEL} -MAINTAINER= ehaupt@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= The GNU Project's Bourne Again SHell +DEPRECATED= Use shells/bash or shells/bash-static instead +EXPIRATION_DATE= 2011-01-21 + IGNOREFILES= FAQ .if !defined(WITHOUT_IMPLICITCD) |