From owner-svn-ports-head@FreeBSD.ORG Tue Apr 1 17:23:01 2014 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 ACE6B2EE; Tue, 1 Apr 2014 17:23:01 +0000 (UTC) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) by mx1.freebsd.org (Postfix) with ESMTP id 6709C1C1; Tue, 1 Apr 2014 17:23:01 +0000 (UTC) Received: from tuna (unknown [12.10.75.2]) by ainaz.pair.com (Postfix) with ESMTPSA id 803E23F410; Tue, 1 Apr 2014 13:22:49 -0400 (EDT) Date: Tue, 1 Apr 2014 10:23:07 -0700 (PDT) From: Gerald Pfeifer To: Baptiste Daroussin Subject: Re: svn commit: r349814 - head/databases/p5-MongoDB In-Reply-To: <20140401081044.GT99393@ivaldir.etoilebsd.net> Message-ID: References: <201403312311.s2VNBXZl039095@svn.freebsd.org> <20140401080641.GR99393@ivaldir.etoilebsd.net> <20140401081044.GT99393@ivaldir.etoilebsd.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: svn-ports-head@freebsd.org, Felippe de Meirelles Motta , David Chisnall , svn-ports-all@freebsd.org, ports-committers@freebsd.org 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: Tue, 01 Apr 2014 17:23:01 -0000 On Tue, 1 Apr 2014, Baptiste Daroussin wrote: >> Can't we add a pre-commit hook that just rejects any diffs containing >> +NO_STAGE=yes (with any whitespace combinations)? > It has been added for new ports, I haven't activated it for regular > commits yet because some important port were not stage and might need to > be able to rush commit a security fix, but I'll activate it in a moment. What does this do to PORTREVISION bumps tracking the update of another port such as libpng or gcc? Gerald