diff options
author | crees <crees@FreeBSD.org> | 2011-09-17 02:35:47 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2011-09-17 02:35:47 +0800 |
commit | 4b281cb6a8c32760a55f40b63ab93964b153a7fe (patch) | |
tree | 3c841ff7a25a24825c6688bfdc071832d019e906 /sysutils/dtc | |
parent | c541cc20bb0fc9de8f925fa490b46d060c747d1b (diff) | |
download | freebsd-ports-gnome-4b281cb6a8c32760a55f40b63ab93964b153a7fe.tar.gz freebsd-ports-gnome-4b281cb6a8c32760a55f40b63ab93964b153a7fe.tar.zst freebsd-ports-gnome-4b281cb6a8c32760a55f40b63ab93964b153a7fe.zip |
New maintainer, undeprecate so it doesn't get removed too hastily.
PR: ports/159736
Diffstat (limited to 'sysutils/dtc')
-rw-r--r-- | sysutils/dtc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/dtc/Makefile b/sysutils/dtc/Makefile index 03120686981d..eb054f2f9d96 100644 --- a/sysutils/dtc/Makefile +++ b/sysutils/dtc/Makefile @@ -18,7 +18,7 @@ MASTER_SITES= ftp://ftp.gplhost.sg/pub/dtc/bsd/ \ ftp://972.apt-proxy.gplhost.com/pub/dtc/bsd/ \ http://ftp.gplhost.fr/pub/dtc/bsd/ -MAINTAINER= fkiernan@id.net.ar +MAINTAINER= thomas@goirand.fr COMMENT= A hosting web GUI for admin and accounting all hosting services RUN_DEPENDS= ${LOCALBASE}/${APACHEMODDIR}/mod_log_sql.so:${PORTSDIR}/www/mod_log_sql2-dtc \ @@ -40,8 +40,6 @@ 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 |