Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 Dec 2025 09:20: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: e38a1ffe0ad4 - main - www/xurls: Use the default version of Go language
Message-ID:  <693546d5.2ea9e.7d7b4b98@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=e38a1ffe0ad4005840a2be7178a929858e2f26fc

commit e38a1ffe0ad4005840a2be7178a929858e2f26fc
Author:     Nicola Vitale <nivit@FreeBSD.org>
AuthorDate: 2025-12-07 09:18:49 +0000
Commit:     Nicola Vitale <nivit@FreeBSD.org>
CommitDate: 2025-12-07 09:18:49 +0000

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

diff --git a/www/xurls/Makefile b/www/xurls/Makefile
index 41c2511b0125..b522e9f44cb3 100644
--- a/www/xurls/Makefile
+++ b/www/xurls/Makefile
@@ -11,10 +11,7 @@ WWW=		https://github.com/mvdan/xurls
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		go:1.22,modules
-
-DEPRECATED=	Uses old go, but try building without USES=go:someversion
-EXPIRATION_DATE=2026-01-01
+USES=		go:modules
 
 GO_MODULE=	mvdan.cc/xurls/v2
 GO_TARGET=	${WRKSRC}/cmd/${PORTNAME}:${PREFIX}/bin/${PORTNAME}


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?693546d5.2ea9e.7d7b4b98>