Q&A: poudriere: testport ok (14.1-RELEASE;amd64) Makefile portclippy/portmft processed
Created attachment 251448 [details] Update jackett to 0.22.119
Hi, Can you explain why LIB_DEPENDS on libcurl was commented out? If it's not necessary anymore, it should be removed entirely.
(In reply to Joel Bodenmann from comment #2) Sorry. I was testing without the libcurl dependency and that seems to work just fine. I forgot to remove the line.
Can you update the patch accordingly or do you want me to just drop the entire LIB_DEPENDS line when committing?
(In reply to Joel Bodenmann from comment #4) If you could drop the line that would be awesome. My current workdir is at a newer version of Jackett, so I would have to figure out how to create a patch against an older commit from my local branch.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=472fcaa9cfeeeb53aca173d4c2c5d886032c7c6d commit 472fcaa9cfeeeb53aca173d4c2c5d886032c7c6d Author: Ralf van der Enden <tremere@cainites.net> AuthorDate: 2024-05-21 06:59:14 +0000 Commit: Joel Bodenmann <jbo@FreeBSD.org> CommitDate: 2024-06-21 19:05:49 +0000 net-p2p/jackett: Update to 0.22.119 Changelogs: https://github.com/Jackett/Jackett/releases/ PR: 279727 Approved by: tcberner (mentor, implicit) net-p2p/jackett/Makefile | 3 +-- net-p2p/jackett/distinfo | 6 +++--- net-p2p/jackett/files/jackett.in | 2 +- net-p2p/jackett/pkg-plist | 31 +++++++++++++++---------------- 4 files changed, 20 insertions(+), 22 deletions(-)
Committed - Thanks!