From owner-svn-ports-branches@freebsd.org Thu Mar 3 01:50:35 2016 Return-Path: Delivered-To: svn-ports-branches@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 8081DAC2380; Thu, 3 Mar 2016 01:50:35 +0000 (UTC) (envelope-from jgh@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 5256F1B17; Thu, 3 Mar 2016 01:50:35 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u231oYJ0039181; Thu, 3 Mar 2016 01:50:34 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u231oYET039180; Thu, 3 Mar 2016 01:50:34 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <201603030150.u231oYET039180@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Thu, 3 Mar 2016 01:50:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r409998 - branches/2016Q1/security/snortreport X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Mar 2016 01:50:35 -0000 Author: jgh Date: Thu Mar 3 01:50:34 2016 New Revision: 409998 URL: https://svnweb.freebsd.org/changeset/ports/409998 Log: MFH: r409996 - unbreak and pass maintainer-ship to submitter PR: 207646 Submitted by: vvelox@vvelox.net Approved by: ports-secteam (with hat) Modified: branches/2016Q1/security/snortreport/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/security/snortreport/Makefile ============================================================================== --- branches/2016Q1/security/snortreport/Makefile Thu Mar 3 01:46:17 2016 (r409997) +++ branches/2016Q1/security/snortreport/Makefile Thu Mar 3 01:50:34 2016 (r409998) @@ -4,13 +4,11 @@ PORTNAME= snortreport PORTVERSION= 1.3.4 CATEGORIES= security www -MASTER_SITES= http://www.symmetrixtech.com/ids/ +MASTER_SITES= http://symmetrixtech.com/download/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= vvelox@vvelox.net COMMENT= Add-on module for snort to generate real-time web reports -BROKEN= unfetchable - LICENSE= GPLv2 OPTIONS_DEFINE= BARNYARD JPGRAPH MYSQL PGSQL DOCS