From bc222f424ee6fc83f5ba2ea86fb514b166a94392 Mon Sep 17 00:00:00 2001 From: Bernhard Froehlich Date: Fri, 5 Dec 2025 17:59:17 +0000 Subject: [PATCH] www/yarr: Unbreak by removing Go version pinning --- www/yarr/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/www/yarr/Makefile b/www/yarr/Makefile index 12e94df12b7e..6d77d006fc4e 100644 --- a/www/yarr/Makefile +++ b/www/yarr/Makefile @@ -1,6 +1,7 @@ PORTNAME= yarr DISTVERSIONPREFIX=v DISTVERSION= 2.6 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= decke@FreeBSD.org @@ -10,10 +11,7 @@ WWW= https://github.com/nkanaev/yarr LICENSE= MIT LICENSE_FILE= ${WRKSRC}/license -USES= go:1.23,modules - -DEPRECATED= Uses old go, but try building without USES=go:someversion -EXPIRATION_DATE=2026-01-01 +USES= go:modules USE_RC_SUBR= ${PORTNAME}