From owner-svn-ports-head@FreeBSD.ORG Fri Nov 30 02:58:38 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 563F46EE; Fri, 30 Nov 2012 02:58:38 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 21A138FC14; Fri, 30 Nov 2012 02:58:38 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAU2wbc6003130; Fri, 30 Nov 2012 02:58:38 GMT (envelope-from wxs@svn.freebsd.org) Received: (from wxs@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAU2wbWi003128; Fri, 30 Nov 2012 02:58:37 GMT (envelope-from wxs@svn.freebsd.org) Message-Id: <201211300258.qAU2wbWi003128@svn.freebsd.org> From: Wesley Shields Date: Fri, 30 Nov 2012 02:58:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307988 - in head/net-mgmt: argus3 argus3-clients 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.14 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: Fri, 30 Nov 2012 02:58:38 -0000 Author: wxs Date: Fri Nov 30 02:58:37 2012 New Revision: 307988 URL: http://svnweb.freebsd.org/changeset/ports/307988 Log: Pass maintainer to Paul Schmehl. Thank you Alexander for your work on these. PR: ports/173756 Submitted by: Alexander Demin (old maintainer) Approved by: new maintainer Feature safe: yes Modified: head/net-mgmt/argus3-clients/Makefile (contents, props changed) head/net-mgmt/argus3/Makefile (contents, props changed) Modified: head/net-mgmt/argus3-clients/Makefile ============================================================================== --- head/net-mgmt/argus3-clients/Makefile Fri Nov 30 02:54:39 2012 (r307987) +++ head/net-mgmt/argus3-clients/Makefile Fri Nov 30 02:58:37 2012 (r307988) @@ -11,7 +11,7 @@ CATEGORIES= net-mgmt security MASTER_SITES= http://qosient.com/argus/src/ \ ftp://qosient.com/pub/argus/src/ -MAINTAINER= support@spectrum.ru +MAINTAINER= pauls@utdallus.edu COMMENT= Client programs for the argus IP network transaction auditing tool CONFLICTS= argus-clients-2* argus-clients-sasl-2* Modified: head/net-mgmt/argus3/Makefile ============================================================================== --- head/net-mgmt/argus3/Makefile Fri Nov 30 02:54:39 2012 (r307987) +++ head/net-mgmt/argus3/Makefile Fri Nov 30 02:58:37 2012 (r307988) @@ -11,7 +11,7 @@ CATEGORIES= net-mgmt security MASTER_SITES= http://qosient.com/argus/src/ \ ftp://qosient.com/pub/argus/src/ -MAINTAINER= support@spectrum.ru +MAINTAINER= pauls@utdallus.edu COMMENT= A generic IP network transaction auditing tool CONFLICTS= argus-2* argus-sasl-2* argus-clients-2*