From c6d79c46f5f28a7e046608df0715bc5aaf3807a8 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Fri, 9 Sep 2022 00:41:33 -0700 Subject: 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(-) (limited to 'devel/cppcheck') 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. -- cgit v1.2.3