Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Mar 2026 07:49:38 +0000
From:      Yusuf Yaman <nxjoseph@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Cc:        ports@foss-daily.org <ports@foss-daily.org>
Subject:   git: abc779069b2d - 2026Q1 - www/gitea: Update 1.25.4 => 1.25.5
Message-ID:  <69c39392.19ec4.7209630b@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch 2026Q1 has been updated by nxjoseph:

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

commit abc779069b2d4bc3fd432ef0ba12fea29f20e3e4
Author:     ports@foss-daily.org <ports@foss-daily.org>
AuthorDate: 2026-03-23 21:58:25 +0000
Commit:     Yusuf Yaman <nxjoseph@FreeBSD.org>
CommitDate: 2026-03-25 07:48:58 +0000

    www/gitea: Update 1.25.4 => 1.25.5
    
    While here, specify minimum Go version since in 2026Q1
    Go default is 1.24 and gitea requires minimum 1.25.
    
    Release notes:
    https://blog.gitea.com/release-of-1.25.5/
    
    Changelog:
    https://github.com/go-gitea/gitea/releases/tag/v1.25.5
    
    PR:             293986
    Reported by:    ports@foss-daily.org (maintainer)
    Approved by:    maintainer, vvd (mentor)
    MFH:            2026Q1
    
    (cherry picked from commit 84595ff66fad03b7d4e8e872acdf7753acfbdc88)
---
 www/gitea/Makefile | 4 ++--
 www/gitea/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/www/gitea/Makefile b/www/gitea/Makefile
index af39e71dee7a..dbd76b9dc5f4 100644
--- a/www/gitea/Makefile
+++ b/www/gitea/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	gitea
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.25.4
+DISTVERSION=	1.25.5
 CATEGORIES=	www
 MASTER_SITES=	https://github.com/go-gitea/gitea/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/ \
 		https://dl.gitea.io/gitea/${DISTVERSION}/
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	git:devel/git
 
-USES=		cpe gmake go:no_targets
+USES=		cpe gmake go:1.25+,no_targets
 USE_RC_SUBR=	gitea
 
 EXTRACT_AFTER_ARGS=	--strip-components 1 # since 1.17.0, archive includes gitea-src-VERSION directory
diff --git a/www/gitea/distinfo b/www/gitea/distinfo
index e3ea1487770c..ea99579ecc0f 100644
--- a/www/gitea/distinfo
+++ b/www/gitea/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1771521759
-SHA256 (gitea-src-1.25.4.tar.gz) = 2c067547343c5c0763d3370d82c81ef4c6e511fe342b300e5a687f664f3b405e
-SIZE (gitea-src-1.25.4.tar.gz) = 46007562
+TIMESTAMP = 1774223894
+SHA256 (gitea-src-1.25.5.tar.gz) = 94ac565aa9da5b80e784db53598e5b10a2e41c655c07f064050675bd97ef51f1
+SIZE (gitea-src-1.25.5.tar.gz) = 46033177


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69c39392.19ec4.7209630b>