Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Nov 2023 03:47:34 GMT
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: fd41a938ad21 - 2023Q4 - www/gitea: update to 1.21.0
Message-ID:  <202311190347.3AJ3lYB2051720@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2023Q4 has been updated by fuz:

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

commit fd41a938ad21fb99eec0b7fb4feeb00123908f03
Author:     Stefan Bethke <stb@lassitu.de>
AuthorDate: 2023-11-16 21:44:50 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-19 03:47:26 +0000

    www/gitea: update to 1.21.0
    
    Changelog: https://blog.gitea.com/release-of-1.21.0/
    
    PR:             275096
    (cherry picked from commit c31527fa4e502fdc0d5489815721e6e0ba83ece1)
---
 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 6bdf1f39dea7..46df087afe58 100644
--- a/www/gitea/Makefile
+++ b/www/gitea/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	gitea
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.20.5
+DISTVERSION=	1.21.0
 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.21,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 d205dacaf5f9..011dfb106ba4 100644
--- a/www/gitea/distinfo
+++ b/www/gitea/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1696429433
-SHA256 (gitea-src-1.20.5.tar.gz) = 707fc01ec15739dbdf49f8fd01951dde5fd1958134ea8d41c99bb4bef190b97c
-SIZE (gitea-src-1.20.5.tar.gz) = 50448780
+TIMESTAMP = 1699991932
+SHA256 (gitea-src-1.21.0.tar.gz) = 69b12778b3b5f24aecff08d8e5122e4edf784bda2e4335b77f2bbd0404a11a93
+SIZE (gitea-src-1.21.0.tar.gz) = 53744981



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311190347.3AJ3lYB2051720>