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 <pguyot@kallisys.net>
This commit is contained in:
Paul Guyot
2026-06-30 07:32:28 +02:00
committed by Perry E. Metzger
parent 5a7be6af7f
commit 70ab90739b
4 changed files with 11 additions and 11 deletions
+3 -3
View File
@@ -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
+2 -2
View File
@@ -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 \
+5 -5
View File
@@ -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 \
+1 -1
View File
@@ -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