Bug 278731 - [maintainer-update] www/domoticz: update to 2024.4 release
Summary: [maintainer-update] www/domoticz: update to 2024.4 release
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL: https://www.domoticz.com/forum/viewto...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-04 11:45 UTC by Xavier Beaudouin
Modified: 2024-05-04 14:22 UTC (History)
1 user (show)

See Also:
vvd: merge-quarterly+


Attachments
update of www/domoticz (35.82 KB, patch)
2024-05-04 11:45 UTC, Xavier Beaudouin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Xavier Beaudouin 2024-05-04 11:45:16 UTC
Created attachment 250362 [details]
update of www/domoticz

Hello,

This patch to update www/domoticz to latest release since it is needed for some android app.

This port has been tested with poudriere on 14.0-p6.

Kind regards,
Xavier
Comment 1 Vladimir Druzenko freebsd_committer freebsd_triage 2024-05-04 12:54:25 UTC
You don't need PORTREVISION=1.
Comment 2 Vladimir Druzenko freebsd_committer freebsd_triage 2024-05-04 13:16:51 UTC
Wrong window, sorry.
Comment 3 Vladimir Druzenko freebsd_committer freebsd_triage 2024-05-04 13:57:09 UTC
No changelog, maybe security fixes?
Comment 4 Vladimir Druzenko freebsd_committer freebsd_triage 2024-05-04 14:08:12 UTC
Found: https://www.domoticz.com/forum/viewtopic.php?p=313027
- Fixed: cWebm, fixing high CPU load caused by time jumps
- Fixed: Memory leak in master/client setup
- Fixed: Python, device creation with options was not working correctly
- Fixed: Room Selection, switching to default room did not always work
- Fixed: Temperature compare chart for Fahrenheit

Look like merge-quarterly makes sense.
Comment 5 commit-hook freebsd_committer freebsd_triage 2024-05-04 14:18:59 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=88f5a5623ff86aca9ba352339adb9e1a8eb9cd1b

commit 88f5a5623ff86aca9ba352339adb9e1a8eb9cd1b
Author:     Xavier Beaudouin <kiwi@oav.net>
AuthorDate: 2024-05-04 13:47:18 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-05-04 14:16:51 +0000

    www/domoticz: update to 2024.4

    There have been several releases since 2023.1 (February 14 2023):
    - 2023.2 (July 21 2023)
    - 2024.1 (January 1th 2024)
    - 2024.2 (January 15th 2024)
    - 2024.3 (January 24th 2024)
    - 2024.4 (January 30th 2024)

    News:
    https://www.domoticz.com/forum/viewtopic.php?p=313027

    Changelog:
    https://github.com/domoticz/domoticz/blob/development/History.txt

    PR:     278731
    MFH:    2024Q2

 www/domoticz/Makefile  |   3 +-
 www/domoticz/distinfo  |   6 +-
 www/domoticz/pkg-plist | 873 ++-----------------------------------------------
 3 files changed, 23 insertions(+), 859 deletions(-)
Comment 6 commit-hook freebsd_committer freebsd_triage 2024-05-04 14:21:01 UTC
A commit in branch 2024Q2 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c6ab94070414e437e3ff9d5d95f54b0b5fad6671

commit c6ab94070414e437e3ff9d5d95f54b0b5fad6671
Author:     Xavier Beaudouin <kiwi@oav.net>
AuthorDate: 2024-05-04 13:47:18 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-05-04 14:20:16 +0000

    www/domoticz: update to 2024.4

    There have been several releases since 2023.1 (February 14 2023):
    - 2023.2 (July 21 2023)
    - 2024.1 (January 1th 2024)
    - 2024.2 (January 15th 2024)
    - 2024.3 (January 24th 2024)
    - 2024.4 (January 30th 2024)

    News:
    https://www.domoticz.com/forum/viewtopic.php?p=313027

    Changelog:
    https://github.com/domoticz/domoticz/blob/development/History.txt

    PR:     278731
    MFH:    2024Q2
    (cherry picked from commit 88f5a5623ff86aca9ba352339adb9e1a8eb9cd1b)

 www/domoticz/Makefile  |   3 +-
 www/domoticz/distinfo  |   6 +-
 www/domoticz/pkg-plist | 873 ++-----------------------------------------------
 3 files changed, 23 insertions(+), 859 deletions(-)
Comment 7 Vladimir Druzenko freebsd_committer freebsd_triage 2024-05-04 14:22:24 UTC
Thanks!