Date: Tue, 23 Aug 2016 15:13:01 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420695 - head/net/dosdetector Message-ID: <201608231513.u7NFD1hu028547@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Tue Aug 23 15:13:01 2016 New Revision: 420695 URL: https://svnweb.freebsd.org/changeset/ports/420695 Log: 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. Modified: head/net/dosdetector/Makefile Modified: head/net/dosdetector/Makefile ============================================================================== --- head/net/dosdetector/Makefile Tue Aug 23 15:11:50 2016 (r420694) +++ head/net/dosdetector/Makefile Tue Aug 23 15:13:01 2016 (r420695) @@ -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/reso 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608231513.u7NFD1hu028547>