From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 02:44:52 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 23011F5F; Thu, 29 Nov 2012 02:44:52 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mx.critical.ch (cl-8.zrh-02.ch.sixxs.net [IPv6:2001:1620:f00:7::2]) by mx1.freebsd.org (Postfix) with ESMTP id A8A988FC08; Thu, 29 Nov 2012 02:44:51 +0000 (UTC) Received: from beaver.home.critical.ch (84-72-7-76.dclient.hispeed.ch [84.72.7.76]) (authenticated bits=0) by mx.critical.ch (8.14.4/8.14.4/critical-1.0) with ESMTP id qAT2ionF074393; Thu, 29 Nov 2012 03:44:50 +0100 (CET) (envelope-from ehaupt@FreeBSD.org) Date: Thu, 29 Nov 2012 03:44:50 +0100 From: Emanuel Haupt To: Alexey Dokuchaev Subject: Re: svn commit: r307951 - head/sysutils/sleuthkit Message-Id: <20121129034450.f0d1802f0dd0c5c2396d1ebd@FreeBSD.org> In-Reply-To: <20121129020924.GC11624@FreeBSD.org> References: <201211290020.qAT0Kecl058401@svn.freebsd.org> <20121129020924.GC11624@FreeBSD.org> X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.6; amd64-portbld-freebsd9.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: svn-ports-head@FreeBSD.org, svn-ports-all@FreeBSD.org, Emanuel Haupt , 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: Thu, 29 Nov 2012 02:44:52 -0000 Alexey Dokuchaev wrote: > On Thu, Nov 29, 2012 at 12:20:40AM +0000, Emanuel Haupt wrote: > > New Revision: 307951 > > URL: http://svnweb.freebsd.org/changeset/ports/307951 > > > > Log: > > - Update to 4.0.1 > > - Take maintainership > > - Remove double spaces from pkg-descr and 'fmt -w 80' > > Emanuel, > > We at FreeBSD do prefer double spaces, and previously port description > was nicely indented and formatted (as it was my port). Now it looks > considerably worse. May I ask you to backout pkg-descr change? I would say this is opinionated. I think it looks better that way. I've always removed double spaces (which most of the time were introduced trough copy pasting from webpages/manpages) in the past. Even the PHB (3.2.1, grey box) suggests so: --- begin quote --- Please be careful if you are copying from the README or manpage; too often they are not a concise description of the port or are in an awkward format (e.g., manpages have justified spacing). --- end quote --- Emanuel