mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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 02c406b096
)
This commit is contained in:
parent
f5f3fd67b2
commit
73e23783a7
3 changed files with 11 additions and 5 deletions
7
UPDATING
7
UPDATING
|
@ -5,6 +5,13 @@ they are unavoidable.
|
|||
You should get into the habit of checking this file for changes each time
|
||||
you update your ports collection, before attempting any port upgrades.
|
||||
|
||||
20230414:
|
||||
AFFECTS: users of www/gitea
|
||||
AUTHOR: fernape@FreeBSD.org
|
||||
|
||||
Gitea 1.19.1 contains a breaking change.
|
||||
actions unit has ben renamed to to repo.actions.
|
||||
|
||||
20230318:
|
||||
AFFECTS: users of security/libressl
|
||||
AUTHOR: brnrd@FreeBSD.org
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
PORTNAME= gitea
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.19.0
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 1.19.1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://github.com/go-gitea/gitea/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/ \
|
||||
https://dl.gitea.io/gitea/${DISTVERSION}/
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1679363070
|
||||
SHA256 (gitea-src-1.19.0.tar.gz) = f670f35d2198c58c37e3f1249a3e3855d18b56146c18bd9ee607f2a323d4a864
|
||||
SIZE (gitea-src-1.19.0.tar.gz) = 55075556
|
||||
TIMESTAMP = 1681408536
|
||||
SHA256 (gitea-src-1.19.1.tar.gz) = 8b67b1c6056c42142da23264c8526005e8c28fa752468df411212d37d9fb55f9
|
||||
SIZE (gitea-src-1.19.1.tar.gz) = 55618243
|
||||
|
|
Loading…
Add table
Reference in a new issue