Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Sep 2024 07:53:11 GMT
From:      Ronald Klop <ronald@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 154fe5e1e0c2 - main - databases/mongodb80: rc19
Message-ID:  <202409060753.4867rBLA016550@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ronald:

URL: https://cgit.FreeBSD.org/ports/commit/?id=154fe5e1e0c219e74e9b3476dda02ee23e3866cf

commit 154fe5e1e0c219e74e9b3476dda02ee23e3866cf
Author:     Ronald Klop <ronald@FreeBSD.org>
AuthorDate: 2024-09-04 14:40:25 +0000
Commit:     Ronald Klop <ronald@FreeBSD.org>
CommitDate: 2024-09-06 07:52:42 +0000

    databases/mongodb80: rc19
    
    changes:
    https://github.com/mongodb/mongo/compare/r8.0.0-rc18...r8.0.0-rc19
    
    - remove patch for get-sources.sh, the file is not used, we fetch the
    mozjs source via the port.
    
    - remove REINPLACE_CMD, it didn't change anything anymore.
    ====> Running Q/A tests (stage-qa)
    Warning: Possible REINPLACE_CMD issues:
    - - REINPLACE_CMD ran, but did not modify file contents: /wrkdirs/usr/ports/databases/mongodb80/work/spidermonkey-bb6edb4fcd43607c87de81df8c58db11a663634a/python/mozbuild/mozbuild/util.py
    - - REINPLACE_CMD ran, but did not modify file contents: /wrkdirs/usr/ports/databases/mongodb80/work/spidermonkey-bb6edb4fcd43607c87de81df8c58db11a663634a/python/mozbuild/mozbuild/preprocessor.py
    - - REINPLACE_CMD ran, but did not modify file contents: /wrkdirs/usr/ports/databases/mongodb80/work/spidermonkey-bb6edb4fcd43607c87de81df8c58db11a663634a/python/mozbuild/mozbuild/backend/base.py
    - - REINPLACE_CMD ran, but did not modify file contents: /wrkdirs/usr/ports/databases/mongodb80/work/spidermonkey-bb6edb4fcd43607c87de81df8c58db11a663634a/python/mozbuild/mozbuild/action/process_define_files.py
---
 databases/mongodb80/Makefile                               |  9 +--------
 databases/mongodb80/distinfo                               |  6 +++---
 .../files/patch-src_third__party_mozjs_get-sources.sh      | 14 --------------
 3 files changed, 4 insertions(+), 25 deletions(-)

diff --git a/databases/mongodb80/Makefile b/databases/mongodb80/Makefile
index 46c0793d342c..aff0a291cb7f 100644
--- a/databases/mongodb80/Makefile
+++ b/databases/mongodb80/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	mongodb
 DISTVERSIONPREFIX=	r
-DISTVERSION=	8.0.0-rc18
+DISTVERSION=	8.0.0-rc19
 CATEGORIES=	databases net
 PKGNAMESUFFIX=	${DISTVERSION:R:S/.//}
 
@@ -127,13 +127,6 @@ MOZJS_ARCH=	ppc64le
 MOZJS_ARCH=	${ARCH}
 .endif
 
-post-patch:
-# fix build with python-3.11
-	${REINPLACE_CMD} -e 's#rU#r#g' ${WRKDIR}/spidermonkey-${MOZJS_TAG}/python/mozbuild/mozbuild/util.py
-	${REINPLACE_CMD} -e 's#rU#r#g' ${WRKDIR}/spidermonkey-${MOZJS_TAG}/python/mozbuild/mozbuild/preprocessor.py
-	${REINPLACE_CMD} -e 's#rU#r#g' ${WRKDIR}/spidermonkey-${MOZJS_TAG}/python/mozbuild/mozbuild/backend/base.py
-	${REINPLACE_CMD} -e 's#rU#r#g' ${WRKDIR}/spidermonkey-${MOZJS_TAG}/python/mozbuild/mozbuild/action/process_define_files.py
-
 pre-configure:
 	# Verify we downloaded the proper mozjs git tag.
 	sh -c "test \"X`grep -E '^LIB_GIT_REVISION=' ${WRKSRC}/src/third_party/mozjs/get-sources.sh`\" = \"XLIB_GIT_REVISION=${MOZJS_TAG}\""
diff --git a/databases/mongodb80/distinfo b/databases/mongodb80/distinfo
index 13e8206a572f..0dbe675bbfcb 100644
--- a/databases/mongodb80/distinfo
+++ b/databases/mongodb80/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1723976283
-SHA256 (mongodb-mongo-r8.0.0-rc18_GH0.tar.gz) = 4b85f068d49e84554866bc036ad005ede691857aa85fe4aff3c345a16448f3aa
-SIZE (mongodb-mongo-r8.0.0-rc18_GH0.tar.gz) = 94764994
+TIMESTAMP = 1725447380
+SHA256 (mongodb-mongo-r8.0.0-rc19_GH0.tar.gz) = 2b4ed0f37f2c6c558b2b07dce9b47a3290066fc319d6ea65dec24eed8f533285
+SIZE (mongodb-mongo-r8.0.0-rc19_GH0.tar.gz) = 94760249
 SHA256 (mongodb-forks-spidermonkey-bb6edb4fcd43607c87de81df8c58db11a663634a_GH0.tar.gz) = 8b237164cb3f492aa1658080b91bafb3c98fe72da11ffb65513e4bffe01553f9
 SIZE (mongodb-forks-spidermonkey-bb6edb4fcd43607c87de81df8c58db11a663634a_GH0.tar.gz) = 164675678
diff --git a/databases/mongodb80/files/patch-src_third__party_mozjs_get-sources.sh b/databases/mongodb80/files/patch-src_third__party_mozjs_get-sources.sh
deleted file mode 100644
index 278f09c46e52..000000000000
--- a/databases/mongodb80/files/patch-src_third__party_mozjs_get-sources.sh
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/third_party/mozjs/get-sources.sh.orig	2024-07-22 19:17:33 UTC
-+++ src/third_party/mozjs/get-sources.sh
-@@ -12,9 +12,9 @@ LIB_GIT_REPO=git@github.com:mongodb-forks/spidermonkey
- LIB_GIT_REVISION=bb6edb4fcd43607c87de81df8c58db11a663634a
- LIB_GIT_REPO=git@github.com:mongodb-forks/spidermonkey.git
- 
--DEST_DIR=$(git rev-parse --show-toplevel)/src/third_party/mozjs
-+DEST_DIR=$(realpath .)
- 
--LIB_GIT_DIR=$(mktemp -d /tmp/import-spidermonkey.XXXXXX)
-+LIB_GIT_DIR=$(mktemp -d /var/tmp/import-spidermonkey.XXXXXX)
- trap "rm -rf $LIB_GIT_DIR" EXIT
- 
- git clone $LIB_GIT_REPO $LIB_GIT_DIR



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409060753.4867rBLA016550>