mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
www/forgejo: Update to 9.0.0
Changelog: https://codeberg.org/forgejo/forgejo/milestone/7235 PR: 282153
This commit is contained in:
parent
abd8ef3b5a
commit
c88a65a9a7
3 changed files with 13 additions and 5 deletions
|
@ -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]*
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue