aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authortabthorpe <tabthorpe@FreeBSD.org>2013-10-12 12:11:20 +0800
committertabthorpe <tabthorpe@FreeBSD.org>2013-10-12 12:11:20 +0800
commit556ea41bd25609d71891d407dbadc26ac08b0278 (patch)
tree513f99db46ae1a13ed109ef70cac5679aa5cde7b /dns
parentbd216ef7bf6a3a29f711148d2546e3a81b8562bb (diff)
downloadfreebsd-ports-gnome-556ea41bd25609d71891d407dbadc26ac08b0278.tar.gz
freebsd-ports-gnome-556ea41bd25609d71891d407dbadc26ac08b0278.tar.zst
freebsd-ports-gnome-556ea41bd25609d71891d407dbadc26ac08b0278.zip
- Mark BROKEN, set DEPRECATED at maintainer's request
Diffstat (limited to 'dns')
-rw-r--r--dns/dnsdoctor/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/dns/dnsdoctor/Makefile b/dns/dnsdoctor/Makefile
index a0c02a0778bb..5220d4edb924 100644
--- a/dns/dnsdoctor/Makefile
+++ b/dns/dnsdoctor/Makefile
@@ -10,6 +10,9 @@ EXTRACT_SUFX= .tgz
MAINTAINER= jmohacsi@bsd.hu
COMMENT= Perform consistency checks on DNS zones
+DEPRECATED= Does not work with Ruby 1.9
+EXPIRATION_DATE= 2013-10-15
+
.if defined(WITH_X11)
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gtk2.so:${PORTSDIR}/x11-toolkits/ruby-gtk2
.endif