diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2010-10-21 14:13:31 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2010-10-21 14:13:31 +0000 |
commit | 762aefd34d12cb895322a3a4908cf5d18a8ac17f (patch) | |
tree | 5cdd312019eeeb5016f4123cf81eee9b886691c1 /shells | |
parent | 77b52d4908fa221c9e8c5039be834587a7c2f794 (diff) | |
download | ports-762aefd34d12cb895322a3a4908cf5d18a8ac17f.tar.gz ports-762aefd34d12cb895322a3a4908cf5d18a8ac17f.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash3-static/Makefile | 5 | ||||
-rw-r--r-- | shells/bash3/Makefile | 5 |
2 files changed, 9 insertions, 1 deletions
diff --git a/shells/bash3-static/Makefile b/shells/bash3-static/Makefile index 145baaabd8d5..0fcc57edb914 100644 --- a/shells/bash3-static/Makefile +++ b/shells/bash3-static/Makefile @@ -9,4 +9,9 @@ MASTERDIR= ${.CURDIR}/../../shells/bash3 WITH_STATIC_BASH= yes +# this is redundant to make sure automated tools catch this slave port as well +# as the master port +DEPRECATED= Use shells/bash or shells/bash-static instead +EXPIRATION_DATE= 2011-01-21 + .include "${MASTERDIR}/Makefile" diff --git a/shells/bash3/Makefile b/shells/bash3/Makefile index c224fe2a1a66..380286c9c9a7 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) |