git: f38f2b17c640 - main - accessibility/gammastep: Update to 2.0.10

From: Guido Falsi <madpilot_at_FreeBSD.org>
Date: Sun, 16 Mar 2025 10:03:23 UTC
The branch main has been updated by madpilot:

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

commit f38f2b17c640fb9b8722b0af9381549c4cff550e
Author:     Guido Falsi <madpilot@FreeBSD.org>
AuthorDate: 2025-03-16 09:58:19 +0000
Commit:     Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2025-03-16 09:58:19 +0000

    accessibility/gammastep: Update to 2.0.10
---
 accessibility/gammastep/Makefile                   |  2 +-
 accessibility/gammastep/distinfo                   |  6 +++---
 accessibility/gammastep/files/patch-src_gamma-wl.c | 14 --------------
 3 files changed, 4 insertions(+), 18 deletions(-)

diff --git a/accessibility/gammastep/Makefile b/accessibility/gammastep/Makefile
index 92f10294bc75..3c5696034676 100644
--- a/accessibility/gammastep/Makefile
+++ b/accessibility/gammastep/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	gammastep
-PORTVERSION=	2.0.9
+PORTVERSION=	2.0.10
 DISTVERSIONPREFIX=	v
 CATEGORIES=	accessibility
 
diff --git a/accessibility/gammastep/distinfo b/accessibility/gammastep/distinfo
index 7a8ef642d026..dadb019afc95 100644
--- a/accessibility/gammastep/distinfo
+++ b/accessibility/gammastep/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1717753175
-SHA256 (gammastep-v2.0.9.tar.bz2) = 371c66ff8eac9c8795afe014493dc347d0242493bbb2fe13bfaee14b42a29328
-SIZE (gammastep-v2.0.9.tar.bz2) = 540120
+TIMESTAMP = 1742115225
+SHA256 (gammastep-v2.0.10.tar.bz2) = 4c8e5ab9bdc445809c3594d0f536861daf478a41085a880ebb866340ab55d4dc
+SIZE (gammastep-v2.0.10.tar.bz2) = 540401
diff --git a/accessibility/gammastep/files/patch-src_gamma-wl.c b/accessibility/gammastep/files/patch-src_gamma-wl.c
deleted file mode 100644
index 9dd1b30f1c7f..000000000000
--- a/accessibility/gammastep/files/patch-src_gamma-wl.c
+++ /dev/null
@@ -1,14 +0,0 @@
-gamma-wl.c:24:10: fatal error: 'alloca.h' file not found
-#include <alloca.h>
-         ^~~~~~~~~~
-
---- src/gamma-wl.c.orig	2022-09-12 00:57:15 UTC
-+++ src/gamma-wl.c
-@@ -6,7 +6,6 @@
- #include <stdlib.h>
- #include <stdint.h>
- #include <string.h>
--#include <alloca.h>
- #include <sys/mman.h>
- #include <sys/types.h>
- #include <sys/stat.h>