git: a751920c8e74 - main - databases/mongodb50: Update to 5.0.11
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 26 Aug 2022 19:12:33 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a751920c8e744ec268e639dba49031efd49c9681
commit a751920c8e744ec268e639dba49031efd49c9681
Author: Ronald Klop <ronald-lists@klop.ws>
AuthorDate: 2022-08-26 18:14:51 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2022-08-26 19:12:20 +0000
databases/mongodb50: Update to 5.0.11
Re-enable LTO on FreeBSD 14 (aarch64) as it now compiles using LLVM 14
Changelog: https://www.mongodb.com/docs/manual/release-notes/5.0/#5.0.11---aug-19--2022
PR: 266012
---
databases/mongodb50/Makefile | 7 +++----
databases/mongodb50/distinfo | 6 +++---
2 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/databases/mongodb50/Makefile b/databases/mongodb50/Makefile
index 853eb146a685..1acc3b050018 100644
--- a/databases/mongodb50/Makefile
+++ b/databases/mongodb50/Makefile
@@ -1,7 +1,6 @@
PORTNAME= mongodb
DISTVERSIONPREFIX= r
-DISTVERSION= 5.0.10
-PORTREVISION= 1
+DISTVERSION= 5.0.11
CATEGORIES= databases net
MASTER_SITES= https://fastdl.mongodb.org/src/ \
http://fastdl.mongodb.org/src/
@@ -62,8 +61,8 @@ GROUPS= mongodb
OPTIONS_DEFINE= LTO SASL SSL
OPTIONS_DEFAULT= LTO SASL SSL
-OPTIONS_EXCLUDE_aarch64= ${OPTIONS_EXCLUDE_${ARCH}_${OSREL:R}}
-OPTIONS_EXCLUDE_aarch64_14= LTO # Does not work with llvm12/llvm13 on aarch64.
+#OPTIONS_EXCLUDE_aarch64= ${OPTIONS_EXCLUDE_${ARCH}_${OSREL:R}}
+#OPTIONS_EXCLUDE_aarch64_14= LTO # Does not work with llvm12/llvm13 on aarch64.
LTO_MAKE_ARGS= --lto=on
diff --git a/databases/mongodb50/distinfo b/databases/mongodb50/distinfo
index 0125efbf4b83..3e70099580cb 100644
--- a/databases/mongodb50/distinfo
+++ b/databases/mongodb50/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1659186692
-SHA256 (mongodb-src-r5.0.10.tar.gz) = cba29fa10e851a176f72a8a14d2fcfa0bd5743b89fbddec4cf454efc14f11ac1
-SIZE (mongodb-src-r5.0.10.tar.gz) = 56014236
+TIMESTAMP = 1660640556
+SHA256 (mongodb-src-r5.0.11.tar.gz) = f1a395ff60660022ec66a5bcb36fb4ddcf868e51f3a35a33b8da5020c86b20f5
+SIZE (mongodb-src-r5.0.11.tar.gz) = 56045189