git: 949b24944bb4 - main - audio/gmsynth-lv2: Update 0.5.1 -> 0.5.2

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 20 Nov 2022 21:50:09 UTC
The branch main has been updated by yuri:

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

commit 949b24944bb4ef97ee6effd04c1d86c085ae0b85
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-11-20 21:12:51 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-11-20 21:50:02 +0000

    audio/gmsynth-lv2: Update 0.5.1 -> 0.5.2
    
    Reported by:    portscout
---
 audio/gmsynth-lv2/Makefile             |  4 ++--
 audio/gmsynth-lv2/distinfo             |  6 +++---
 audio/gmsynth-lv2/files/patch-Makefile | 11 -----------
 3 files changed, 5 insertions(+), 16 deletions(-)

diff --git a/audio/gmsynth-lv2/Makefile b/audio/gmsynth-lv2/Makefile
index c32d6dc144df..d52187de6603 100644
--- a/audio/gmsynth-lv2/Makefile
+++ b/audio/gmsynth-lv2/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	gmsynth
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.5.1
+DISTVERSION=	0.5.2
 CATEGORIES=	audio
 PKGNAMESUFFIX=	-lv2
 
@@ -33,6 +33,6 @@ OPTIONS_DEFINE_i386=	SIMD
 OPTIONS_DEFAULT_amd64=	SIMD
 OPTIONS_DEFAULT_i386=	SIMD
 
-SIMD_MAKE_ENV=		PORT_SIMD_FLAGS="-msse -msse2 -mfpmath=sse"
+SIMD_MAKE_ENV=		HAVE_SSE=yes
 
 .include <bsd.port.mk>
diff --git a/audio/gmsynth-lv2/distinfo b/audio/gmsynth-lv2/distinfo
index 65db179a76fa..e358171f9fcc 100644
--- a/audio/gmsynth-lv2/distinfo
+++ b/audio/gmsynth-lv2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1667864090
-SHA256 (x42-gmsynth.lv2-v0.5.1_GH0.tar.gz) = e8382b2263f1bd2c9791ba34a33b7a2ca94ba19d45957f075898416f56ccfa4d
-SIZE (x42-gmsynth.lv2-v0.5.1_GH0.tar.gz) = 28951324
+TIMESTAMP = 1668973378
+SHA256 (x42-gmsynth.lv2-v0.5.2_GH0.tar.gz) = 6019cbf497bdcf720031111ec3f20e1ffce3ed674dda2dada439f76bb5a7d6e3
+SIZE (x42-gmsynth.lv2-v0.5.2_GH0.tar.gz) = 28951255
diff --git a/audio/gmsynth-lv2/files/patch-Makefile b/audio/gmsynth-lv2/files/patch-Makefile
deleted file mode 100644
index 5dcc6adcb94c..000000000000
--- a/audio/gmsynth-lv2/files/patch-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.orig	2022-10-31 15:07:16 UTC
-+++ Makefile
-@@ -26,7 +26,7 @@ ifneq (,$(findstring 86,$(MACHINE)))
- endif
- 
- ifeq ($(HAVE_SSE),yes)
--  OPTIMIZATIONS ?= -msse -msse2 -mfpmath=sse --fast-math -fomit-frame-pointer -O3 -fno-finite-math-only -DNDEBUG
-+  OPTIMIZATIONS ?= $(PORT_SIMD_FLAGS) -ffast-math -fomit-frame-pointer -O3 -fno-finite-math-only -DNDEBUG
- else
-   OPTIMIZATIONS ?= -fomit-frame-pointer -O3 -fno-finite-math-only -DNDEBUG
- endif