Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Dec 2025 11:46:55 +0000
From:      Dave Cottlehuber <dch@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8bf65e292017 - main - www/go-anubis: relax USES=go constraint
Message-ID:  <693ff52f.bffc.33a53dcb@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by dch:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8bf65e2920170118a0a323f9f8215b1f87d95540

commit 8bf65e2920170118a0a323f9f8215b1f87d95540
Author:     Dave Cottlehuber <dch@FreeBSD.org>
AuthorDate: 2025-12-15 10:24:29 +0000
Commit:     Dave Cottlehuber <dch@FreeBSD.org>
CommitDate: 2025-12-15 11:45:41 +0000

    www/go-anubis: relax USES=go constraint
    
    Reported by:    adamw
    Sponsored by:   SkunkWerks, GmbH
---
 www/go-anubis/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/go-anubis/Makefile b/www/go-anubis/Makefile
index abcf0dee572e..faf2369a105d 100644
--- a/www/go-anubis/Makefile
+++ b/www/go-anubis/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	anubis
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.23.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	https://github.com/techarohq/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/
 PKGNAMEPREFIX=	go-
@@ -14,7 +14,7 @@ WWW=		https://anubis.techaro.lol/
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		go:1.24,no_targets
+USES=		go:no_targets
 USE_RC_SUBR=	${PORTNAME}
 
 ALL_TARGET=	prebaked-build


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?693ff52f.bffc.33a53dcb>