Skip to content

Commit

Permalink
databases/mongodb60: update to 6.0.6
Browse files Browse the repository at this point in the history
trivial version bump
one patchfiles is included in the source now
poudriere stage-qa: ok

Changes:
https://www.mongodb.com/docs/manual/release-notes/6.0/#6.0.6---may-12--2023

Please read the release notes: Some past releases have critical issues.

Followed an upstream change in mongod.conf about removal of 2 settings. See
UPDATING 20230416.
  • Loading branch information
Ronald Klop authored and Ronald Klop committed Jun 8, 2023
1 parent 9bfbcf1 commit 2b6af4f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 22 deletions.
2 changes: 1 addition & 1 deletion UPDATING
Expand Up @@ -135,7 +135,7 @@ you update your ports collection, before attempting any port upgrades.
e.g. change sysutils_py-mqttwarn_REISPUB to sysutils_py-mqttwarn_REDISPUB

20230416:
AFFECTS: users of databases/mongodb50 and databases/mongodb44
AFFECTS: users of databases/mongodb50, databases/mongodb44 and databases/mongodb60
AUTHOR: ronald@FreeBSD.org

MongoDB removed the settings 'fork' and 'pidFilePath' from the default
Expand Down
6 changes: 1 addition & 5 deletions databases/mongodb60/Makefile
@@ -1,13 +1,9 @@
PORTNAME= mongodb
DISTVERSIONPREFIX= r
DISTVERSION= 6.0.4
PORTREVISION= 2
DISTVERSION= 6.0.6
CATEGORIES= databases net
PKGNAMESUFFIX= ${DISTVERSION:R:S/.//}

PATCH_SITES= https://github.com/mongodb/mongo/commit/
PATCHFILES= c419698b577f7924d2d6fc6bd3f7bd922f1d0dd7.patch:-p1

MAINTAINER= ronald@FreeBSD.org
COMMENT= Distributed document-oriented "NoSQL" database (6.0.x Branch)
WWW= https://docs.mongodb.com/v6.0/
Expand Down
8 changes: 3 additions & 5 deletions databases/mongodb60/distinfo
@@ -1,7 +1,5 @@
TIMESTAMP = 1676489889
SHA256 (mongodb-mongo-r6.0.4_GH0.tar.gz) = 0fd0d08ed62ecaea0f40f0d382202a23f8d782c7b57837f1237f47be07b3b3d2
SIZE (mongodb-mongo-r6.0.4_GH0.tar.gz) = 90579346
TIMESTAMP = 1686085938
SHA256 (mongodb-mongo-r6.0.6_GH0.tar.gz) = 2fbef214770e5d7a28f608ef6689f4f8160036468a457e9d9fdee7dbb516dc32
SIZE (mongodb-mongo-r6.0.6_GH0.tar.gz) = 90712350
SHA256 (mongodb-forks-spidermonkey-82aac6af18abcd5bf188afbc821779ccb0ca0902_GH0.tar.gz) = a365bf54ef4e4fd6a136cf6afa9c620ba0c8982402473b9bfac38928a688a9e0
SIZE (mongodb-forks-spidermonkey-82aac6af18abcd5bf188afbc821779ccb0ca0902_GH0.tar.gz) = 141291901
SHA256 (c419698b577f7924d2d6fc6bd3f7bd922f1d0dd7.patch) = b3cbdad3ec0cc251810a44da5bc89b055aae90d05075d695b7b3d440b063ade3
SIZE (c419698b577f7924d2d6fc6bd3f7bd922f1d0dd7.patch) = 1122
13 changes: 2 additions & 11 deletions databases/mongodb60/files/patch-rpm_mongod.conf
@@ -1,6 +1,6 @@
--- rpm/mongod.conf.orig 2019-08-08 20:06:23 UTC
--- rpm/mongod.conf.orig 2023-04-28 08:22:02 UTC
+++ rpm/mongod.conf
@@ -7,11 +7,11 @@
@@ -7,11 +7,11 @@ systemLog:
systemLog:
destination: file
logAppend: true
Expand All @@ -14,12 +14,3 @@
journal:
enabled: true
# engine:
@@ -20,7 +20,7 @@ storage:
# how the process runs
processManagement:
fork: true # fork and run in background
- pidFilePath: /var/run/mongodb/mongod.pid # location of pidfile
+ pidFilePath: /var/db/mongodb/mongod.lock # location of pidfile
timeZoneInfo: /usr/share/zoneinfo

# network interfaces

0 comments on commit 2b6af4f

Please sign in to comment.