Created attachment 241462 [details] Patch to update the gitea port to 1.19.1 Update gitea to 1.19.1 This release contains one breaking change regarding the new Actions functionality, and a large number of bugfixes and enhancements. See the release notes for details. Release notes: https://blog.gitea.io/2023/04/gitea-1.19.1-is-released/
^Triage: If there is a changelog or release notes URL available for this version, please add it to the URL field. ^Triage: Please set the maintainer-approval attachment flag (to +) on patches for ports you maintain to signify approval. -- Attachment -> Details -> maintainer-approval [+] ^Triage: Maintainer-feedback flag (+) not required unless requested (?) first. Thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=02c406b096d980e385fcb4f55fdc03d4d61f8782 commit 02c406b096d980e385fcb4f55fdc03d4d61f8782 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:25:02 +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) UPDATING | 7 +++++++ www/gitea/Makefile | 3 +-- www/gitea/distinfo | 6 +++--- 3 files changed, 11 insertions(+), 5 deletions(-)
A commit in branch 2023Q2 references this bug: 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(-)
Committed and merged to 2023Q2, Thanks!