aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authorThomas Abthorpe <tabthorpe@FreeBSD.org>2013-10-12 12:11:20 +0800
committerThomas Abthorpe <tabthorpe@FreeBSD.org>2013-10-12 12:11:20 +0800
commitc87082ca2ddf79c90531b5d11b1c323a0b5687b4 (patch)
tree513f99db46ae1a13ed109ef70cac5679aa5cde7b /dns
parent3f2f40519570a7bbb4c2dc446ac83bff229c4f08 (diff)
downloadfreebsd-ports-gnome-c87082ca2ddf79c90531b5d11b1c323a0b5687b4.tar.gz
freebsd-ports-gnome-c87082ca2ddf79c90531b5d11b1c323a0b5687b4.tar.zst
freebsd-ports-gnome-c87082ca2ddf79c90531b5d11b1c323a0b5687b4.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