diff options
author | John Marino <marino@FreeBSD.org> | 2016-08-23 15:13:01 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-08-23 15:13:01 +0000 |
commit | 6cfce4c94522c5f3f02d18aac9841ebbec880741 (patch) | |
tree | d4560686a2d99b0f7f9e0f2c51d35a7aff7e5897 /net/dosdetector | |
parent | 0371615c830ad48aca229118b79d125b010a5a53 (diff) | |
download | freebsd-ports-6cfce4c94522c5f3f02d18aac9841ebbec880741.zip |
net/dosdetector: Mark broken since upstream disappeared, unfetchable
The darkzone.ma.cx master site disappeared completely. The dark-zone.eu
WWW site forwards to twitter/_msciciel_ but to a bad page. It seems the
original maintainer is active on twitter.
Since the port hasn't been touched in 10 years, and the maintainer didn't
even stage this port, let's go ahead and deprecate it for removal in 2
months since we haven't had a submission from Krzysztof in over a decade.
while here, document ncurses requirement and remove obsolete comment in
case the deprecation is rescinded later.
Diffstat (limited to 'net/dosdetector')
-rw-r--r-- | net/dosdetector/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net/dosdetector/Makefile b/net/dosdetector/Makefile index 8502a9e379c9..f801177aac96 100644 --- a/net/dosdetector/Makefile +++ b/net/dosdetector/Makefile @@ -1,9 +1,6 @@ # Created by: msciciel # $FreeBSD$ -# The port will be at version 0.0 (based on dated CVS snapshots) -# until the release of DosDetector 0.1 - PORTNAME= dosdetector PORTVERSION= 20060621 PORTREVISION= 2 @@ -13,6 +10,11 @@ MASTER_SITES= http://darkzone.ma.cx/resources/unix/dosdetector/ MAINTAINER= msciciel@dark-zone.eu COMMENT= Detect suspicious network traffic +BROKEN= upstream disappeared (unfetchable) +DEPRECATED= No maintainer activity in over a decade +EXPIRATION_DATE= 2016-10-23 + +USES= ncurses HAS_CONFIGURE= yes USE_AUTOTOOLS= autoheader |