From owner-svn-ports-all@FreeBSD.ORG Thu Jun 19 10:27:40 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 163A1400; Thu, 19 Jun 2014 10:27:40 +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 03DA92FFD; Thu, 19 Jun 2014 10:27:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5JARdrB050711; Thu, 19 Jun 2014 10:27:39 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5JARdI2050710; Thu, 19 Jun 2014 10:27:39 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201406191027.s5JARdI2050710@svn.freebsd.org> From: John Marino Date: Thu, 19 Jun 2014 10:27:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358378 - head/mail/dovecot 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.18 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: Thu, 19 Jun 2014 10:27:40 -0000 Author: marino Date: Thu Jun 19 10:27:39 2014 New Revision: 358378 URL: http://svnweb.freebsd.org/changeset/ports/358378 QAT: https://qat.redports.org/buildarchive/r358378/ Log: mail/dovecot: Reset maintainer after 7 consecutive timeouts The last time the maintainer was heard from was July 2010. How this port didn't get reset after the first 3 timeouts, I'm not sure. Modified: head/mail/dovecot/Makefile Modified: head/mail/dovecot/Makefile ============================================================================== --- head/mail/dovecot/Makefile Thu Jun 19 10:19:39 2014 (r358377) +++ head/mail/dovecot/Makefile Thu Jun 19 10:27:39 2014 (r358378) @@ -8,7 +8,7 @@ CATEGORIES= mail ipv6 MASTER_SITES= http://www.dovecot.org/releases/${PORTVERSION:R}/ \ http://www.rename-it.nl/dovecot/${PORTVERSION:R}/ -MAINTAINER= yds@CoolRat.org +MAINTAINER= ports@FreeBSD.org COMMENT= Secure and compact IMAP and POP3 servers LICENSE= LGPL21 MIT