From owner-svn-ports-head@freebsd.org Sat May 28 22:07:24 2016 Return-Path: Delivered-To: svn-ports-head@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 6BA97B4EF0C; Sat, 28 May 2016 22:07:24 +0000 (UTC) (envelope-from madpilot@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 3CEE911DA; Sat, 28 May 2016 22:07:24 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4SM7NYN016526; Sat, 28 May 2016 22:07:23 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SM7NdQ016525; Sat, 28 May 2016 22:07:23 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201605282207.u4SM7NdQ016525@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sat, 28 May 2016 22:07:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416073 - head/net/ndpi 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.22 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: Sat, 28 May 2016 22:07:24 -0000 Author: madpilot Date: Sat May 28 22:07:23 2016 New Revision: 416073 URL: https://svnweb.freebsd.org/changeset/ports/416073 Log: Take maintainership. PR: 209812 Approved by: bofh@ (former maintainer) Modified: head/net/ndpi/Makefile Modified: head/net/ndpi/Makefile ============================================================================== --- head/net/ndpi/Makefile Sat May 28 22:07:10 2016 (r416072) +++ head/net/ndpi/Makefile Sat May 28 22:07:23 2016 (r416073) @@ -7,7 +7,7 @@ CATEGORIES= net MASTER_SITES= SF/ntop/nDPI DISTNAME= nDPI-${PORTVERSION} -MAINTAINER= bofh@FreeBSD.org +MAINTAINER= madpilot@FreeBSD.org COMMENT= NTOP-maintained superset of the popular OpenDPI library LICENSE= GPLv3