From owner-svn-ports-all@FreeBSD.ORG Wed Jul 3 02:13:35 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8FD9BDC5; Wed, 3 Jul 2013 02:13:35 +0000 (UTC) (envelope-from araujo@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 812121473; Wed, 3 Jul 2013 02:13:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r632DZHs078646; Wed, 3 Jul 2013 02:13:35 GMT (envelope-from araujo@svn.freebsd.org) Received: (from araujo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r632DZvv078644; Wed, 3 Jul 2013 02:13:35 GMT (envelope-from araujo@svn.freebsd.org) Message-Id: <201307030213.r632DZvv078644@svn.freebsd.org> From: Marcelo Araujo Date: Wed, 3 Jul 2013 02:13:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322212 - in head/sysutils: pfstat pftop 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.14 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: Wed, 03 Jul 2013 02:13:35 -0000 Author: araujo Date: Wed Jul 3 02:13:34 2013 New Revision: 322212 URL: http://svnweb.freebsd.org/changeset/ports/322212 Log: - Take maintainership. Modified: head/sysutils/pfstat/Makefile head/sysutils/pftop/Makefile (contents, props changed) Modified: head/sysutils/pfstat/Makefile ============================================================================== --- head/sysutils/pfstat/Makefile Wed Jul 3 02:08:05 2013 (r322211) +++ head/sysutils/pfstat/Makefile Wed Jul 3 02:13:34 2013 (r322212) @@ -7,7 +7,7 @@ PORTREVISION= 5 CATEGORIES= sysutils net MASTER_SITES= http://www.benzedrine.cx/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= araujo@FreeBSD.org COMMENT= Utility to render graphical statistics for pf LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd Modified: head/sysutils/pftop/Makefile ============================================================================== --- head/sysutils/pftop/Makefile Wed Jul 3 02:08:05 2013 (r322211) +++ head/sysutils/pftop/Makefile Wed Jul 3 02:13:34 2013 (r322212) @@ -7,7 +7,7 @@ PORTREVISION= 2 CATEGORIES= sysutils net MASTER_SITES= http://www.eee.metu.edu.tr/~canacar/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= araujo@FreeBSD.org COMMENT= Utility for real-time display of statistics for pf MAN8= pftop.8