From owner-svn-ports-head@FreeBSD.ORG Mon Jan 19 12:15:38 2015 Return-Path: Delivered-To: svn-ports-head@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 42422D7B; Mon, 19 Jan 2015 12:15:38 +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 2E5C91EA; Mon, 19 Jan 2015 12:15:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0JCFcYW086506; Mon, 19 Jan 2015 12:15:38 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0JCFcZw086505; Mon, 19 Jan 2015 12:15:38 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201501191215.t0JCFcZw086505@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 19 Jan 2015 12:15:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377398 - head/mail/getmail 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.18-1 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: Mon, 19 Jan 2015 12:15:38 -0000 Author: wen Date: Mon Jan 19 12:15:37 2015 New Revision: 377398 URL: https://svnweb.freebsd.org/changeset/ports/377398 QAT: https://qat.redports.org/buildarchive/r377398/ Log: - Pass maintainership to submitter PR: 196860 Submitted by: Joseph Mingrone Modified: head/mail/getmail/Makefile Modified: head/mail/getmail/Makefile ============================================================================== --- head/mail/getmail/Makefile Mon Jan 19 12:11:25 2015 (r377397) +++ head/mail/getmail/Makefile Mon Jan 19 12:15:37 2015 (r377398) @@ -7,7 +7,7 @@ CATEGORIES= mail python MASTER_SITES= http://pyropus.ca/software/getmail/old-versions/ \ http://mirrors.closedsrc.org/getmail/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jrm@ftfl.ca COMMENT= POP3/IMAP4 mail retriever with Maildir and command delivery LICENSE= GPLv2