Bug 257393 - databases/mongodb44: Update to 4.4.7
Summary: databases/mongodb44: Update to 4.4.7
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: Guangyuan Yang
URL: https://docs.mongodb.com/manual/relea...
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-24 18:38 UTC by Ronald Klop
Modified: 2021-07-26 07:29 UTC (History)
1 user (show)

See Also:


Attachments
git diff (3.08 KB, patch)
2021-07-24 18:38 UTC, Ronald Klop
ronald-lists: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ronald Klop 2021-07-24 18:38:07 UTC
Created attachment 226653 [details]
git diff

Pretty simple version bump.

- Plus a fix for compilation on aarch64 on 14-CURRENT/clang 12.
See: https://lists.freebsd.org/archives/freebsd-ports/2021-July/000431.html
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-07-26 07:27:26 UTC
A commit in branch main references this bug:

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

commit 0034d834df7258bbd19b5866cfa4efc1a2f2be55
Author:     Ronald Klop <ronald-lists@klop.ws>
AuthorDate: 2021-07-26 07:26:39 +0000
Commit:     Guangyuan Yang <ygy@FreeBSD.org>
CommitDate: 2021-07-26 07:26:39 +0000

    databases/mongodb44: Update to 4.4.7

    - Add a fix for compilation on aarch64 on 14-CURRENT/clang 12.
    See: https://lists.freebsd.org/archives/freebsd-ports/2021-July/000431.html

    Changelog:      https://docs.mongodb.com/manual/release-notes/4.4-changelog/#4.4.7-changelog

    PR:             257393
    Approved by:    lwhsu (mentor, implicit)

 databases/mongodb44/Makefile               |  2 +-
 databases/mongodb44/distinfo               |  6 +++---
 databases/mongodb44/files/patch-SConstruct | 24 +++++++++++++++++-------
 3 files changed, 21 insertions(+), 11 deletions(-)
Comment 2 Guangyuan Yang freebsd_committer freebsd_triage 2021-07-26 07:29:21 UTC
Committed, thanks!