Here's an update for termsonic to v0.3 Builds and runs nicely on amd64. I've been testing it against a newer version of gonic, a port which I plan on updating soon. -R. Index: Makefile =================================================================== RCS file: /cvs/ports/audio/termsonic/Makefile,v diff -u -p -r1.2 Makefile --- Makefile 10 Jan 2025 07:49:04 -0000 1.2 +++ Makefile 25 Jul 2026 16:07:19 -0000 @@ -1,6 +1,6 @@ COMMENT = Subsonic client running in your terminal -DISTNAME = termsonic-0.2 +DISTNAME = termsonic-0.3 REVISION = 0 CATEGORIES = audio @@ -8,10 +8,10 @@ CATEGORIES = audio HOMEPAGE = https://git.sixfoisneuf.fr/termsonic/ # tarball created with: -# git clone --branch v0.2 --single-branch https://git.sixfoisneuf.fr/termsonic/ +# git clone --branch v0.3 --single-branch https://git.sixfoisneuf.fr/termsonic/ # cd termsonic; go mod vendor -# cd ../; mv termsonic termsonic-0.2 -# tar -czvf termsonic-0.2.tar.gz termsonic-0.2 +# cd ../; mv termsonic termsonic-0.3 +# tar -czvf termsonic-0.3.tar.gz termsonic-0.3 SITES = https://russ.whirling.top/distfiles/ @@ -36,7 +36,7 @@ do-build: post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/termsonic - ${SUBST_DATA} ${WRKSRC}/config.toml.example \ + ${SUBST_DATA} ${WRKSRC}/termsonic.toml.example \ ${PREFIX}/share/examples/termsonic/termsonic.toml .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /cvs/ports/audio/termsonic/distinfo,v diff -u -p -r1.1.1.1 distinfo --- distinfo 30 Dec 2024 17:06:46 -0000 1.1.1.1 +++ distinfo 25 Jul 2026 16:07:19 -0000 @@ -1,2 +1,2 @@ -SHA256 (termsonic-0.2.tar.gz) = Qs2i0Eoyu3D/w0zvqFOBRDPbC7PUdD7eUXiCPYJG6XY= -SIZE (termsonic-0.2.tar.gz) = 4000526 +SHA256 (termsonic-0.3.tar.gz) = we36RCmriFQbjiT94PfwuqK+F+u50O1zYM7Ko/6zH4g= +SIZE (termsonic-0.3.tar.gz) = 4203093
No comments:
Post a Comment