Skip to content

Commit

Permalink
databases/mongodb70: update to RC2
Browse files Browse the repository at this point in the history
Release Candidate
Read the instructions:
https://www.mongodb.com/docs/v7.0/release-notes/7.0/
  • Loading branch information
Ronald Klop authored and Ronald Klop committed Jun 1, 2023
1 parent f744402 commit 69173c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
11 changes: 1 addition & 10 deletions databases/mongodb70/Makefile
@@ -1,7 +1,6 @@
PORTNAME= mongodb
DISTVERSIONPREFIX= r
DISTVERSION= 7.0.0-rc0
PORTREVISION= 1
DISTVERSION= 7.0.0-rc2
CATEGORIES= databases net
PKGNAMESUFFIX= ${DISTVERSION:R:S/.//}

Expand Down Expand Up @@ -89,14 +88,6 @@ SSL_MAKE_ARGS= --ssl

.include <bsd.port.pre.mk>

# MongoDB 7.0 fails on clang15.
.if ${CHOSEN_COMPILER_TYPE} == clang && ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
_LLVM_VERSION= 14
BUILD_DEPENDS+= clang${_LLVM_VERSION}:devel/llvm${_LLVM_VERSION}
CC= ${LOCALBASE}/bin/clang${_LLVM_VERSION}
CXX= ${LOCALBASE}/bin/clang++${_LLVM_VERSION}
.endif

ALL_TARGET= install-core

# This ports is only following the Major Release.
Expand Down
6 changes: 3 additions & 3 deletions databases/mongodb70/distinfo
@@ -1,5 +1,5 @@
TIMESTAMP = 1682425414
SHA256 (mongodb-mongo-r7.0.0-rc0_GH0.tar.gz) = 2876591e26ff60b3228371e7d97faa5b9d188445d86187c1e77cef8e09978df2
SIZE (mongodb-mongo-r7.0.0-rc0_GH0.tar.gz) = 113376874
TIMESTAMP = 1684994747
SHA256 (mongodb-mongo-r7.0.0-rc2_GH0.tar.gz) = ed6abfbf4ad410e958ce89cc898bcd7570aceeb795935a5e8762db7623e65372
SIZE (mongodb-mongo-r7.0.0-rc2_GH0.tar.gz) = 113451210
SHA256 (mongodb-forks-spidermonkey-82aac6af18abcd5bf188afbc821779ccb0ca0902_GH0.tar.gz) = a365bf54ef4e4fd6a136cf6afa9c620ba0c8982402473b9bfac38928a688a9e0
SIZE (mongodb-forks-spidermonkey-82aac6af18abcd5bf188afbc821779ccb0ca0902_GH0.tar.gz) = 141291901

0 comments on commit 69173c2

Please sign in to comment.