From: Steven Mestdagh Subject: UPDATE: audio/mpdscribble To: ports@openbsd.org Date: Thu, 2 May 2024 22:25:18 +0200 overdue maintenance update; works fine here on amd64. ok? Index: Makefile =================================================================== RCS file: /cvs/ports/audio/mpdscribble/Makefile,v diff -u -p -u -r1.10 Makefile --- Makefile 5 Sep 2023 16:13:40 -0000 1.10 +++ Makefile 2 May 2024 20:15:52 -0000 @@ -1,8 +1,8 @@ COMMENT = mpd client to scrobble track info to last.fm -V = 0.22 +V = 0.25 DISTNAME = mpdscribble-$V -REVISION = 2 +EXTRACT_SUFX = .tar.xz CATEGORIES = audio @@ -13,19 +13,19 @@ MAINTAINER = Steven Mestdagh