Bug 241495

Summary: sysutils/froxlor Update to version 0.10.3
Product: Ports & Packages Reporter: ek
Component: Individual Port(s)Assignee: Neel Chauhan <nc>
Status: Closed FIXED    
Severity: Affects Many People CC: coco, nc, otis, w.schwarzenfeld
Priority: --- Flags: bugzilla: maintainer-feedback? (coco)
Version: Latest   
Hardware: Any   
OS: Any   
See Also: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263096
Attachments:
Description Flags
Port patch none

Description ek 2019-10-25 22:52:35 UTC
Created attachment 208601 [details]
Port patch

The latest port (version 0.9.38.7) has issues (perhaps related to PHP7?). It is also confirmed as "unsupported" according to the "Latest News" once updated in the WebUI. Unable to update the database, this version does not work.
This patch is for the latest version (0.10.3) which appears to work fine to update the database and continue using the software. There may be additional changes/tests that need to be done before it can be committed but I'll leave that to the maintainer as I'm unsure exactly what changes/tests they run before submitting. Thanks!
Comment 1 Marco Steinbach 2019-11-13 15:43:22 UTC
I've held back with the update, since froxlor now exclusively relies on libnss-mysql for several functionalities, notably mpm-itk for Apache.

Thanks for your patch :)

I'll give it a try and come back to you.
Comment 2 Juraj Lutter freebsd_committer freebsd_triage 2020-12-25 17:19:48 UTC
Would you mind to update to the latest 0.10.22?
Comment 3 Daniel Engberg freebsd_committer freebsd_triage 2020-12-26 03:10:08 UTC
MASTER_SITE redirects to https
PORTVERSION --> DISTVERSION
https://www.freebsd.org/doc/en/books/porters-handbook/book.html --> "Table 5.2. Package Naming Examples"

Best regards,
Daniel
Comment 4 commit-hook freebsd_committer freebsd_triage 2022-04-05 23:12:59 UTC
A commit in branch main references this bug:

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

commit 1548981fb5f8bd88d6cce306908e0628f6d2eade
Author:     Neel Chauhan <nc@FreeBSD.org>
AuthorDate: 2022-04-05 23:12:16 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2022-04-05 23:12:16 +0000

    sysutils/froxlor: Update to 0.10.33

    PR:             241495
    Approved by:    maintainer timeout (2.5 years)

 sysutils/froxlor/Makefile  |   30 +-
 sysutils/froxlor/distinfo  |    6 +-
 sysutils/froxlor/pkg-plist | 1208 +++++++++++++++++++++++++++++---------------
 3 files changed, 826 insertions(+), 418 deletions(-)
Comment 5 Neel Chauhan freebsd_committer freebsd_triage 2022-04-05 23:13:25 UTC
I guess this port hasn't been update for a while, so I decided to update it to its latest 0.10.33 version using this PR.