From 70ab90739b1c7b9608124f3507409a94aa94fc78 Mon Sep 17 00:00:00 2001 From: Paul Guyot Date: Tue, 30 Jun 2026 07:32:28 +0200 Subject: [PATCH] camlp5: update to 8.05.02 Bump revision of ocaml-ulex for updated camlp5. Move camlp5 to depends_build in geneweb and ledit, where it is only used as a preprocessor at build time and not needed at runtime. Signed-off-by: Paul Guyot --- editors/ledit/Portfile | 6 +++--- genealogy/geneweb/Portfile | 4 ++-- lang/camlp5/Portfile | 10 +++++----- ocaml/ocaml-ulex/Portfile | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/editors/ledit/Portfile b/editors/ledit/Portfile index 7c89a51bac7..2cc439a5d21 100644 --- a/editors/ledit/Portfile +++ b/editors/ledit/Portfile @@ -23,9 +23,9 @@ checksums rmd160 a9c31a53816dae63b356a5b2a5c289f894b2f403 \ size 25419 github.tarball_from archive -depends_build port:ocaml -depends_lib bin:camlp5:camlp5 \ - port:ocaml-camlp-streams \ +depends_build port:ocaml \ + port:camlp5 +depends_lib port:ocaml-camlp-streams \ port:ncurses use_parallel_build no diff --git a/genealogy/geneweb/Portfile b/genealogy/geneweb/Portfile index dcb64cf184e..419f3ded7fb 100644 --- a/genealogy/geneweb/Portfile +++ b/genealogy/geneweb/Portfile @@ -22,10 +22,10 @@ checksums rmd160 97f060aec92e757499eb8adb3979178c7feefa59 \ sha256 5599ed26d69e65ac59a55c73efd806c6cebf8e0aeb4bd1173123621084d4aae8 \ size 8920128 -depends_build port:ocaml-dune +depends_build port:ocaml-dune \ + port:camlp5 depends_lib port:ocaml \ - port:camlp5 \ port:ocaml-calendars \ port:ocaml-camlp-streams \ port:ocaml-cppo \ diff --git a/lang/camlp5/Portfile b/lang/camlp5/Portfile index e31d0b4d8b1..d1c2d25ab0b 100644 --- a/lang/camlp5/Portfile +++ b/lang/camlp5/Portfile @@ -3,9 +3,9 @@ PortSystem 1.0 PortGroup github 1.0 -github.setup camlp5 camlp5 8.05.01 +github.setup camlp5 camlp5 8.05.02 github.tarball_from archive -revision 2 +revision 0 categories lang ocaml license BSD maintainers {pmetzger @pmetzger} openmaintainer @@ -24,9 +24,9 @@ long_description Camlp5 is a preprocessor and pretty-printer for \ homepage https://camlp5.github.io/ -checksums rmd160 69c8ee14343af0c0d2f381a88b28d29462dcf82c \ - sha256 7aa71c393cf4f24860051a5aa78da8925d73cb79ba045df442dff2343b1283d7 \ - size 1506086 +checksums rmd160 53af269ac6f8bdb7f001bfbc8acd8627035ece7b \ + sha256 ceceb2377563f5483738090b614447536daa4cea119dc768a0659543727b4497 \ + size 1506228 depends_build bin:perl:perl5 depends_lib port:ocaml \ diff --git a/ocaml/ocaml-ulex/Portfile b/ocaml/ocaml-ulex/Portfile index 1f9bfa3d807..19d749d570e 100644 --- a/ocaml/ocaml-ulex/Portfile +++ b/ocaml/ocaml-ulex/Portfile @@ -7,7 +7,7 @@ PortGroup ocaml 1.1 name ocaml-ulex github.setup whitequark ulex 1.3 v github.tarball_from archive -revision 4 +revision 5 categories ocaml devel textproc license BSD maintainers {landonf @landonf} openmaintainer