From owner-cvs-ports@FreeBSD.ORG Tue Apr 12 05:56:23 2005 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B37E716A4CE; Tue, 12 Apr 2005 05:56:23 +0000 (GMT) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68D9543D48; Tue, 12 Apr 2005 05:56:23 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from krion by voodoo.oberon.net with local (Exim 4.50 (FreeBSD)) id 1DLENn-000Nnw-7k; Tue, 12 Apr 2005 07:56:19 +0200 Date: Tue, 12 Apr 2005 07:56:19 +0200 From: Kirill Ponomarew To: "David E. O'Brien" Message-ID: <20050412055619.GB87952@voodoo.oberon.net> References: <200504120326.j3C3Qv6o083096@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200504120326.j3C3Qv6o083096@repoman.freebsd.org> X-NCC-Regid: de.oberon X-NIC-HDL: KP869-RIPE cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/archivers/advancecomp Makefile ports/archivers/arj Makefile ports/archivers/cabextract Makefile ports/archivers/dact Makefile ports/archivers/dynamite Makefile ports/archivers/gzip Makefile ports/archivers/lzop Makefile ports/archivers/orange ... X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Apr 2005 05:56:23 -0000 On Tue, Apr 12, 2005 at 03:26:57AM +0000, David E. O'Brien wrote: > | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/shells/bash/Makefile,v 1.81 2005/04/11 08:06:40 obrien Exp $ > | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/shells/bash/Makefile,v 1.82 2005/04/12 03:26:32 obrien Exp $ > | # > | > | PORTNAME= bash > | @@ -25,7 +25,7 @@ PATCHFILES+= ${PORTNAME}${PORTVERSION:R > | PATCHLEVEL= ${patch} > | .endfor > | > | -MAINTAINER= eik@FreeBSD.org > | +MAINTAINER= eik@FreeBSD.org, obrien@FreeBSD.org > | COMMENT= The GNU Project's Bourne Again SHell > | > | IGNOREFILES= FAQ > | @@ -53,6 +53,7 @@ PORTDOCS= FAQ INTRO CHANGES COMPAT NEWS > | .endif > | > | CONFIGURE_ARGS= --without-bash-malloc \ > | + --with-installed-readline \ > | --disable-rpath \ > | --enable-disabled-builtins It's total unacceptable way to take over maintainership. Submit PR, assign it to existing maintainer, wait for timeout, and only *after* these steps are done, you can take over maintainership. -Kirill