From: Russ Sharek Subject: [maintainer update] audio/gonic 0.18.0 -> 0.19.0 To: ports@openbsd.org Date: Sun, 2 Nov 2025 02:00:06 -0500 Howdy PortsFriends! Here's an update for gonic to v0.19.0 I've been running it on amd64 on my own network for about a week, and it's been as solid/stable as ever. There were a few WANTLIB changes. If someone could check that I got those right, I'd appreciate it. Otherwise, OK please? Index: Makefile =================================================================== RCS file: /cvs/ports/audio/gonic/Makefile,v diff -u -p -r1.4 Makefile --- Makefile 1 Oct 2025 20:21:44 -0000 1.4 +++ Makefile 29 Oct 2025 05:11:59 -0000 @@ -1,7 +1,7 @@ COMMENT = music streaming server / subsonic server API implementation MODGO_MODNAME = go.senan.xyz/gonic -MODGO_VERSION = v0.18.0 +MODGO_VERSION = v0.19.0 DISTNAME = gonic-${MODGO_VERSION} @@ -14,9 +14,7 @@ MAINTAINER = Russ Sharek