Re: git: 325d8ca626df - main - audio/noson: Add noson C++ library for accessing SONOS devices

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sat, 26 Jul 2025 06:26:01 UTC
On 2025-07-25 17:47, Tilman Keskinoz wrote:
> The branch main has been updated by arved:
>
> URL:https://cgit.FreeBSD.org/ports/commit/?id=325d8ca626dfe4dccf97828616241cdd09e63b8a
>
> commit 325d8ca626dfe4dccf97828616241cdd09e63b8a
> Author:     Tilman Keskinoz<arved@FreeBSD.org>
> AuthorDate: 2025-07-25 15:44:29 +0000
> Commit:     Tilman Keskinoz<arved@FreeBSD.org>
> CommitDate: 2025-07-25 15:44:29 +0000
>
>      audio/noson: Add noson C++ library for accessing SONOS devices
> ---
>   audio/Makefile        |  1 +
>   audio/noson/Makefile  | 25 +++++++++++++++++++++++++
>   audio/noson/distinfo  |  3 +++
>   audio/noson/pkg-descr |  2 ++
>   audio/noson/pkg-plist | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
>   5 files changed, 80 insertions(+)

Hi,

Please consider adding "make test" by adding "TEST_TARGET= test" to Makefile

Best regards,
Daniel