From owner-svn-ports-head@FreeBSD.ORG Sun Aug 10 13:55:47 2014 Return-Path: Delivered-To: svn-ports-head@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 A4CB1266 for ; Sun, 10 Aug 2014 13:55:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 76326267C for ; Sun, 10 Aug 2014 13:55:47 +0000 (UTC) Received: from marino (uid 1323) (envelope-from marino@FreeBSD.org) id 2c73 by svn.freebsd.org (DragonFly Mail Agent v0.9+); Sun, 10 Aug 2014 13:55:47 +0000 From: John Marino Date: Sun, 10 Aug 2014 13:55:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364543 - head/www/dwoo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e779e3.2c73.8876539@svn.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 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: Sun, 10 Aug 2014 13:55:47 -0000 Author: marino Date: Sun Aug 10 13:55:47 2014 New Revision: 364543 URL: http://svnweb.freebsd.org/changeset/ports/364543 QAT: https://qat.redports.org/buildarchive/r364543/ Log: Reset maintainership on www/dwoo This port was not staged, but it was spared a reset because somebody (not the maintainer) submitted a PR to stage it. Unfortunately the PR has numerous problems which have not been addressed in the last couple of weeks. Reset the maintainer now, and let the port be pruned at the end of the month if no one steps up to save it. PR: 190041 Submitted by: Joe (thralling.com) Approved by: maintainer (Joe Horn) Rejected by: marino (technical reasons) Approved by: portmgr (implicit, NOT_STAGED) Modified: head/www/dwoo/Makefile Modified: head/www/dwoo/Makefile ============================================================================== --- head/www/dwoo/Makefile Sun Aug 10 13:53:22 2014 (r364542) +++ head/www/dwoo/Makefile Sun Aug 10 13:55:47 2014 (r364543) @@ -10,7 +10,7 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}.ta DISTFILES+= ${PORTNAME}-${PORTVERSION}-docs.tar.gz .endif -MAINTAINER= joehorn@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Dwoo is a PHP5 template engine WRKSRC= ${WRKDIR}/${PORTNAME}