Download raw body.
[update] devel/ocaml-ocamlbuild 0.14.1 -> 0.14.3
Fairly straightforward update of ocamlbuild to 0.14.3 for ocaml 5.x
support.
Reverse deps all build.
ok?
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/ocaml-ocamlbuild/Makefile,v
diff -u -p -u -r1.17 Makefile
--- Makefile 24 Feb 2026 03:40:05 -0000 1.17
+++ Makefile 10 Jun 2026 01:36:22 -0000
@@ -3,7 +3,7 @@ CATEGORIES = devel
GH_ACCOUNT = ocaml
GH_PROJECT = ocamlbuild
-GH_TAGNAME = 0.14.1
+GH_TAGNAME = 0.14.3
# LGPLv2.1+
PERMIT_PACKAGE = Yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/ocaml-ocamlbuild/distinfo,v
diff -u -p -u -r1.4 distinfo
--- distinfo 24 Feb 2026 03:40:05 -0000 1.4
+++ distinfo 10 Jun 2026 01:36:22 -0000
@@ -1,2 +1,2 @@
-SHA256 (ocamlbuild-0.14.1.tar.gz) = ThJ5/w74DIYuqlIHp3Ag10HonvlPDkqSo3xBiNvwglY=
-SIZE (ocamlbuild-0.14.1.tar.gz) = 199103
+SHA256 (ocamlbuild-0.14.3.tar.gz) = zhUb/SFBq8buCz8lumCemJ/1ZKSL95XW+nE4pNsPwuE=
+SIZE (ocamlbuild-0.14.3.tar.gz) = 199357
Index: patches/patch-Makefile
===================================================================
RCS file: /cvs/ports/devel/ocaml-ocamlbuild/patches/patch-Makefile,v
diff -u -p -u -r1.2 patch-Makefile
--- patches/patch-Makefile 11 Mar 2022 18:50:53 -0000 1.2
+++ patches/patch-Makefile 10 Jun 2026 01:36:22 -0000
@@ -2,11 +2,11 @@ Index: Makefile
--- Makefile.orig
+++ Makefile
@@ -93,7 +93,7 @@ INSTALL_LIB=\
- src/ocamlbuildlib.cma \
- src/ocamlbuild.cmo \
+ plugin-lib/ocamlbuildlib.cma \
+ bin/ocamlbuild.cmo \
src/ocamlbuild_pack.cmi \
- $(EXTRA_CMO:.cmo=.cmi)
+ $(EXTRA_CMO) $(EXTRA_CMO:.cmo=.cmi)
INSTALL_LIB_OPT=\
- src/ocamlbuildlib.cmxa src/ocamlbuildlib$(EXT_LIB) \
+ plugin-lib/ocamlbuildlib.cmxa plugin-lib/ocamlbuildlib$(EXT_LIB) \
[update] devel/ocaml-ocamlbuild 0.14.1 -> 0.14.3