Bug 278029 - www/radicale: update to 3.1.9
Summary: www/radicale: update to 3.1.9
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Bernhard Froehlich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-29 14:47 UTC by Siva Mahadevan
Modified: 2024-04-18 11:19 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (decke)


Attachments
[PATCH] www/radicale: Update to 3.1.9 (16.78 KB, patch)
2024-03-30 03:19 UTC, Siva Mahadevan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Siva Mahadevan 2024-03-29 14:47:32 UTC
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.
Comment 1 Siva Mahadevan 2024-03-30 03:19:09 UTC
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.
Comment 2 Bernhard Froehlich freebsd_committer freebsd_triage 2024-03-30 07:00:30 UTC
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)
Comment 3 Siva Mahadevan 2024-04-16 14:32:25 UTC
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
Comment 4 commit-hook freebsd_committer freebsd_triage 2024-04-18 11:14:43 UTC
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(-)
Comment 5 Bernhard Froehlich freebsd_committer freebsd_triage 2024-04-18 11:19:16 UTC
Thanks, update was committed. I only used a few hunks of your patch but thanks nonetheless!