Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 Dec 2025 09:09:21 +0000
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 511540760b4c - main - audio/sonicradio: Use the default version of Go language
Message-ID:  <69354441.2aff0.107c4c92@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by nivit:

URL: https://cgit.FreeBSD.org/ports/commit/?id=511540760b4c75a54cdbec76db6e61fa39c56545

commit 511540760b4c75a54cdbec76db6e61fa39c56545
Author:     Nicola Vitale <nivit@FreeBSD.org>
AuthorDate: 2025-12-07 09:03:57 +0000
Commit:     Nicola Vitale <nivit@FreeBSD.org>
CommitDate: 2025-12-07 09:03:57 +0000

    audio/sonicradio: Use the default version of Go language
    
    - Undeprecate the port
    
    Reported by:    adamw (via email)
---
 audio/sonicradio/Makefile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/audio/sonicradio/Makefile b/audio/sonicradio/Makefile
index 4b62d5a6a0e8..0b4267828df3 100644
--- a/audio/sonicradio/Makefile
+++ b/audio/sonicradio/Makefile
@@ -12,12 +12,9 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libasound.so:audio/alsa-lib
 
-USES=		go:1.23,modules pkgconfig
+USES=		go:modules pkgconfig
 GO_MODULE=	github.com/dancnb/sonicradio
 
-DEPRECATED=	Uses old go, but try building without USES=go:someversion
-EXPIRATION_DATE=2026-01-01
-
 PLIST_FILES=	bin/sonicradio
 
 .include <bsd.port.mk>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69354441.2aff0.107c4c92>