Skip to content

Commit

Permalink
devel/libbson: Update version 1.24.2=>1.25.3
Browse files Browse the repository at this point in the history
Changelog: https://github.com/mongodb/mongo-c-driver/releases/tag/1.25.3

PR:		276016
Approved by:	submitter is maintainer
  • Loading branch information
Krzysztof authored and 5u623l20 committed Jan 1, 2024
1 parent 2bb6e1f commit 1f2e799
Show file tree
Hide file tree
Showing 5 changed files with 350 additions and 75 deletions.
7 changes: 4 additions & 3 deletions devel/libbson/Makefile
@@ -1,7 +1,7 @@
PORTNAME= libbson
DISTVERSION= 1.24.2
DISTVERSION= 1.25.3
CATEGORIES= devel
MASTER_SITES= https://github.com/mongodb/mongo-c-driver/releases/download/${DISTVERSION}/
MASTER_SITES= https://codeload.github.com/mongodb/${PORTNAME}/tar.gz/${DISTVERSION}?dummy=/
DISTNAME= mongo-c-driver-${DISTVERSION}

MAINTAINER= ports@bsdserwis.com
Expand Down Expand Up @@ -30,7 +30,8 @@ CMAKE_ARGS= -DBSON_HAVE_STRINGS_H=0
OPTIONS_DEFINE= DOCS
OPTIONS_SUB= yes

DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR}
DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}furo>0:textproc/py-furo@${PY_FLAVOR}
DOCS_CMAKE_ON= -DENABLE_HTML_DOCS=ON -DENABLE_MAN_PAGES=ON

post-extract:
Expand Down
6 changes: 3 additions & 3 deletions devel/libbson/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1690288936
SHA256 (mongo-c-driver-1.24.2.tar.gz) = 25813a220188d40140ca9c36a4b23abfb68fc7cbb37694187cc9852be470abd2
SIZE (mongo-c-driver-1.24.2.tar.gz) = 8231535
TIMESTAMP = 1703795554
SHA256 (mongo-c-driver-1.25.3.tar.gz) = d7cdedc5164b7b8ca39bb45bee789da44097052c882fa84996e4d90eec6fe8d3
SIZE (mongo-c-driver-1.25.3.tar.gz) = 7306922
11 changes: 11 additions & 0 deletions devel/libbson/files/patch-build_sphinx_mongoc__common.py
@@ -0,0 +1,11 @@
--- build/sphinx/mongoc_common.py.orig 2023-12-13 02:45:10 UTC
+++ build/sphinx/mongoc_common.py
@@ -145,7 +145,7 @@ def generate_html_redirs(app: Sphinx, page: str, templ
return
if page == "index" or page.endswith(".index"):
return
- path = app.project.doc2path(page, absolute=True)
+ path = app.project.doc2path(page)
out_index_html = Path(builder.get_outfilename(page))
slug = out_index_html.parent.name
redirect_file = out_index_html.parent.parent / f"{slug}.html"
10 changes: 0 additions & 10 deletions devel/libbson/files/patch-src_libbson_CMakeLists.txt

This file was deleted.

0 comments on commit 1f2e799

Please sign in to comment.