Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Aug 2021 15:28:49 GMT
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5e5e6b9aab99 - main - www/gitea: Update to 1.15.0
Message-ID:  <202108221528.17MFSnVA031743@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by adamw:

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

commit 5e5e6b9aab99f8ca1752703f6965f4f5459228f4
Author:     Stefan Bethke <stb@lassitu.de>
AuthorDate: 2021-08-22 15:26:11 +0000
Commit:     Adam Weinberger <adamw@FreeBSD.org>
CommitDate: 2021-08-22 15:27:09 +0000

    www/gitea: Update to 1.15.0
    
    PR:             257994
---
 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
+}
 ]



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