aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-09-09 07:41:33 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-09-09 07:42:51 +0000
commitc6d79c46f5f28a7e046608df0715bc5aaf3807a8 (patch)
tree7ba54d0feafb1d475170f2ff2d13f635d22a851c
parent225067f81a4463cc8a2f80d5ce2a82bc7b5e1d2f (diff)
downloadports-c6d79c46f5f28a7e046608df0715bc5aaf3807a8.tar.gz
ports-c6d79c46f5f28a7e046608df0715bc5aaf3807a8.zip
devel/cppcheck: Improve COMMENT; Fix grammar in pkg-descr
PR: 266300 Approved by: amdmi3@ (maintainer)
-rw-r--r--devel/cppcheck/Makefile2
-rw-r--r--devel/cppcheck/pkg-descr10
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/cppcheck/Makefile b/devel/cppcheck/Makefile
index 710dd715bf68..b0c18b617600 100644
--- a/devel/cppcheck/Makefile
+++ b/devel/cppcheck/Makefile
@@ -4,7 +4,7 @@ PORTREVISION?= 0 # devel/cppcheck-gui
CATEGORIES= devel
MAINTAINER= amdmi3@FreeBSD.org
-COMMENT?= Static analysis of C/C++ code
+COMMENT?= Tool for static C/C++ code analysis
WWW= https://cppcheck.sourceforge.io/
LICENSE= GPLv3+
diff --git a/devel/cppcheck/pkg-descr b/devel/cppcheck/pkg-descr
index ce7eeeffaed3..ee2175194cf1 100644
--- a/devel/cppcheck/pkg-descr
+++ b/devel/cppcheck/pkg-descr
@@ -1,8 +1,8 @@
-Cppcheck is a tool for static C/C++ code analysis, and it tries to
-detect bugs that your compiler do not see. Checks for: memory leaks,
-mismatching allocation-deallocation, buffer overrun, and many more.
+Cppcheck is a tool for static C/C++ code analysis. It tries to
+detect bugs that your compiler does not see. It checks for: memory leaks,
+mismatching allocations-deallocations, buffer overruns, and many more.
-Cppcheck is versatile. You can check non-standard code that includes
+Cppcheck is versatile. You can check non-standard code that includes
various compiler extensions, inline assembly code, etc.
-The goal is no false positives.
+The goal is to have no false positives.