From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 18:01:42 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5BC3384C for ; Wed, 28 Nov 2012 18:01:42 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) by mx1.freebsd.org (Postfix) with ESMTP id C06738FC1E for ; Wed, 28 Nov 2012 18:01:41 +0000 (UTC) Received: by mail-lb0-f182.google.com with SMTP id go10so10753393lbb.13 for ; Wed, 28 Nov 2012 10:01:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=izMKYLnkssX5PfNwAvNLEIrDHw+JkzNK+oI6HgxMmS4=; b=BidK/hDa1reaPvDu8I+ZxU7ygeNRbmLozrH4iJQU081rUX2+dGXu7gXvBxIwRZcdJ2 pmOb7drKEjRn9DVMRAtsSdMhCzaE32O7oovBYIKPTFTKpLHUaXRcz0g1U3iIG06JCXTq NXrDnhU4d3CDY8yNwq7ew5brM7jXSn/FIe+Gw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :x-gm-message-state; bh=izMKYLnkssX5PfNwAvNLEIrDHw+JkzNK+oI6HgxMmS4=; b=AnIhppApJcvmx/05uewboel2KEfIt06YcRPjFaEYL4ziuVg6zbQPJiSg9vAcLCxyCs sApnToGbefFEecIK6YAK/FKamDAWm0o9R1in4G+epyU/l+/pYQOeo6Cvb+C9veXIqxfe pf8SXm5H0A1IhIcNPmmHm4GiYZxGzjUZauL6Rxm6pcIb00moU7zTtwFYIBPbza836skB JG9cXevR3BkFyCO/5RTIkd1GGEZY6a2SHu4xpIwT9pjAsfuhM07CNHIOjkh487jWThX6 HCuXX1TmyzfB/SvEYkpaXQBFm24X0XBQhO5XLj5njXfJq8ePWeIV2PJPIwUuwvDrP9jH 2fUg== Received: by 10.112.38.103 with SMTP id f7mr5209222lbk.120.1354125699921; Wed, 28 Nov 2012 10:01:39 -0800 (PST) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.112.154.168 with HTTP; Wed, 28 Nov 2012 10:01:09 -0800 (PST) In-Reply-To: <20121128175834.GE97474@ithaqua.etoilebsd.net> References: <201211281724.qASHOrKc095304@svn.freebsd.org> <20121128175834.GE97474@ithaqua.etoilebsd.net> From: Eitan Adler Date: Wed, 28 Nov 2012 13:01:09 -0500 X-Google-Sender-Auth: f49UR8WBwVDqtTppfMF9QpuQ-y0 Message-ID: Subject: Re: svn commit: r307920 - head/Mk To: Baptiste Daroussin Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQk/mpEM/wcbXhQNqMMEi7eN1khiNm7xMbobC21jqDHAqN6fgFrNN/rHRkJVFi5THIeqkYSU Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 28 Nov 2012 18:01:42 -0000 On 28 November 2012 12:58, Baptiste Daroussin wrote: > There are no undocumented rules which supersede documented ones, as I already > said last time you asked. So you are okay with the following? commit 0699cf40e76409b166539647808876476dd04c26 Author: Eitan Adler Date: Wed Nov 28 13:00:16 2012 -0500 Commits to b.*.m are allowed during ports slush Reviewed by: portmgr (bapt) Approved by: ??? (mentor) diff --git a/en_US.ISO8859-1/htdocs/portmgr/implementation.xml b/en_US.ISO8859-1/htdocs/portmgr/implementation.xml index 74e0936..22cff61 100644 --- a/en_US.ISO8859-1/htdocs/portmgr/implementation.xml +++ b/en_US.ISO8859-1/htdocs/portmgr/implementation.xml @@ -98,7 +98,6 @@ change falls into this categorization, you must ask portmgr before committing.

    -
  • any commit to bsd.*.mk

  • anything else that would normally require a regression test

  • shared library version bumps

  • -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams