diff options
| author | Santhosh Raju <fox@FreeBSD.org> | 2025-12-06 16:42:11 +0000 |
|---|---|---|
| committer | Santhosh Raju <fox@FreeBSD.org> | 2025-12-06 16:42:11 +0000 |
| commit | 39296a587fe0cc36e11f3f0c84cac159f8b182f3 (patch) | |
| tree | 5dc7a95c550b619753220d83b662823923630cd3 | |
| parent | 102845cc32a3b4cd9b487ddea1935ec6d7fdcffb (diff) | |
www/opengist: Remove pinned deprecated version of go.
Depend on latest version of go from now on.
| -rw-r--r-- | www/opengist/Makefile | 5 |
1 files changed, 1 insertions, 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 |
