From owner-svn-ports-head@FreeBSD.ORG Wed Jul 2 22:24:48 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1D7AF430; Wed, 2 Jul 2014 22:24:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 0AFF52938; Wed, 2 Jul 2014 22:24:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s62MOlAj032649; Wed, 2 Jul 2014 22:24:47 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s62MOl75032648; Wed, 2 Jul 2014 22:24:47 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201407022224.s62MOl75032648@svn.freebsd.org> From: John Marino Date: Wed, 2 Jul 2014 22:24:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360301 - head/net-mgmt/ourmon 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.18 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: Wed, 02 Jul 2014 22:24:48 -0000 Author: marino Date: Wed Jul 2 22:24:47 2014 New Revision: 360301 URL: http://svnweb.freebsd.org/changeset/ports/360301 QAT: https://qat.redports.org/buildarchive/r360301/ Log: net-mgmt/ourmon: Reset maintainer and deprecate interactive port This port was going to be reset in a couple of days anyway due to lack of maintainer response, but I moved the timeline up since unstaged ports started being reset today. Now that it's unmaintained and interactive, the same expiration date of the other unmaintained interactive port has been applied. PR: 191215 Approved by: portmgr (implicit) Modified: head/net-mgmt/ourmon/Makefile Modified: head/net-mgmt/ourmon/Makefile ============================================================================== --- head/net-mgmt/ourmon/Makefile Wed Jul 2 22:19:34 2014 (r360300) +++ head/net-mgmt/ourmon/Makefile Wed Jul 2 22:24:47 2014 (r360301) @@ -9,13 +9,16 @@ MASTER_SITES= SF MASTER_SITE_SUBDIR=${PORTNAME}/${PORTNAME}/${PORTNAME}281 DISTNAME= ourmon281 -MAINTAINER= manos@cs.pdx.edu -COMMENT= A libpcap-based network monitoring and anomaly detection system +MAINTAINER= ports@FreeBSD.org +COMMENT= Libpcap-based network monitoring and anomaly detection system BUILD_DEPENDS= ${LOCALBASE}/lib/libpcap.a:${PORTSDIR}/net/libpcap \ ${LOCALBASE}/lib/libpcre.a:${PORTSDIR}/devel/pcre RUN_DEPENDS= rrdtool:${PORTSDIR}/databases/rrdtool +DEPRECATED= Unmaintained interactive port +EXPIRATION_DATE=2014-08-20 + WRKSRC= ${WRKDIR}/mrourmon USES= perl5 USE_APACHE_RUN= 22+