From owner-svn-ports-head@freebsd.org Sat May 20 12:44:39 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83972D7404C; Sat, 20 May 2017 12:44:39 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6558D1167; Sat, 20 May 2017 12:44:39 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 97C466E3C; Sat, 20 May 2017 12:44:38 +0000 (UTC) Date: Sat, 20 May 2017 12:44:38 +0000 From: Alexey Dokuchaev To: Joseph Mingrone Cc: Adam Weinberger , Dan Langille , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r441282 - in head: . security security/acme.sh Message-ID: <20170520124438.GA59070@FreeBSD.org> References: <201705200227.v4K2RjjG055940@repo.freebsd.org> <989C2BB0-AC4E-4C76-AB15-9F616A6EF392@adamw.org> <86d1b3lwx0.fsf@phe.ftfl.ca> <20170520101021.GA39767@FreeBSD.org> <868tlrlnix.fsf@phe.ftfl.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <868tlrlnix.fsf@phe.ftfl.ca> User-Agent: Mutt/1.7.1 (2016-10-04) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 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: Sat, 20 May 2017 12:44:39 -0000 On Sat, May 20, 2017 at 09:29:26AM -0300, Joseph Mingrone wrote: > Alexey Dokuchaev writes: > > USERS and GROUPS values are still misaligned (need extra tab after =). > > How are they misaligned? Like this: ----------------+---------- PORTNAME= foo PORTVERSION= 0.42 CATEGORIES= bar MASTER_SITES= http://... ... | USERS= oh | GROUPS= shit | | ^- correct alignment line ^- wrong alignment line ./danfe