diff options
author | Stefan Bethke <stb@lassitu.de> | 2021-08-22 15:26:11 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2021-08-22 15:27:09 +0000 |
commit | 5e5e6b9aab99f8ca1752703f6965f4f5459228f4 (patch) | |
tree | 86fc1f7a771ca0010cb246853b09210f3190c216 | |
parent | 6da4b7abdb3d56fa4c810acfbd09c683026edac3 (diff) | |
download | ports-5e5e6b9aab99f8ca1752703f6965f4f5459228f4.tar.gz ports-5e5e6b9aab99f8ca1752703f6965f4f5459228f4.zip |
www/gitea: Update to 1.15.0
PR: 257994
-rw-r--r-- | www/gitea/Makefile | 2 | ||||
-rw-r--r-- | www/gitea/distinfo | 6 | ||||
-rw-r--r-- | 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 +} ] |