Date: Fri, 05 Dec 2025 18:00:18 +0000 From: Bernhard Froehlich <decke@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: bc222f424ee6 - main - www/yarr: Unbreak by removing Go version pinning Message-ID: <69331db2.bf5d.111a74d2@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=bc222f424ee6fc83f5ba2ea86fb514b166a94392 commit bc222f424ee6fc83f5ba2ea86fb514b166a94392 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2025-12-05 17:59:17 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2025-12-05 17:59:17 +0000 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}home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69331db2.bf5d.111a74d2>
