svn commit: r498829 - head/security/aide

Cy Schubert cy at FreeBSD.org
Sat Apr 13 19:27:59 UTC 2019


Author: cy
Date: Sat Apr 13 19:27:58 2019
New Revision: 498829
URL: https://svnweb.freebsd.org/changeset/ports/498829

Log:
  Fix COMMENT.
  
  As pointed out by danfe@,
  
  Violation of the PHB paragraph 5.6 -- Do not start [COMMENT] with an
  indefinite article (that is, A or An).
  
  Point hat to:	cy@
  Reported by:	danfe@

Modified:
  head/security/aide/Makefile   (contents, props changed)

Modified: head/security/aide/Makefile
==============================================================================
--- head/security/aide/Makefile	Sat Apr 13 19:25:43 2019	(r498828)
+++ head/security/aide/Makefile	Sat Apr 13 19:27:58 2019	(r498829)
@@ -7,7 +7,7 @@ CATEGORIES=	security
 MASTER_SITES=	https://github.com/aide/aide/releases/download/v${PORTVERSION}/
 
 MAINTAINER=	cy at FreeBSD.org
-COMMENT=	A file and directory integrity checker
+COMMENT=	File and directory integrity checker
 
 LIB_DEPENDS=	libmhash.so:security/mhash \
 		libpcre.so:devel/pcre


More information about the svn-ports-head mailing list