Index | Thread | Search

From:
Stuart Henderson <stu@spacehopper.org>
Subject:
Re: [update] audio/portmidi 2.0.6 -> 2.0.8
To:
Raphael Graf <r@undefined.ch>
Cc:
ports@openbsd.org
Date:
Fri, 5 Dec 2025 11:57:22 +0000

Download raw body.

Thread
On 2025/12/05 00:56, Raphael Graf wrote:
> The changes are mostly cosmetic and not very relevant on OpenBSD.
> Changelog:
> https://github.com/PortMidi/portmidi/releases
> 
> ok?

ok.

> @@ -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")

seems a recurring problem upstream, would it be worth replacing this
with a sed e.g. in post-extract instead?