Date: Thu, 18 Jun 2026 13:25:21 +0000 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: 5fe028994ec7 - main - databases/mongodb70: re-enable python3.12 Message-ID: <6a33f1c1.366aa.55994778@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by ronald: URL: https://cgit.FreeBSD.org/ports/commit/?id=5fe028994ec7e613ca599bb7a3c38d59fbbe44d2 commit 5fe028994ec7e613ca599bb7a3c38d59fbbe44d2 Author: Ronald Klop <ronald@FreeBSD.org> AuthorDate: 2026-06-18 09:25:57 +0000 Commit: Ronald Klop <ronald@FreeBSD.org> CommitDate: 2026-06-18 13:24:26 +0000 databases/mongodb70: re-enable python3.12 The patch was disabled temporarily because it was in the way of the recent upgrades. NB: a test build was already running when this PR came in. - Remove jobs_unsafe from a flavour. The build timed out with this. - no portrevision bump as no pkg content changes. PR: 296127 --- databases/mongodb70/Makefile | 3 +-- databases/mongodb70/distinfo | 4 +++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/databases/mongodb70/Makefile b/databases/mongodb70/Makefile index dd0dbd1fb6ed..6eebf7428a02 100644 --- a/databases/mongodb70/Makefile +++ b/databases/mongodb70/Makefile @@ -7,7 +7,7 @@ PKGNAMESUFFIX= ${DISTVERSION:R:S/.//} PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ # https://github.com/mongodb/mongo/pull/1619/ # "Modernize dynamic module loading to work with Python3.12" -#PATCHFILES+= 0877732109589e441cbf234dce17ec0e7b614902.patch:-p1 +PATCHFILES+= 0877732109589e441cbf234dce17ec0e7b614902.patch:-p1 MAINTAINER= ronald@FreeBSD.org COMMENT= MongoDB Community Edition (7.0.x Branch) @@ -130,7 +130,6 @@ MOZJS_WRKSRC= ${WRKSRC}/src/third_party/mozjs .if ${FLAVOR:U} == armv80a OPTIONS_SET+= ARMV80A -MAKE_JOBS_UNSAFE= yes .endif .include <bsd.port.pre.mk> diff --git a/databases/mongodb70/distinfo b/databases/mongodb70/distinfo index 6ec780772f43..710d7475fee8 100644 --- a/databases/mongodb70/distinfo +++ b/databases/mongodb70/distinfo @@ -1,5 +1,7 @@ -TIMESTAMP = 1781763096 +TIMESTAMP = 1781778504 SHA256 (mongodb-mongo-r7.0.37_GH0.tar.gz) = eea881932df80dc975de4396d693709c7ef99aa479c2b33fe885d4de7b393bb7 SIZE (mongodb-mongo-r7.0.37_GH0.tar.gz) = 91498835 SHA256 (mongodb-forks-spidermonkey-dd4a007275927572d0b10857d3f11b28550d0095_GH0.tar.gz) = 6d5b5172734d0b53b1d05f528b50249970fef8757750fb2df2d0ebdbaea367e8 SIZE (mongodb-forks-spidermonkey-dd4a007275927572d0b10857d3f11b28550d0095_GH0.tar.gz) = 392330689 +SHA256 (0877732109589e441cbf234dce17ec0e7b614902.patch) = 96bcf70f8ee66424b5601632fb91dbcbb6b14df0553f59f36cd10325bfce7105 +SIZE (0877732109589e441cbf234dce17ec0e7b614902.patch) = 1770home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a33f1c1.366aa.55994778>
