ocaml-camlp5-buildscripts: update to 0.07

Signed-off-by: Paul Guyot <pguyot@kallisys.net>
This commit is contained in:
Paul Guyot
2026-06-06 07:29:17 +02:00
committed by Renee Otten
parent 768adc17f1
commit 0fa06bc18c
2 changed files with 5 additions and 18 deletions
+5 -7
View File
@@ -4,10 +4,10 @@ PortSystem 1.0
PortGroup ocaml 1.1
PortGroup github 1.0
github.setup camlp5 camlp5-buildscripts 0.06
github.setup camlp5 camlp5-buildscripts 0.07
github.tarball_from archive
name ocaml-camlp5-buildscripts
revision 3
revision 0
categories ocaml devel
maintainers {pguyot @pguyot} openmaintainer
license BSD
@@ -19,9 +19,9 @@ long_description These are build-scripts that are helpful in building \
bin-directory, but in the package-directory, hence invoked \
via the "ocamlfind package/exe" method.
checksums rmd160 168d3f4bac7a4221fefbe6b27dd357aa7715638a \
sha256 7facb9d03a10902110632d8b33abbf01f605fedaaf364234a0aa70804d9794bc \
size 18736
checksums rmd160 908c1f4d1d7be5151f86f8e8ea8a9d5f86847f53 \
sha256 c619c1912b277d4f6f269884c4cf979e5cbd1dadcefc7c150103b2800391be77 \
size 18790
depends_lib-append port:ocaml-not-ocamlfind \
port:ocaml-fmt \
@@ -30,7 +30,5 @@ depends_lib-append port:ocaml-not-ocamlfind \
port:ocaml-rresult \
bin:bash:bash
patchfiles patch-rresult.diff
use_configure no
ocaml.use_findlib yes
@@ -1,11 +0,0 @@
--- src/Makefile.orig
+++ src/Makefile
@@ -9,7 +9,7 @@
NOT_OCAMLFIND=not-ocamlfind
OCAMLFIND=ocamlfind
-PACKAGES=re,fmt,unix,bos
+PACKAGES=re,fmt,unix,bos,rresult
BIN=ya-wrap-ocamlfind$(EXE) fixin$(EXE) join_meta$(EXE) LAUNCH$(EXE)
ifeq ($(OS),Windows_NT)