From owner-svn-ports-all@FreeBSD.ORG Tue Nov 18 22:26:30 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E1FE0D77; Tue, 18 Nov 2014 22:26:30 +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 CEAFFCBB; Tue, 18 Nov 2014 22:26:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAIMQUjN001578; Tue, 18 Nov 2014 22:26:30 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAIMQUp4001577; Tue, 18 Nov 2014 22:26:30 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201411182226.sAIMQUp4001577@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 18 Nov 2014 22:26:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372747 - head/security/chaosreader X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2014 22:26:31 -0000 Author: pi Date: Tue Nov 18 22:26:30 2014 New Revision: 372747 URL: https://svnweb.freebsd.org/changeset/ports/372747 QAT: https://qat.redports.org/buildarchive/r372747/ Log: security/chaosreader: change maintainer as requested Modified: head/security/chaosreader/Makefile Modified: head/security/chaosreader/Makefile ============================================================================== --- head/security/chaosreader/Makefile Tue Nov 18 21:44:10 2014 (r372746) +++ head/security/chaosreader/Makefile Tue Nov 18 22:26:30 2014 (r372747) @@ -10,7 +10,7 @@ DISTFILES= ${PORTNAME}${PORTVERSION} ssh EXTRACT_ONLY= NO_WRKSUBDIR= yes -MAINTAINER= pauls@utdallas.edu +MAINTAINER= freebsd@skysmurf.nl COMMENT= Tool to extract data from tcpdump logs NO_BUILD= yes