summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2010-10-21 14:13:31 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2010-10-21 14:13:31 +0000
commit762aefd34d12cb895322a3a4908cf5d18a8ac17f (patch)
tree5cdd312019eeeb5016f4123cf81eee9b886691c1 /shells
parent- A patch from quagga git to fix time in statistic output. (diff)
- 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
Notes
Notes: svn path=/head/; revision=263406
Diffstat (limited to 'shells')
-rw-r--r--shells/bash3-static/Makefile5
-rw-r--r--shells/bash3/Makefile5
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)