diff options
author | Chris Rees <crees@FreeBSD.org> | 2011-09-01 18:24:28 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2011-09-01 18:24:28 +0000 |
commit | 87e0985ec08274e47bdc0e5e3d4c7836fcfd186b (patch) | |
tree | e4f3c7810f61c8eb493bc5d71414ce26a3a36117 | |
parent | 2a8ad4b4193adda8cdb10657edcb8778cb56175d (diff) | |
download | ports-87e0985ec08274e47bdc0e5e3d4c7836fcfd186b.tar.gz ports-87e0985ec08274e47bdc0e5e3d4c7836fcfd186b.zip |
Deprecate for removal on 2011/10/01
PR: ports/159736
Submitted by: Ansgar Burchardt <ansgar@debian.org>
Approved by: maintainer timeout (18 days)
Notes
Notes:
svn path=/head/; revision=280998
-rw-r--r-- | sysutils/dtc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/dtc/Makefile b/sysutils/dtc/Makefile index 78cfd421ed1a..03120686981d 100644 --- a/sysutils/dtc/Makefile +++ b/sysutils/dtc/Makefile @@ -40,6 +40,8 @@ RUN_DEPENDS= ${LOCALBASE}/${APACHEMODDIR}/mod_log_sql.so:${PORTSDIR}/www/mod_log ${LOCALBASE}/sbin/logrotate:${PORTSDIR}/sysutils/logrotate \ ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash +DEPRECATED= ${FORBIDDEN} +EXPIRATION_DATE=2011-10-01 FORBIDDEN= Many security issues, see http://bugs.freebsd.org/159736 USE_GETTEXT= yes |