diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2013-10-12 04:11:20 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2013-10-12 04:11:20 +0000 |
commit | c87082ca2ddf79c90531b5d11b1c323a0b5687b4 (patch) | |
tree | 513f99db46ae1a13ed109ef70cac5679aa5cde7b | |
parent | - Update from 1.3.2 to 1.3.3 (diff) |
- Mark BROKEN, set DEPRECATED at maintainer's request
-rw-r--r-- | dns/dnsdoctor/Makefile | 3 |
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 |