From owner-svn-ports-head@freebsd.org Tue Aug 23 15:13:02 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C91EBC3B4D; Tue, 23 Aug 2016 15:13:02 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2F7F81CCB; Tue, 23 Aug 2016 15:13:02 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7NFD1t2028548; Tue, 23 Aug 2016 15:13:01 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7NFD1hu028547; Tue, 23 Aug 2016 15:13:01 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201608231513.u7NFD1hu028547@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Tue, 23 Aug 2016 15:13:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420695 - head/net/dosdetector X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2016 15:13:02 -0000 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