www/forgejo: Update to 9.0.0

Changelog: https://codeberg.org/forgejo/forgejo/milestone/7235

PR:	282153
This commit is contained in:
Stefan Bethke 2024-10-20 21:55:52 +02:00 committed by Joel Bodenmann
parent abd8ef3b5a
commit c88a65a9a7
3 changed files with 13 additions and 5 deletions

View file

@ -1,6 +1,6 @@
PORTNAME= forgejo
DISTVERSIONPREFIX= v
DISTVERSION= 8.0.3
DISTVERSION= 9.0.0
CATEGORIES= www
MASTER_SITES= https://codeberg.org/forgejo/forgejo/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/
DISTNAME= forgejo-src-${DISTVERSION}
@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= git:devel/git
USES= cpe gmake go:1.22,no_targets
USES= cpe gmake go:1.23,no_targets
USE_RC_SUBR= forgejo
CONFLICTS_INSTALL= forgejo[0-79]*

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1725643658
SHA256 (forgejo-src-8.0.3.tar.gz) = b543532cf01453967c331063639b172600cccd62d815e6815a4f05a25a0b0795
SIZE (forgejo-src-8.0.3.tar.gz) = 53477625
TIMESTAMP = 1729146681
SHA256 (forgejo-src-9.0.0.tar.gz) = 21364d6c1635711189f25da5dc343b3b28e8ade20a5f00202301ccc364adc1d2
SIZE (forgejo-src-9.0.0.tar.gz) = 53905348

View file

@ -24,4 +24,12 @@ forgejo will start even if doctor has identified an issue, you can disable
the check by setting forgejo_configcheck_enabled=NO in rc.conf.
EOM
}
{ type: upgrade
maximum_version: "8.0.2"
message: <<EOM
Breaking changes: upgrading from Forgejo 8 changes the semantics of some
authentication, breaking previously working API calls. Please see the
release notes for details: https://codeberg.org/forgejo/forgejo/milestone/7235
EOM
}
]