Bug 268592

Summary: www/sogo: Update to 5.8.0
Product: Ports & Packages Reporter: Martin Waschbüsch <martin>
Component: Individual Port(s)Assignee: Jose Alonso Cardenas Marquez <acm>
Status: Closed FIXED    
Severity: Affects Some People CC: martin
Priority: --- Flags: bugzilla: maintainer-feedback? (acm)
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/Alinto/sogo/blob/master/CHANGELOG.md#changelog
Attachments:
Description Flags
Update to 5.8.0 none

Description Martin Waschbüsch 2022-12-27 07:04:18 UTC
Created attachment 239058 [details]
Update to 5.8.0

Update www/sogo to the latest 5.8.0 version.

A list of changes can be found here:
https://github.com/Alinto/sogo/blob/master/CHANGELOG.md#changelog

I changed the Makefile to try and satisfy portclippy and portlint, but while portclippy says all is fine, portlint still complains about the ordering of items.
Comment 1 Martin Waschbüsch 2022-12-27 07:04:49 UTC
QA
poudriere testport: OK
portfmt and portclippy are satisfied as well
portlint: minor warnings
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-01-12 21:07:25 UTC
A commit in branch main references this bug:

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

commit 8bdd13c7aae095b1710dd0d95c1f6dec71528665
Author:     Martin Waschbüsch <martin@waschbuesch.de>
AuthorDate: 2023-01-12 21:01:06 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2023-01-12 21:01:06 +0000

    www/sogo: Update to 5.8.0

    - Fix build on armv7 arm64
    - www/sogo-activesync: Fix issues on login time
    - Makefile clean up
    PR:             267607 267694 268591 268592
    Reported by:    Robert Clausecker <fuz at fuz.su>, Martin Waschbüsch <martin at waschbuesch.de>, bugreporter01 at freebox.dk

 devel/sope/Makefile | 46 ++++++++++++++++++++++++----------------------
 devel/sope/distinfo |  6 +++---
 www/sogo/Makefile   | 39 +++++++++++++++++++++------------------
 www/sogo/distinfo   |  6 +++---
 www/sogo/pkg-plist  |  7 +++++--
 5 files changed, 56 insertions(+), 48 deletions(-)
Comment 3 Jose Alonso Cardenas Marquez freebsd_committer freebsd_triage 2023-01-12 21:08:11 UTC
Committed thanks!