diff --git a/audio/yoshimi/Makefile b/audio/yoshimi/Makefile index 0844784875d4..ed39cdf5af9e 100644 --- a/audio/yoshimi/Makefile +++ b/audio/yoshimi/Makefile @@ -1,35 +1,35 @@ 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 WWW= https://yoshimi.github.io/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:math/fftw3 \ dssi>0:audio/dssi \ lv2>0:audio/lv2 LIB_DEPENDS= libargp.so:devel/argp-standalone \ libfftw3f.so:math/fftw3-float \ libfltk.so:x11-toolkits/fltk \ libjack.so:audio/jack \ libmxml.so:textproc/mxml USES= cmake compiler:c++17-lang desktop-file-utils gnome ncurses pkgconfig readline tar:bz2 USE_GNOME= cairo CMAKE_SOURCE_PATH= ${WRKSRC}/src LDFLAGS+= -Wl,--as-needed PORTDATA= * PORTDOCS= * OPTIONS_DEFINE= DOCS # ALSA can also be enabled, but its build fails, see https://github.com/Yoshimi/yoshimi/issues/175 .include 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 - #include - - namespace std {// forward declarations to avoid pervasive includes -- -- template -- class allocator; -- template -- class set; - - template - IT find (IT, IT, V const&);