Download raw body.
[NEW] audio/termsonic v0.2
On Sat, Dec 21, 2024 at 09:52:06AM GMT, Stuart Henderson wrote:
> A few suggested tweaks (and rm -r files)
>
>
> --- Makefile.orig Sat Dec 21 09:43:57 2024
> +++ Makefile Sat Dec 21 09:50:15 2024
> @@ -1,4 +1,4 @@
> -COMMENT = A Subsonic client running in your terminal
> +COMMENT = Subsonic client running in your terminal
>
> DISTNAME = termsonic-0.2
>
> @@ -12,10 +12,8 @@ HOMEPAGE = https://git.sixfoisneuf.fr/termsonic/
> # cd ../; mv termsonic termsonic-0.2
> # tar -czvf termsonic-0.2.tar.gz termsonic-0.2
>
> -DISTFILES.bsdclown = termsonic-0.2.tar.gz
> +SITES = https://russ.whirling.top/distfiles/
>
> -SITES.bsdclown = https://russ.whirling.top/distfiles/
> -
> MAINTAINER = Russ Sharek <bsdclown@disroot.org>
>
> # GPL3
> @@ -35,7 +33,7 @@ do-build:
>
> post-install:
> ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/termsonic
> - ${SUBST_DATA} ${FILESDIR}/termsonic.toml \
> + ${SUBST_DATA} ${WRKSRC}/config.toml.example \
> ${PREFIX}/share/examples/termsonic/termsonic.toml
>
> .include <bsd.port.mk>
Thank you for these notes!
I've merged in the changes above, and have attached a revision of the
port in progress.
OK?
[NEW] audio/termsonic v0.2