diff --git a/genealogy/geneweb/Portfile b/genealogy/geneweb/Portfile index 3eba4bfcfe0..5b73d182961 100644 --- a/genealogy/geneweb/Portfile +++ b/genealogy/geneweb/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup github 1.0 github.setup geneweb geneweb 7.1.0-beta2 v -revision 0 +revision 1 categories genealogy maintainers {pguyot @pguyot} openmaintainer license GPL-2 diff --git a/lang/camlp5/Portfile b/lang/camlp5/Portfile index 25a690fe8e4..e64f02c8378 100644 --- a/lang/camlp5/Portfile +++ b/lang/camlp5/Portfile @@ -6,7 +6,7 @@ PortGroup github 1.0 github.setup camlp5 camlp5 8.03.01 # Change github.tarball_from to 'releases' or 'archive' next update github.tarball_from tarball -revision 1 +revision 2 categories lang ocaml license BSD maintainers {pmetzger @pmetzger} openmaintainer diff --git a/ocaml/ocaml-bos/Portfile b/ocaml/ocaml-bos/Portfile index da55663c446..459afd132f7 100644 --- a/ocaml/ocaml-bos/Portfile +++ b/ocaml/ocaml-bos/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup ocaml 1.1 name ocaml-bos -version 0.2.1 +version 0.3.0 revision 0 categories ocaml devel maintainers {pguyot @pguyot} openmaintainer @@ -23,9 +23,9 @@ use_bzip2 yes distname bos-${version} extract.suffix .tbz -checksums rmd160 49479be8e0e5c93630f8e444c7f68285ebd8cd74 \ - sha256 d8d62e786b10d697e0457205a8eedeaa27ebcc90f1855f18df190cac2e3d8f37 \ - size 42330 +checksums rmd160 8d3b64420a61b1154a385b7304361433764ef2a0 \ + sha256 089f369ed00967e92d89cc5fcd848c56bdab5c02737da4d483550bf56b5a79bc \ + size 44755 depends_lib-append port:ocaml-astring \ port:ocaml-fpath \ diff --git a/ocaml/ocaml-camlp5-buildscripts/Portfile b/ocaml/ocaml-camlp5-buildscripts/Portfile index 91c69fd8af8..bf8661c4525 100644 --- a/ocaml/ocaml-camlp5-buildscripts/Portfile +++ b/ocaml/ocaml-camlp5-buildscripts/Portfile @@ -7,7 +7,7 @@ PortGroup github 1.0 github.setup camlp5 camlp5-buildscripts 0.06 github.tarball_from archive name ocaml-camlp5-buildscripts -revision 1 +revision 2 categories ocaml devel maintainers {pguyot @pguyot} openmaintainer license BSD @@ -27,7 +27,10 @@ depends_lib-append port:ocaml-not-ocamlfind \ port:ocaml-fmt \ port:ocaml-re \ port:ocaml-bos \ + port:ocaml-rresult \ bin:bash:bash +patchfiles patch-rresult.diff + use_configure no ocaml.use_findlib yes diff --git a/ocaml/ocaml-camlp5-buildscripts/files/patch-rresult.diff b/ocaml/ocaml-camlp5-buildscripts/files/patch-rresult.diff new file mode 100644 index 00000000000..49c178b94f9 --- /dev/null +++ b/ocaml/ocaml-camlp5-buildscripts/files/patch-rresult.diff @@ -0,0 +1,11 @@ +--- 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)