git: 39296a587fe0 - main - www/opengist: Remove pinned deprecated version of go.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 06 Dec 2025 16:49:04 UTC
The branch main has been updated by fox:
URL: https://cgit.FreeBSD.org/ports/commit/?id=39296a587fe0cc36e11f3f0c84cac159f8b182f3
commit 39296a587fe0cc36e11f3f0c84cac159f8b182f3
Author: Santhosh Raju <fox@FreeBSD.org>
AuthorDate: 2025-12-06 16:42:11 +0000
Commit: Santhosh Raju <fox@FreeBSD.org>
CommitDate: 2025-12-06 16:42:11 +0000
www/opengist: Remove pinned deprecated version of go.
Depend on latest version of go from now on.
---
www/opengist/Makefile | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/www/opengist/Makefile b/www/opengist/Makefile
index 399acf3a5111..e1982235fdf7 100644
--- a/www/opengist/Makefile
+++ b/www/opengist/Makefile
@@ -17,10 +17,7 @@ ONLY_FOR_ARCHS= aarch64 amd64
BUILD_DEPENDS= npm${NODEJS_SUFFIX}>0:www/npm${NODEJS_SUFFIX}
RUN_DEPENDS= git:devel/git
-USES= go:1.23,modules nodejs:20,build
-
-DEPRECATED= Uses old go, but try building without USES=go:someversion
-EXPIRATION_DATE=2026-01-01
+USES= go:modules nodejs:20,build
USE_GITHUB= nodefault
GH_ACCOUNT= thomiceli