diff options
author | Ronald Klop <ronald@FreeBSD.org> | 2023-07-25 13:08:47 +0200 |
---|---|---|
committer | Ronald Klop <ronald@FreeBSD.org> | 2023-07-25 13:11:54 +0200 |
commit | 0763c9fcb56ea0a30b25434093583a438ffeb3ee (patch) | |
tree | 293098e489453641abeca0e28c773975679f68f4 | |
parent | databases/mongodb-tools: upgrade to 100.7.4 (diff) |
databases/mongodb70: update to RC8
Release Candidate
Please read the notes before using:
https://www.mongodb.com/docs/v7.0/release-notes/7.0/#release-notes-for-mongodb-7.0--release-candidate-
* trivial version bump
* typo in pkg-message
* poudriere stage-qa: ok
-rw-r--r-- | databases/mongodb70/Makefile | 2 | ||||
-rw-r--r-- | databases/mongodb70/distinfo | 6 | ||||
-rw-r--r-- | databases/mongodb70/pkg-message | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/databases/mongodb70/Makefile b/databases/mongodb70/Makefile index 5b0c0a0a5603..cdf4e57ec7a2 100644 --- a/databases/mongodb70/Makefile +++ b/databases/mongodb70/Makefile @@ -1,6 +1,6 @@ PORTNAME= mongodb DISTVERSIONPREFIX= r -DISTVERSION= 7.0.0-rc7 +DISTVERSION= 7.0.0-rc8 CATEGORIES= databases net PKGNAMESUFFIX= ${DISTVERSION:R:S/.//} diff --git a/databases/mongodb70/distinfo b/databases/mongodb70/distinfo index 7a8ef6a59bde..f2ddc8724474 100644 --- a/databases/mongodb70/distinfo +++ b/databases/mongodb70/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1689068153 -SHA256 (mongodb-mongo-r7.0.0-rc7_GH0.tar.gz) = affbd9250b28650757653f97097dd4d25332e6a44191990e966f2f87981364b3 -SIZE (mongodb-mongo-r7.0.0-rc7_GH0.tar.gz) = 113448879 +TIMESTAMP = 1690182724 +SHA256 (mongodb-mongo-r7.0.0-rc8_GH0.tar.gz) = ccf8636ae7d653e55ff50fb038a5e2821d60e1be640da95f4a7718ea7a37035c +SIZE (mongodb-mongo-r7.0.0-rc8_GH0.tar.gz) = 113469461 SHA256 (mongodb-forks-spidermonkey-82aac6af18abcd5bf188afbc821779ccb0ca0902_GH0.tar.gz) = a365bf54ef4e4fd6a136cf6afa9c620ba0c8982402473b9bfac38928a688a9e0 SIZE (mongodb-forks-spidermonkey-82aac6af18abcd5bf188afbc821779ccb0ca0902_GH0.tar.gz) = 141291901 diff --git a/databases/mongodb70/pkg-message b/databases/mongodb70/pkg-message index 43e45ca6a35a..e0a343760e63 100644 --- a/databases/mongodb70/pkg-message +++ b/databases/mongodb70/pkg-message @@ -1,7 +1,7 @@ [ { type: install message: <<EOM -MongoDB on Rasperry Pi can work but is unsupported upstream. +MongoDB on Raspberry Pi can work but is unsupported upstream. Please read https://jira.mongodb.org/browse/SERVER-71772 if you run this on a non-LSE ARM cpu. EOM } |