Created attachment 246371 [details] Update jackett to 0.21.1226 Q&A: poudriere: testport ok (14.0-RELEASE;amd64) Makefile portclippy/portmft processed Feel free to squash the patch into one commit
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=b4e555294195ea735baa5d1a074af6d30ffebc25 commit b4e555294195ea735baa5d1a074af6d30ffebc25 Author: Ralf van der Enden <tremere@cainites.net> AuthorDate: 2023-10-31 11:35:27 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-11-18 20:20:41 +0000 net-p2p/jackett: update to 0.21.1226 Changelog: https://github.com/Jackett/Jackett/releases PR: 275150 net-p2p/jackett/Makefile | 2 +- net-p2p/jackett/distinfo | 6 +++--- net-p2p/jackett/pkg-plist | 14 ++++++++++++-- 3 files changed, 16 insertions(+), 6 deletions(-)
Thank you for your contribution.
Can jackett work with mono6? Right now in 2023Q4, sonarr needs mono6 but jacket requieres mono5 which conflicts with mono6
Created attachment 246434 [details] Update jackett to 0.21.1234 and set dependency to lang/mono6.8
(In reply to Fernando Apesteguía from comment #3) I completely missed the fact that I was using USES=mono and set my default mono to 6.8 I've added a patch for the new version which also set the dependency to mono6.8 and drops the USES=mono Sorry for missing this.
Reopened this one to address the mono6 issue
Could you rebase this patch so it applies on top of the current main branch? The update to 0.21.1226 has already been committed, so your new patch cannot be applied as is.
Created attachment 246459 [details] Update jackett to 0.21.1239 and set dependency to lang/mono6.8
(In reply to Robert Clausecker from comment #7) I looked at the previous patches and it seems by checking the patch checkbox it loses the format-patch layout. Therefore I uploaded the new patch (I updated to 0.21.1239 this morning) with it unchecked. Hopefully that helps.
Comment on attachment 246459 [details] Update jackett to 0.21.1239 and set dependency to lang/mono6.8 (In reply to Ralf van der Enden from comment #9) With the patch box unticked, the attachment has MIME type application/mbox and it cannot be viewed in the browser at all. Note that you can always get the attachment as is by removing &action=diff from the URL. I've re-added the patch flag so the attachment can be viewed as a diff.
Please, remember to merge to 2023Q4 too.
(In reply to Fernando Apesteguía from comment #11) Is that something I should do always or just with big changes ?
(In reply to Ralf van der Enden from comment #12) Merging to a quarterly branch is for bug fixing and security issues. In this case the quarterly branch is broken in the sense that sonarr in Q4 and jackett in Q4 are incompatible because the required mono versions are incompatibles with each other, so jackett should be merged.
Will take care of that on commit, thanks for the reminder.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=2390530de4d1c58a5b15de03533c7fffbdb6ce34 commit 2390530de4d1c58a5b15de03533c7fffbdb6ce34 Author: Ralf van der Enden <tremere@cainites.net> AuthorDate: 2023-11-18 21:57:52 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-11-24 06:12:38 +0000 net-p2p/jackett: update to 0.21.1239 - depend on mono6.8 explicitly and drop USES=mono Changelog: https://github.com/Jackett/Jackett/releases PR: 275150 Reported by: fernape MFH: 2023Q4 net-p2p/jackett/Makefile | 4 ++-- net-p2p/jackett/distinfo | 6 +++--- net-p2p/jackett/pkg-plist | 1 + 3 files changed, 6 insertions(+), 5 deletions(-)
A commit in branch 2023Q4 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=5293754c89b207f4306cca4372a5329275b73020 commit 5293754c89b207f4306cca4372a5329275b73020 Author: Ralf van der Enden <tremere@cainites.net> AuthorDate: 2023-11-18 21:57:52 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-11-24 06:17:18 +0000 net-p2p/jackett: update to 0.21.1239 - depend on mono6.8 explicitly and drop USES=mono Changelog: https://github.com/Jackett/Jackett/releases PR: 275150 Reported by: fernape MFH: 2023Q4 (cherry picked from commit 2390530de4d1c58a5b15de03533c7fffbdb6ce34) net-p2p/jackett/Makefile | 4 ++-- net-p2p/jackett/distinfo | 6 +++--- net-p2p/jackett/pkg-plist | 32 +++++++++++++++++++++++--------- 3 files changed, 28 insertions(+), 14 deletions(-)
(In reply to Robert Clausecker from comment #17) Thank you!!!