From owner-svn-ports-all@freebsd.org Thu Jul 18 12:15:56 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6AF60A76F0; Thu, 18 Jul 2019 12:15:56 +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 48D6486EC3; Thu, 18 Jul 2019 12:15:56 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 1A5954B01; Thu, 18 Jul 2019 12:15:56 +0000 (UTC) Date: Thu, 18 Jul 2019 12:15:56 +0000 From: Alexey Dokuchaev To: Jochen Neumeister Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r506840 - head/security/modsecurity3-nginx Message-ID: <20190718121556.GC59568@FreeBSD.org> References: <201907180714.x6I7EEh6016959@repo.freebsd.org> <20190718091655.GA68118@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190718091655.GA68118@FreeBSD.org> User-Agent: Mutt/1.11.4 (2019-03-13) X-Rspamd-Queue-Id: 48D6486EC3 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_SHORT(-0.96)[-0.956,0]; ASN(0.00)[asn:11403, ipnet:96.47.64.0/20, country:US]; NEURAL_HAM_MEDIUM(-0.99)[-0.989,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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, 18 Jul 2019 12:15:56 -0000 On Thu, Jul 18, 2019 at 09:16:55AM +0000, Alexey Dokuchaev wrote: > On Thu, Jul 18, 2019 at 07:14:14AM +0000, Jochen Neumeister wrote: > > New Revision: 506840 > > URL: https://svnweb.freebsd.org/changeset/ports/506840 > > > > Log: > > Fix typo > > > > Sponsored by: Netzkommune GmbH > > > > Modified: > > head/security/modsecurity3-nginx/Makefile > > > > ... > > DISTFILES= ${_NGINX_DISTNAME}${EXTRACT_SUFX} > > > > MAINTAINER= joneum@FreeBSD.org > > -COMMENT= Intrustion detection and prevention engine / nginx Wrapper > > +COMMENT= Instruction detection and prevention engine / nginx Wrapper > > It still seems wrong, it should be "Intrusion". Also, "Wrapper" should not start with upper-case letter. Wrapping slash with two spaces is dubious as well, but I won't insist changing it. ./danfe