Index | Thread | Search

From:
Raphael Graf <r@undefined.ch>
Subject:
[update] audio/portmidi 2.0.6 -> 2.0.8
To:
ports@openbsd.org
Date:
Fri, 5 Dec 2025 00:56:42 +0100

Download raw body.

Thread
The changes are mostly cosmetic and not very relevant on OpenBSD.
Changelog:
https://github.com/PortMidi/portmidi/releases

ok?



Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/portmidi/Makefile,v
retrieving revision 1.9
diff -u -p -u -p -r1.9 Makefile
--- Makefile	24 Jun 2025 14:54:49 -0000	1.9
+++ Makefile	4 Dec 2025 23:55:23 -0000
@@ -2,7 +2,7 @@ COMMENT =	library for real time input an
 
 GH_ACCOUNT =	PortMidi
 GH_PROJECT =	portmidi
-GH_TAGNAME =	v2.0.6
+GH_TAGNAME =	v2.0.8
 
 SHARED_LIBS =	portmidi	2.0
 
@@ -20,7 +20,5 @@ MODULES =	devel/cmake
 CONFIGURE_ARGS+= -DUSE_SNDIO=ON
 
 NO_TEST =	Yes
-
-FIX_CRLF_FILES = pm_common/pmutil.h
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/audio/portmidi/distinfo,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 distinfo
--- distinfo	24 Jun 2025 14:54:49 -0000	1.3
+++ distinfo	4 Dec 2025 23:55:23 -0000
@@ -1,2 +1,2 @@
-SHA256 (portmidi-2.0.6.tar.gz) = gdIrNAUWIc1WyNXvEpCO8qWXZMnN+6ba5Hqr3bcayRQ=
-SIZE (portmidi-2.0.6.tar.gz) = 193068
+SHA256 (portmidi-2.0.8.tar.gz) = 8hIB1MwjNjjXu27inubezlT2ycGut5ibyXgAHKry9mY=
+SIZE (portmidi-2.0.8.tar.gz) = 190833
Index: patches/patch-CMakeLists_txt
===================================================================
RCS file: /cvs/ports/audio/portmidi/patches/patch-CMakeLists_txt,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 patch-CMakeLists_txt
--- patches/patch-CMakeLists_txt	24 Jun 2025 14:54:49 -0000	1.4
+++ patches/patch-CMakeLists_txt	4 Dec 2025 23:55:23 -0000
@@ -8,8 +8,8 @@ Index: CMakeLists.txt
  # Versions are now in the form x.y.z
  # Changed 1.0 to 2.0 because API is extended with virtual ports:
  set(SOVERSION "2")
--set(VERSION "2.0.4")
-+set(VERSION "2.0.6")
+-set(VERSION "2.0.7")
++set(VERSION "2.0.8")
  
  project(portmidi VERSION "${VERSION}"
                   DESCRIPTION "Cross-Platform MIDI IO")
Index: patches/patch-pm_common_CMakeLists_txt
===================================================================
RCS file: /cvs/ports/audio/portmidi/patches/patch-pm_common_CMakeLists_txt,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 patch-pm_common_CMakeLists_txt
--- patches/patch-pm_common_CMakeLists_txt	24 Jun 2025 14:54:49 -0000	1.4
+++ patches/patch-pm_common_CMakeLists_txt	4 Dec 2025 23:55:23 -0000
@@ -3,7 +3,7 @@
 Index: pm_common/CMakeLists.txt
 --- pm_common/CMakeLists.txt.orig
 +++ pm_common/CMakeLists.txt
-@@ -37,9 +37,10 @@ set(PM_LIB_PUBLIC_SRC ${PMDIR}/pm_common/portmidi.c
+@@ -44,9 +44,10 @@ set(PM_LIB_PUBLIC_SRC ${PMDIR}/pm_common/portmidi.c
                        ${PMDIR}/pm_common/pmutil.c
                        ${PMDIR}/porttime/porttime.c)
  add_library(portmidi ${PM_LIB_PUBLIC_SRC})