git: fbffdd87b4f1 - main - audio/carla: update 2.5.8 → 2.5.9

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Mon, 23 Sep 2024 09:47:44 UTC
The branch main has been updated by yuri:

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

commit fbffdd87b4f1bd316a223481e5994098704efc1f
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-09-23 09:19:12 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-09-23 09:47:30 +0000

    audio/carla: update 2.5.8 → 2.5.9
    
    Reported by:    portscout
---
 audio/carla/Makefile                                   |  2 +-
 audio/carla/distinfo                                   |  6 +++---
 audio/carla/files/patch-source_backend_CarlaPlugin.hpp | 14 --------------
 3 files changed, 4 insertions(+), 18 deletions(-)

diff --git a/audio/carla/Makefile b/audio/carla/Makefile
index ed00cddee333..bdb3f8eb3dd6 100644
--- a/audio/carla/Makefile
+++ b/audio/carla/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	Carla
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.5.8
+DISTVERSION=	2.5.9
 CATEGORIES=	audio
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/audio/carla/distinfo b/audio/carla/distinfo
index 4b47b6177ca5..8aec31c71e08 100644
--- a/audio/carla/distinfo
+++ b/audio/carla/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1708370046
-SHA256 (falkTX-Carla-v2.5.8_GH0.tar.gz) = 4ec96d06342ff28da4b80d4a76bc08fcaa5703726f96e5174afcdc4f7fc6195d
-SIZE (falkTX-Carla-v2.5.8_GH0.tar.gz) = 11542514
+TIMESTAMP = 1727068912
+SHA256 (falkTX-Carla-v2.5.9_GH0.tar.gz) = 226fb5d646b7541b82035080190e7440df1f92372fb798b4ad49289570e5ad81
+SIZE (falkTX-Carla-v2.5.9_GH0.tar.gz) = 11546337
diff --git a/audio/carla/files/patch-source_backend_CarlaPlugin.hpp b/audio/carla/files/patch-source_backend_CarlaPlugin.hpp
deleted file mode 100644
index 2fada4949fdd..000000000000
--- a/audio/carla/files/patch-source_backend_CarlaPlugin.hpp
+++ /dev/null
@@ -1,14 +0,0 @@
-- workaround for https://github.com/falkTX/Carla/issues/1867
-- Carla was broken by the update of audio/liblo to 0.32
-
---- source/backend/CarlaPlugin.hpp.orig	2024-03-07 08:16:09 UTC
-+++ source/backend/CarlaPlugin.hpp
-@@ -24,7 +24,7 @@
- // -----------------------------------------------------------------------
- // Avoid including extra libs here
- 
--typedef void* lo_message;
-+typedef struct lo_message_ *lo_message;
- typedef struct _NativePluginDescriptor NativePluginDescriptor;
- struct LADSPA_RDF_Descriptor;
-