FreeBSD Bugzilla – Attachment 254405 Details for
Bug 282153
www/forgejo: update to 9.0.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
updated patch using go 1.23
forgejo-9.0.0.patch (text/plain), 1.75 KB, created by
Stefan Bethke
on 2024-10-20 16:52:37 UTC
(
hide
)
Description:
updated patch using go 1.23
Filename:
MIME Type:
Creator:
Stefan Bethke
Created:
2024-10-20 16:52:37 UTC
Size:
1.75 KB
patch
obsolete
>diff --git a/www/forgejo/Makefile b/www/forgejo/Makefile >index 92d8a0476152..9808a26e3bb1 100644 >--- a/www/forgejo/Makefile >+++ b/www/forgejo/Makefile >@@ -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]* >diff --git a/www/forgejo/distinfo b/www/forgejo/distinfo >index 625faaffabab..eb07c7960509 100644 >--- a/www/forgejo/distinfo >+++ b/www/forgejo/distinfo >@@ -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 >diff --git a/www/forgejo/files/pkg-message.in b/www/forgejo/files/pkg-message.in >index 03164efe7264..17b47fd6688b 100644 >--- a/www/forgejo/files/pkg-message.in >+++ b/www/forgejo/files/pkg-message.in >@@ -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 >+} > ]
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 282153
:
254304
| 254405