From owner-svn-ports-head@FreeBSD.ORG Mon Dec 2 13:47:06 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C7B9259B; Mon, 2 Dec 2013 13:47:06 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B46F3149F; Mon, 2 Dec 2013 13:47:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rB2Dl6Uu090388; Mon, 2 Dec 2013 13:47:06 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rB2Dl6LE090385; Mon, 2 Dec 2013 13:47:06 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201312021347.rB2Dl6LE090385@svn.freebsd.org> From: Bryan Drewery Date: Mon, 2 Dec 2013 13:47:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335487 - in head/editors: vim vim-lite 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.17 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, 02 Dec 2013 13:47:06 -0000 Author: bdrewery Date: Mon Dec 2 13:47:06 2013 New Revision: 335487 URL: http://svnweb.freebsd.org/changeset/ports/335487 Log: - Reset maintainer due to timeout of 11 open PR, 7 with patches and no activity since July 2013 With hat: portmgr Discussed with: portmgr Modified: head/editors/vim-lite/Makefile head/editors/vim/Makefile Modified: head/editors/vim-lite/Makefile ============================================================================== --- head/editors/vim-lite/Makefile Mon Dec 2 13:41:23 2013 (r335486) +++ head/editors/vim-lite/Makefile Mon Dec 2 13:47:06 2013 (r335487) @@ -5,7 +5,7 @@ LITE= yes MASTERDIR= ${.CURDIR}/../vim -MAINTAINER?= obrien@FreeBSD.org +MAINTAINER?= ports@FreeBSD.org COMMENT?= Vi "workalike", with many additional features (Lite package) PORTREVISION= 2 Modified: head/editors/vim/Makefile ============================================================================== --- head/editors/vim/Makefile Mon Dec 2 13:41:23 2013 (r335486) +++ head/editors/vim/Makefile Mon Dec 2 13:47:06 2013 (r335487) @@ -28,7 +28,7 @@ BADPATCHES= 527 780 796 873 890 1104 111 PATCHFILES:= ${PATCHFILES:N7.3.${p}} .endfor -MAINTAINER?= obrien@FreeBSD.org +MAINTAINER?= ports@FreeBSD.org COMMENT?= Vi "workalike", with many additional features SLAVEDIRS= editors/vim-lite