git: c6d79c46f5f2 - main - devel/cppcheck: Improve COMMENT; Fix grammar in pkg-descr
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 09 Sep 2022 07:42:55 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c6d79c46f5f28a7e046608df0715bc5aaf3807a8
commit c6d79c46f5f28a7e046608df0715bc5aaf3807a8
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-09-09 07:41:33 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-09-09 07:42:51 +0000
devel/cppcheck: Improve COMMENT; Fix grammar in pkg-descr
PR: 266300
Approved by: amdmi3@ (maintainer)
---
devel/cppcheck/Makefile | 2 +-
devel/cppcheck/pkg-descr | 10 +++++-----
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.