git: e03cd41a01c6 - main - graphics/krita: Update to 5.2.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Dec 2023 05:12:48 UTC
The branch main has been updated by jhale:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e03cd41a01c62efaa4bac9241204148fcba6a36f
commit e03cd41a01c62efaa4bac9241204148fcba6a36f
Author: Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2023-12-09 05:00:09 +0000
Commit: Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2023-12-09 05:12:19 +0000
graphics/krita: Update to 5.2.2
https://krita.org/en/item/krita-5-2-2-released/
---
graphics/krita/Makefile | 2 +-
graphics/krita/distinfo | 6 +++---
graphics/krita/files/patch-cmake_modules_pyproject.toml.in | 13 +++++++++++++
3 files changed, 17 insertions(+), 4 deletions(-)
diff --git a/graphics/krita/Makefile b/graphics/krita/Makefile
index 446b0a8e36e3..260834ac6951 100644
--- a/graphics/krita/Makefile
+++ b/graphics/krita/Makefile
@@ -1,5 +1,5 @@
PORTNAME= krita
-DISTVERSION= 5.2.1
+DISTVERSION= 5.2.2
CATEGORIES= graphics kde
MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}
DIST_SUBDIR= KDE/${PORTNAME}
diff --git a/graphics/krita/distinfo b/graphics/krita/distinfo
index 3a0d5c6217bb..52e5120f2608 100644
--- a/graphics/krita/distinfo
+++ b/graphics/krita/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1698959035
-SHA256 (KDE/krita/krita-5.2.1.tar.xz) = 47978f50701be23a18b9c4c3cb2818717b712652807ac5ca954309fb0818b1f2
-SIZE (KDE/krita/krita-5.2.1.tar.xz) = 189074584
+TIMESTAMP = 1702019416
+SHA256 (KDE/krita/krita-5.2.2.tar.xz) = 41515784d65b5bf12919df909f7406dc90f37076587b8c459ef2abd569a71adb
+SIZE (KDE/krita/krita-5.2.2.tar.xz) = 189146788
diff --git a/graphics/krita/files/patch-cmake_modules_pyproject.toml.in b/graphics/krita/files/patch-cmake_modules_pyproject.toml.in
new file mode 100644
index 000000000000..e18b338ac665
--- /dev/null
+++ b/graphics/krita/files/patch-cmake_modules_pyproject.toml.in
@@ -0,0 +1,13 @@
+Fix build with SIP >= 6.8.0
+
+--- cmake/modules/pyproject.toml.in.orig 2023-12-08 23:06:29 UTC
++++ cmake/modules/pyproject.toml.in
+@@ -9,7 +9,7 @@ sip-files-dir = "@module_srcs@"
+ sip-module = "@sip_name@"
+ sip-include-dirs = @sip_include_dirs@
+ sip-files-dir = "@module_srcs@"
+-abi-version = "12"
++abi-version = "12.13"
+
+ [tool.sip.bindings.@module_name_toml@]
+ tags = @module_tags@