git: bb4ed6c234a0 - main - audio/yoshimi: update 2.3.3 → 2.3.3.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 28 Sep 2024 04:08:19 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=bb4ed6c234a049f0890dc8cd679fb9a6ac6b7b93
commit bb4ed6c234a049f0890dc8cd679fb9a6ac6b7b93
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-09-28 03:00:08 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-09-28 03:00:08 +0000
audio/yoshimi: update 2.3.3 → 2.3.3.1
Reported by: portscout
---
audio/yoshimi/Makefile | 4 ++--
audio/yoshimi/distinfo | 6 +++---
audio/yoshimi/files/patch-src_Misc_Util.h | 20 --------------------
3 files changed, 5 insertions(+), 25 deletions(-)
diff --git a/audio/yoshimi/Makefile b/audio/yoshimi/Makefile
index 0844784875d4..ed39cdf5af9e 100644
--- a/audio/yoshimi/Makefile
+++ b/audio/yoshimi/Makefile
@@ -1,7 +1,7 @@
PORTNAME= yoshimi
-DISTVERSION= 2.3.3
+DISTVERSION= 2.3.3.1
CATEGORIES= audio
-MASTER_SITES= SF/${PORTNAME}/${DISTVERSION:R}
+MASTER_SITES= SF/${PORTNAME}/${DISTVERSION:R:R}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Sophisticated software synthesizer
diff --git a/audio/yoshimi/distinfo b/audio/yoshimi/distinfo
index eb76a98aaef9..6fcfcd24f77d 100644
--- a/audio/yoshimi/distinfo
+++ b/audio/yoshimi/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1727153140
-SHA256 (yoshimi-2.3.3.tar.bz2) = 8a8113154876ebdfa7ad795c09f4d5482ab468ea39b91eb3e7a9ffac03691df8
-SIZE (yoshimi-2.3.3.tar.bz2) = 8598435
+TIMESTAMP = 1727492082
+SHA256 (yoshimi-2.3.3.1.tar.bz2) = cb846ed7c4546a079c97f12712189078398540b62ecf218eebb45fcad25f1648
+SIZE (yoshimi-2.3.3.1.tar.bz2) = 8598779
diff --git a/audio/yoshimi/files/patch-src_Misc_Util.h b/audio/yoshimi/files/patch-src_Misc_Util.h
deleted file mode 100644
index 27889b93c031..000000000000
--- a/audio/yoshimi/files/patch-src_Misc_Util.h
+++ /dev/null
@@ -1,20 +0,0 @@
-- workaround for https://github.com/Yoshimi/yoshimi/issues/208
-
---- src/Misc/Util.h.orig 2024-09-24 04:50:23 UTC
-+++ src/Misc/Util.h
-@@ -21,14 +21,10 @@
- #ifndef UTIL_H
- #define UTIL_H
-
-+#include <set>
- #include <string>
-
- namespace std {// forward declarations to avoid pervasive includes
--
-- template<typename T>
-- class allocator;
-- template<typename K, typename CMP, class ALLO>
-- class set;
-
- template<typename IT, typename V>
- IT find (IT, IT, V const&);