git: e18e42ea1894 - 2021Q3 - www/gitea: Update to 1.15.0

Adam Weinberger adamw at FreeBSD.org
Sun Aug 22 15:30:38 UTC 2021


The branch 2021Q3 has been updated by adamw:

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

commit e18e42ea1894582c1cd4549cd34542e765bbfd03
Author:     Stefan Bethke <stb at lassitu.de>
AuthorDate: 2021-08-22 15:26:11 +0000
Commit:     Adam Weinberger <adamw at FreeBSD.org>
CommitDate: 2021-08-22 15:30:29 +0000

    www/gitea: Update to 1.15.0
    
    PR:             257994
    (cherry picked from commit 5e5e6b9aab99f8ca1752703f6965f4f5459228f4)
---
 www/gitea/Makefile    | 2 +-
 www/gitea/distinfo    | 6 +++---
 www/gitea/pkg-message | 8 ++++++++
 3 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/www/gitea/Makefile b/www/gitea/Makefile
index d5c0103dbae8..aa0f02a60fa4 100644
--- a/www/gitea/Makefile
+++ b/www/gitea/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	gitea
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.14.6
+DISTVERSION=	1.15.0
 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 159f898661ae..e5db874f64a1 100644
--- a/www/gitea/distinfo
+++ b/www/gitea/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1629474979
-SHA256 (gitea-src-1.14.6.tar.gz) = 208a0e26569f303e8a83c65d7b72dca0af7b3ca2e6a8e50c40dde798882a7b5a
-SIZE (gitea-src-1.14.6.tar.gz) = 117871468
+TIMESTAMP = 1629616193
+SHA256 (gitea-src-1.15.0.tar.gz) = 5aee6bb55a10aa5ff45d692ccd83aa138409c4a518fc2b02a668e4681f84e877
+SIZE (gitea-src-1.15.0.tar.gz) = 48537339
diff --git a/www/gitea/pkg-message b/www/gitea/pkg-message
index 9d56799d63f2..02fcda1382d1 100644
--- a/www/gitea/pkg-message
+++ b/www/gitea/pkg-message
@@ -9,4 +9,12 @@ app.ini.sample), or allow Gitea to make the change for you by making the
 config file writable to the git user.
 EOM
 }
+{ type: upgrade
+  maximum_version: 1.15.0
+  message: <<EOM
+Some config file options have been changed in Gitea 1.15. Please refer to
+the documentation at https://docs.gitea.io/en-us/customizing-gitea/ and
+the release notes.
+EOM
+}
 ]


More information about the dev-commits-ports-branches mailing list