ocaml-cudf: bump revision to rebuild against current OCaml

The ocaml-cudf subport was missed by both the OCaml 5.4.1 and 5.5.0
cascade revbumps (4c8893022e, a776172ef6), unlike its sibling
subport libCUDF which was bumped in both. Its published archive is
therefore still built against a pre-5.x OCaml, so libCUDF's build now
fails linking against its stale .cmi files:

    Error: /opt/local/lib/ocaml/site-lib/cudf/cudf_parser.cmi
           is not a compiled interface for this version of OCaml.

Fixes: https://trac.macports.org/ticket/74170
Signed-off-by: Paul Guyot <pguyot@kallisys.net>
This commit is contained in:
Paul Guyot
2026-07-01 07:08:11 +02:00
committed by Renee Otten
parent 094e167ba8
commit 52741592a6
+2
View File
@@ -38,6 +38,8 @@ post-patch {
subport ocaml-cudf {
PortGroup ocaml 1.1
revision 1
ocaml.build_type dune
depends_lib-append port:ocaml-extlib