git: 19068496a921 - main - www/gitea: Update to 1.15.4

From: Adam Weinberger <adamw_at_FreeBSD.org>
Date: Mon, 11 Oct 2021 15:56:58 UTC
The branch main has been updated by adamw:

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

commit 19068496a92189231561320998eb6057a367ad37
Author:     Stefan Bethke <stb@lassitu.de>
AuthorDate: 2021-10-11 15:55:40 +0000
Commit:     Adam Weinberger <adamw@FreeBSD.org>
CommitDate: 2021-10-11 15:56:55 +0000

    www/gitea: Update to 1.15.4
    
    Release notes: https://blog.gitea.io/2021/10/gitea-1.15.4-is-released/
    
    PR:             259043
---
 www/gitea/Makefile    |  2 +-
 www/gitea/distinfo    |  6 +++---
 www/gitea/pkg-message | 10 ++++++++++
 3 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/www/gitea/Makefile b/www/gitea/Makefile
index 3df2c6e9c41e..f46d0a872c29 100644
--- a/www/gitea/Makefile
+++ b/www/gitea/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	gitea
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.15.3
+DISTVERSION=	1.15.4
 CATEGORIES=	www
 MASTER_SITES=	https://github.com/go-gitea/gitea/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/
 DISTNAME=	gitea-src-${DISTVERSION}
diff --git a/www/gitea/distinfo b/www/gitea/distinfo
index 0b425fb4b93e..c306e7e5a43d 100644
--- a/www/gitea/distinfo
+++ b/www/gitea/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1632328620
-SHA256 (gitea-src-1.15.3.tar.gz) = afc14ff631080a18385c36f4005f6b8900693425667dfad5234cb323cdeac00d
-SIZE (gitea-src-1.15.3.tar.gz) = 48671233
+TIMESTAMP = 1633967425
+SHA256 (gitea-src-1.15.4.tar.gz) = 52c69303a6c8e69af7bdbbcede3167f00f2a5518b7f397db889403d3d52dfd7d
+SIZE (gitea-src-1.15.4.tar.gz) = 48693539
diff --git a/www/gitea/pkg-message b/www/gitea/pkg-message
index 02fcda1382d1..7f100837b709 100644
--- a/www/gitea/pkg-message
+++ b/www/gitea/pkg-message
@@ -17,4 +17,14 @@ the documentation at https://docs.gitea.io/en-us/customizing-gitea/ and
 the release notes.
 EOM
 }
+{ type: upgrade
+  maximum_version: 1.15.1
+  message: <<EOM
+We remind users that a bug was discovered with gitea dump in 1.14.3–1.14.6
+and 1.15.0.  Database dumps from these versions cause broken fields in the
+repo_unit and login_source tables causing the issue identified in #16961.
+Users on 1.14.x must upgrade to 1.14.7 before running gitea dump.  See the
+release notes for more information.
+EOM
+}
 ]