hi,
3 years after the last release, here's a simple diff
mpdscribble 0.26 - (2026-06-26)
* add ignore lists
* require libfmt
* require Meson 1.2 or later
* fix build with glibc 2.43
* fix build failure after CURL 8.19 API change
* support libfmt 12.2.0
* switch to C++23
ok ?
Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/mpdscribble/Makefile,v
diff -u -r1.14 Makefile
--- Makefile 13 Apr 2026 03:42:56 -0000 1.14
+++ Makefile 27 Jul 2026 07:55:51 -0000
@@ -1,6 +1,6 @@
COMMENT = mpd client to scrobble track info to last.fm
-V = 0.25
+V = 0.26
DISTNAME = mpdscribble-$V
EXTRACT_SUFX = .tar.xz
@@ -16,13 +16,14 @@
# C++
COMPILER = base-clang ports-gcc
-WANTLIB += c curl gcrypt mpdclient
+WANTLIB += c curl fmt gcrypt mpdclient
WANTLIB += ${COMPILER_LIBCXX} m
SITES = http://www.musicpd.org/download/mpdscribble/$V/
LIB_DEPENDS = net/curl \
audio/libmpdclient \
+ devel/fmt \
security/libgcrypt
MODULES = devel/meson
Index: distinfo
===================================================================
RCS file: /cvs/ports/audio/mpdscribble/distinfo,v
diff -u -r1.4 distinfo
--- distinfo 6 May 2024 21:13:49 -0000 1.4
+++ distinfo 27 Jul 2026 07:55:51 -0000
@@ -1,2 +1,2 @@
-SHA256 (mpdscribble-0.25.tar.xz) = IPidlFv1F8TWi/d6d6NZ/bE4QqsSlejSHtp5vitbNc4=
-SIZE (mpdscribble-0.25.tar.xz) = 68732
+SHA256 (mpdscribble-0.26.tar.xz) = udWCm4nEZXByVsFAAA4aBLHZ06/lDbRqhDz17lS/Ywk=
+SIZE (mpdscribble-0.26.tar.xz) = 79156