Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 Dec 2025 09:16:42 +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: ea5e7a996bcf - main - www/shiori: Use the default version of Go language
Message-ID:  <693545fa.2dc62.70ecd4c0@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=ea5e7a996bcf90a10b74f95183fd1b9d75da2ec9

commit ea5e7a996bcf90a10b74f95183fd1b9d75da2ec9
Author:     Nicola Vitale <nivit@FreeBSD.org>
AuthorDate: 2025-12-07 09:15:28 +0000
Commit:     Nicola Vitale <nivit@FreeBSD.org>
CommitDate: 2025-12-07 09:15:28 +0000

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

diff --git a/www/shiori/Makefile b/www/shiori/Makefile
index 7ebab0d59ed0..b0c10cf2de2e 100644
--- a/www/shiori/Makefile
+++ b/www/shiori/Makefile
@@ -11,12 +11,9 @@ WWW=		https://github.com/go-shiori/shiori
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		go:1.23,modules
+USES=		go:modules
 USE_RC_SUBR=	${PORTNAME}
 
-DEPRECATED=	Uses old go, but try building without USES=go:someversion
-EXPIRATION_DATE=2026-01-01
-
 GO_MODULE=	github.com/go-shiori/shiori
 
 SUB_LIST=	USER=${USERS:[1]} \


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?693545fa.2dc62.70ecd4c0>