From owner-svn-ports-head@FreeBSD.ORG Fri Jun 12 21:32:37 2015 Return-Path: Delivered-To: svn-ports-head@hub.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 4B2AEC6B; Fri, 12 Jun 2015 21:32:37 +0000 (UTC) (envelope-from erwin@FreeBSD.org) 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 390B1DDC; Fri, 12 Jun 2015 21:32:37 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5CLWbi7044808; Fri, 12 Jun 2015 21:32:37 GMT (envelope-from erwin@FreeBSD.org) Received: (from erwin@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5CLWa32044806; Fri, 12 Jun 2015 21:32:36 GMT (envelope-from erwin@FreeBSD.org) Message-Id: <201506122132.t5CLWa32044806@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: erwin set sender to erwin@FreeBSD.org using -f From: Erwin Lansing Date: Fri, 12 Jun 2015 21:32:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389304 - in head: mail/usendmail www/libecap 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.20 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, 12 Jun 2015 21:32:37 -0000 Author: erwin Date: Fri Jun 12 21:32:36 2015 New Revision: 389304 URL: https://svnweb.freebsd.org/changeset/ports/389304 Log: Reset maintainership for tmseck Approved by: portmgr Modified: head/mail/usendmail/Makefile head/www/libecap/Makefile Modified: head/mail/usendmail/Makefile ============================================================================== --- head/mail/usendmail/Makefile Fri Jun 12 21:25:41 2015 (r389303) +++ head/mail/usendmail/Makefile Fri Jun 12 21:32:36 2015 (r389304) @@ -7,7 +7,7 @@ PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://www.ohse.de/uwe/usendmail/ -MAINTAINER= tmseck@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Replacement for qmail's sendmail drop-in USES= qmail Modified: head/www/libecap/Makefile ============================================================================== --- head/www/libecap/Makefile Fri Jun 12 21:25:41 2015 (r389303) +++ head/www/libecap/Makefile Fri Jun 12 21:32:36 2015 (r389304) @@ -6,7 +6,7 @@ PORTVERSION= 1.0.0 CATEGORIES= www security MASTER_SITES= http://www.measurement-factory.com/tmp/ecap/ -MAINTAINER= tmseck@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Library for module based network content analysis LICENSE= BSD2CLAUSE