Date: Fri, 14 Apr 2023 15:33:16 GMT From: =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 73e23783a7f6 - 2023Q2 - www/gitea: update to 1.19.1 Message-ID: <202304141533.33EFXGVZ039851@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2023Q2 has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=73e23783a7f6861bcc1b626c2d829b4e6a6c3e4d commit 73e23783a7f6861bcc1b626c2d829b4e6a6c3e4d Author: Stefan Bethke <stb@lassitu.de> AuthorDate: 2023-04-14 08:56:02 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2023-04-14 15:28:21 +0000 www/gitea: update to 1.19.1 ChangeLog: https://blog.gitea.io/2023/04/gitea-1.19.1-is-released/ Add UPDATING entry for breaking change. PR: 270819 Reported by: stb@lassitu.de (maintainer) MFH: 2023Q2 (many bugfixes) (cherry picked from commit 02c406b096d980e385fcb4f55fdc03d4d61f8782) --- UPDATING | 7 +++++++ www/gitea/Makefile | 3 +-- www/gitea/distinfo | 6 +++--- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/UPDATING b/UPDATING index 18cd305eff2b..17c69783f5d2 100644 --- a/UPDATING +++ b/UPDATING @@ -5,6 +5,13 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20230414: + AFFECTS: users of www/gitea + AUTHOR: fernape@FreeBSD.org + + Gitea 1.19.1 contains a breaking change. + actions unit has ben renamed to to repo.actions. + 20230318: AFFECTS: users of security/libressl AUTHOR: brnrd@FreeBSD.org diff --git a/www/gitea/Makefile b/www/gitea/Makefile index 0b504cc1a76e..56a3ec516c8d 100644 --- a/www/gitea/Makefile +++ b/www/gitea/Makefile @@ -1,7 +1,6 @@ PORTNAME= gitea DISTVERSIONPREFIX= v -DISTVERSION= 1.19.0 -PORTREVISION= 1 +DISTVERSION= 1.19.1 CATEGORIES= www MASTER_SITES= https://github.com/go-gitea/gitea/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/ \ https://dl.gitea.io/gitea/${DISTVERSION}/ diff --git a/www/gitea/distinfo b/www/gitea/distinfo index aa6f447fe8c2..8a24c3d2d21d 100644 --- a/www/gitea/distinfo +++ b/www/gitea/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1679363070 -SHA256 (gitea-src-1.19.0.tar.gz) = f670f35d2198c58c37e3f1249a3e3855d18b56146c18bd9ee607f2a323d4a864 -SIZE (gitea-src-1.19.0.tar.gz) = 55075556 +TIMESTAMP = 1681408536 +SHA256 (gitea-src-1.19.1.tar.gz) = 8b67b1c6056c42142da23264c8526005e8c28fa752468df411212d37d9fb55f9 +SIZE (gitea-src-1.19.1.tar.gz) = 55618243
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304141533.33EFXGVZ039851>