From owner-svn-ports-head@freebsd.org Sat Apr 13 19:08:48 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C9CE158098C; Sat, 13 Apr 2019 19:08:48 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B25D08E5FE; Sat, 13 Apr 2019 19:08:47 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 9FD2D9B2B; Sat, 13 Apr 2019 19:08:47 +0000 (UTC) Date: Sat, 13 Apr 2019 19:08:47 +0000 From: Alexey Dokuchaev To: Cy Schubert Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r498823 - head/security/aide Message-ID: <20190413190847.GA13742@FreeBSD.org> References: <201904131859.x3DIxlrw088246@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201904131859.x3DIxlrw088246@repo.freebsd.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-Rspamd-Queue-Id: B25D08E5FE X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.96 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.96)[-0.962,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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, 13 Apr 2019 19:08:48 -0000 On Sat, Apr 13, 2019 at 06:59:47PM +0000, Cy Schubert wrote: > New Revision: 498823 > URL: https://svnweb.freebsd.org/changeset/ports/498823 > > Log: > More accurately reflect what aide is in COMMENT and pkg-descr. > > Modified: > head/security/aide/Makefile (contents, props changed) > head/security/aide/pkg-descr (contents, props changed) > > ... > @@ -7,7 +7,7 @@ CATEGORIES= security > MASTER_SITES= https://github.com/aide/aide/releases/download/v${PORTVERSION}/ > > MAINTAINER= cy@FreeBSD.org > -COMMENT= Replacement and extension for Tripwire > +COMMENT= A file and directory integrity checker Violation of the PHB paragraph 5.6 -- Do not start [COMMENT] with an indefinite article (that is, A or An). > @@ -1,5 +1,12 @@ > -AIDE is Advanced Intrusion Detection Environment. > -This piece of software was written as a replacement and extension > -for Tripwire. > +AIDE is Advanced Intrusion Detection Environment. AIDE > +(Advanced Intrusion Detection Environment, [eyd]) is a file and > +directory integrity checker. Why do you have to repeat "Advanced Intrusion Detection Environment" twice in the same sentence? ./danfe