Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Oct 2024 12:39:08 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4e350f5d9669 - main - devel/cppcheck: update 2.15.0 =?utf-8?Q?=E2=86=92?= 2.16.0
Message-ID:  <202410281239.49SCd841056232@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4e350f5d966984592f3a38a667c40ee764dc4ce4

commit 4e350f5d966984592f3a38a667c40ee764dc4ce4
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2024-10-28 12:35:48 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2024-10-28 12:38:42 +0000

    devel/cppcheck: update 2.15.0 → 2.16.0
---
 devel/cppcheck/Makefile                       |  2 +-
 devel/cppcheck/distinfo                       |  6 +++---
 devel/cppcheck/files/patch-CMakeLists.txt     |  6 +++---
 devel/cppcheck/files/patch-cli_CMakeLists.txt | 23 -----------------------
 4 files changed, 7 insertions(+), 30 deletions(-)

diff --git a/devel/cppcheck/Makefile b/devel/cppcheck/Makefile
index 26d523baf36f..462239361633 100644
--- a/devel/cppcheck/Makefile
+++ b/devel/cppcheck/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	cppcheck
-DISTVERSION=	2.15.0
+DISTVERSION=	2.16.0
 CATEGORIES=	devel
 
 MAINTAINER=	amdmi3@FreeBSD.org
diff --git a/devel/cppcheck/distinfo b/devel/cppcheck/distinfo
index 387f9aeab83f..53fd9e7f4e5f 100644
--- a/devel/cppcheck/distinfo
+++ b/devel/cppcheck/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1725071876
-SHA256 (danmar-cppcheck-2.15.0_GH0.tar.gz) = 98bcc40ac8062635b492fb096d7815376a176ae26749d6c708083f4637f7c0bb
-SIZE (danmar-cppcheck-2.15.0_GH0.tar.gz) = 3820560
+TIMESTAMP = 1730044756
+SHA256 (danmar-cppcheck-2.16.0_GH0.tar.gz) = f1a97c8cef5ee9d0abb57e9244549d4fe18d4ecac80cf82e250d1fc5f38b1501
+SIZE (danmar-cppcheck-2.16.0_GH0.tar.gz) = 3845764
diff --git a/devel/cppcheck/files/patch-CMakeLists.txt b/devel/cppcheck/files/patch-CMakeLists.txt
index b216425a943c..01d3314c62ef 100644
--- a/devel/cppcheck/files/patch-CMakeLists.txt
+++ b/devel/cppcheck/files/patch-CMakeLists.txt
@@ -1,11 +1,11 @@
---- CMakeLists.txt.orig	2024-08-31 14:09:43 UTC
+--- CMakeLists.txt.orig	2024-10-27 15:13:49 UTC
 +++ CMakeLists.txt
 @@ -2,7 +2,7 @@ endif()
  if(MSVC)
      cmake_minimum_required(VERSION 3.13)
  endif()
--project(Cppcheck VERSION 2.15.0 LANGUAGES CXX)
-+project(cppcheck VERSION 2.15.0 LANGUAGES CXX)
+-project(Cppcheck VERSION 2.16.0 LANGUAGES CXX)
++project(cppcheck VERSION 2.16.0 LANGUAGES CXX)
  
  include(cmake/cxx11.cmake)
  use_cxx11()
diff --git a/devel/cppcheck/files/patch-cli_CMakeLists.txt b/devel/cppcheck/files/patch-cli_CMakeLists.txt
deleted file mode 100644
index f03f4baf5439..000000000000
--- a/devel/cppcheck/files/patch-cli_CMakeLists.txt
+++ /dev/null
@@ -1,23 +0,0 @@
---- cli/CMakeLists.txt.orig	2024-08-31 14:09:43 UTC
-+++ cli/CMakeLists.txt
-@@ -75,15 +75,15 @@ if (BUILD_CLI)
-         COMPONENT applications)
- 
-     install(FILES ${addons}
--       DESTINATION ${FILESDIR}/addons
-+       DESTINATION ${FILESDIR_DEF}/addons
-        COMPONENT headers)
- 
-     install(FILES ${cfgs}
--       DESTINATION ${FILESDIR}/cfg
-+       DESTINATION ${FILESDIR_DEF}/cfg
-        COMPONENT headers)
- 
-     install(FILES ${platforms}
--       DESTINATION ${FILESDIR}/platforms
-+       DESTINATION ${FILESDIR_DEF}/platforms
-        COMPONENT headers)
- 
--endif()
-\ No newline at end of file
-+endif()



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410281239.49SCd841056232>