I can submit a patch if needed or if nobody has the bandwidth to work on it, but for such a big upgrade, it might be better for the maintainer to do it.
Created attachment 249572 [details] [PATCH] www/radicale: Update to 3.1.9 Looks like it was easy enough. Tested building and running it, everything seems to work for me.
Thanks for the patch but I see a few details that I need to check. - radicals.wsgi (has no shebang anymore?) - rc.d script in pkg-plist is wrong - new python minimum is 3.7 (probably noop)
3.1.9 does remove the shebang from the wsgi file as seen here[0]. I do also think that the minimum python version changing is a no-op since FreeBSD ports only supports 3.8 minimum[1]. I'm not sure how to fix the pkg-plist file though, can you check? [0] https://github.com/Kozea/Radicale/commit/9bed0af669ae699efaf76c7965430bfc3f3a5e1c [1] https://cgit.freebsd.org/ports/tree/Mk/bsd.default-versions.mk#n137
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=a23c9999795ee41bcb22a8912412b86ae778a373 commit a23c9999795ee41bcb22a8912412b86ae778a373 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2024-04-18 11:10:11 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2024-04-18 11:13:28 +0000 www/radicale: Update to 3.1.9 and update pkg-descr PR: 278029 www/radicale/Makefile | 6 ++---- www/radicale/distinfo | 6 +++--- .../files/patch-radicale_item_filter.py (gone) | 25 ---------------------- www/radicale/pkg-descr | 20 ++++++++--------- 4 files changed, 14 insertions(+), 43 deletions(-)
Thanks, update was committed. I only used a few hunks of your patch but thanks nonetheless!