From d77073d65df2119be86536d10fc00098b9ca5bc7 Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Tue, 30 Jan 2024 21:53:45 +0100
Subject: [PATCH] cmake: update to 3.28.2

---
 components/developer/cmake/Makefile                      |    5 ++---
 components/developer/cmake/manifests/sample-manifest.p5m |    3 ++-
 components/developer/cmake/pkg5                          |    2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/components/developer/cmake/Makefile b/components/developer/cmake/Makefile
index e84485c..9dcf997 100644
--- a/components/developer/cmake/Makefile
+++ b/components/developer/cmake/Makefile
@@ -30,8 +30,7 @@
 
 COMPONENT_NAME=         cmake
 COMPONENT_MAJOR_VERSION= 3.28
-COMPONENT_VERSION=      $(COMPONENT_MAJOR_VERSION).1
-COMPONENT_REVISION=     1
+COMPONENT_VERSION=      $(COMPONENT_MAJOR_VERSION).2
 COMPONENT_SUMMARY=      A cross-platform, open-source make system
 COMPONENT_DESCRIPTION= \
 CMake is a family of tools designed to build, test and package software. \
@@ -42,7 +41,7 @@
 COMPONENT_PROJECT_URL=  https://www.cmake.org
 COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.gz
-COMPONENT_ARCHIVE_HASH=	sha256:15e94f83e647f7d620a140a7a5da76349fc47a1bfed66d0f5cdee8e7344079ad
+COMPONENT_ARCHIVE_HASH=	sha256:1466f872dc1c226f373cf8fba4230ed216a8f108bd54b477b5ccdfd9ea2d124a
 COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)/files/v$(COMPONENT_MAJOR_VERSION)/$(COMPONENT_ARCHIVE)
 COMPONENT_FMRI=         developer/build/cmake
 COMPONENT_CLASSIFICATION=Development/Distribution Tools
diff --git a/components/developer/cmake/manifests/sample-manifest.p5m b/components/developer/cmake/manifests/sample-manifest.p5m
index 886fc79..44f0082 100644
--- a/components/developer/cmake/manifests/sample-manifest.p5m
+++ b/components/developer/cmake/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
 #
 
 #
-# Copyright 2023 <contributor>
+# Copyright 2024 <contributor>
 #
 
 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
@@ -2137,6 +2137,7 @@
 file path=usr/share/cmake-3.28/Modules/CMakeDetermineRCCompiler.cmake
 file path=usr/share/cmake-3.28/Modules/CMakeDetermineSwiftCompiler.cmake
 file path=usr/share/cmake-3.28/Modules/CMakeDetermineSystem.cmake
+file path=usr/share/cmake-3.28/Modules/CMakeDetermineSystem.cmake.~2~
 file path=usr/share/cmake-3.28/Modules/CMakeDetermineVSServicePack.cmake
 file path=usr/share/cmake-3.28/Modules/CMakeExpandImportedTargets.cmake
 file path=usr/share/cmake-3.28/Modules/CMakeExportBuildSettings.cmake
diff --git a/components/developer/cmake/pkg5 b/components/developer/cmake/pkg5
index 12c1098..73f473b 100644
--- a/components/developer/cmake/pkg5
+++ b/components/developer/cmake/pkg5
@@ -16,4 +16,4 @@
         "developer/build/cmake"
     ],
     "name": "cmake"
-}
\ No newline at end of file
+}

--
Gitblit v1.9.3