From owner-svn-ports-head@FreeBSD.ORG Sun Oct 7 18:10:26 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 079FD1065688; Sun, 7 Oct 2012 18:10:26 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id D30DE8FC0C; Sun, 7 Oct 2012 18:10:24 +0000 (UTC) Received: by mail-bk0-f54.google.com with SMTP id jf20so1642849bkc.13 for ; Sun, 07 Oct 2012 11:10:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=sZt4l1a5z4S4RwEt+Nd+aKExlsWx15dDMXDOHjxqTgg=; b=OlepIK0IOriKs3Ub0YbaKNO8Oxti67K2QYiJcNfn58m1asprKiMPBEKJxBLaniH0mO lDj+SINSz+S16XArjFp4Xyy0s/m3B07XZMjMco2RNAHhpyW39APSpJagfwYcR2yOe0tB yBQyr2U9u6yPBPYw8fdBkd7E9TBKYjgC2UcuL32EN/0Gkq6M8Y00JwBurLNQ6nGFypIY i9JaEwSWb818QkXfhXjHUtox78tivKqo010piZPJ+qmVdWgDD7zErbE7fcF1Rm/RWZi7 ye5YSJ2gWoabqIWo6J+gn0SK9pFivNscsXxKbAiuzzoX0WCSjC03PyMixlySNRsR7dui L4lw== Received: by 10.204.4.200 with SMTP id 8mr4668348bks.81.1349633418340; Sun, 07 Oct 2012 11:10:18 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.204.50.197 with HTTP; Sun, 7 Oct 2012 11:09:48 -0700 (PDT) In-Reply-To: <5070AD5F.5020002@FreeBSD.org> References: <201209242123.q8OLNp8Q002624@svn.freebsd.org> <5070A2F6.205@FreeBSD.org> <20121006220758.GC22164@ithaqua.etoilebsd.net> <5070AD5F.5020002@FreeBSD.org> From: Chris Rees Date: Sun, 7 Oct 2012 19:09:48 +0100 X-Google-Sender-Auth: FpxV2yvMspaU2sEOdfsvC3g_MxA Message-ID: To: Doug Barton Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-ports-head@freebsd.org, Baptiste Daroussin , svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r304800 - in head: . textproc textproc/aspell textproc/aspell-without-dicten textproc/en-aspell X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 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, 07 Oct 2012 18:10:26 -0000 On 6 October 2012 23:14, Doug Barton wrote: > On 10/06/2012 15:07, Baptiste Daroussin wrote: >> On Sat, Oct 06, 2012 at 02:30:30PM -0700, Doug Barton wrote: >>> On 09/24/2012 14:23, Baptiste Daroussin wrote: >>>> No longer install the english dictionary (please use textproc/en-aspell if you >>>> want the english dictionary) >>> >>> What was the motivation for this change? >>> >> Motivation is simplifying binary package, this was stupid to have 2 different >> ports for aspell + one port for the dictionary, when we do not lose any features >> with having a single aspell port not incompatible with another one. > > Makes sense, thanks for the explanation. > > It would probably have been useful to include that in the commit > message, for future reference. Ideally commit messages should be roughly > 2/3 "why", and 1/3 "what." > 3/3 "why", 0/3 "what"-- we have inline SVN diffs nowadays! Chris