Download raw body.
audio/squeezelite: update to 2.0.0.1561
Hi, An update to squeezelite. I'm (blindly) hoping that this might fix an intermittent bug I'm facing where occasionally the client gets stuck when the track changes. Tested a bit this morning. Didn't see any problems. OK to commit now, or wait for after release? Index: Makefile =================================================================== RCS file: /cvs/ports/audio/squeezelite/Makefile,v diff -u -p -r1.22 Makefile --- Makefile 30 Mar 2025 22:23:54 -0000 1.22 +++ Makefile 8 Apr 2026 11:31:21 -0000 @@ -3,10 +3,10 @@ COMMENT= lightweight headless squeezebox # Find this in squeezelite.h. # It's the developer's internal subversion ID before he pushes it to github: # https://github.com/ralph-irving/squeezelite/issues/29#issuecomment-319686292 -V= 2.0.0.1524 +V= 2.0.0.1561 GH_ACCOUNT= ralph-irving GH_PROJECT= squeezelite -GH_COMMIT= db51a7b16934f41b72437394bf8114c3a85e0a91 +GH_COMMIT= e977d1045f5f4c1a51ba0d66387f26fd19a2f42a DISTNAME= squeezelite-$V CATEGORIES= audio Index: distinfo =================================================================== RCS file: /cvs/ports/audio/squeezelite/distinfo,v diff -u -p -r1.7 distinfo --- distinfo 30 Mar 2025 22:23:54 -0000 1.7 +++ distinfo 8 Apr 2026 11:31:25 -0000 @@ -1,2 +1,2 @@ -SHA256 (squeezelite-2.0.0.1524-db51a7b1.tar.gz) = aaW/codL8Q3aDNMBovCNqra0hELqhLXjcpURkVpuHuc= -SIZE (squeezelite-2.0.0.1524-db51a7b1.tar.gz) = 173466 +SHA256 (squeezelite-2.0.0.1561-e977d104.tar.gz) = MvCyWIjkANz1cfkVkHnbEnWmdNQ+hWchel1nP9OPTMo= +SIZE (squeezelite-2.0.0.1561-e977d104.tar.gz) = 173390 Index: patches/patch-squeezelite_h =================================================================== RCS file: patches/patch-squeezelite_h diff -N patches/patch-squeezelite_h --- patches/patch-squeezelite_h 14 May 2023 12:10:42 -0000 1.4 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,12 +0,0 @@ -Index: squeezelite.h ---- squeezelite.h.orig -+++ squeezelite.h -@@ -61,7 +61,7 @@ - #define WIN 1 - #define PORTAUDIO 1 - #define FREEBSD 0 --#elif defined(__FreeBSD__) -+#elif defined(__FreeBSD__) || defined(__OpenBSD__) - #define LINUX 0 - #define OSX 0 - #define WIN 0 -- Best Regards Edd Barrett https://www.theunixzoo.co.uk
audio/squeezelite: update to 2.0.0.1561