<pre style='margin:0'>
Perry E. Metzger (pmetzger) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/0d22f4cdafe79d02a712adadab33ed7ff7222951">https://github.com/macports/macports-ports/commit/0d22f4cdafe79d02a712adadab33ed7ff7222951</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 0d22f4cdafe79d02a712adadab33ed7ff7222951
</span>Author: barracuda156 <vital.had@gmail.com>
AuthorDate: Wed May 29 07:52:51 2024 +0800
<span style='display:block; white-space:pre;color:#404040;'> ocaml-ppxlib: update to 0.32.1
</span>---
ocaml/ocaml-ppxlib/Portfile | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/ocaml/ocaml-ppxlib/Portfile b/ocaml/ocaml-ppxlib/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 26787d8c51d..8bac11a4bca 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/ocaml/ocaml-ppxlib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/ocaml/ocaml-ppxlib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup github 1.0
</span> PortGroup ocaml 1.1
name ocaml-ppxlib
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup ocaml-ppx ppxlib 0.31.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup ocaml-ppx ppxlib 0.32.1
</span> revision 0
categories ocaml devel
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -16,13 +16,14 @@ long_description Ppxlib is the standard library for ppx rewriters and other \
</span> programs that manipulate the in-memory reprensation of the \
OCaml parsetree.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums rmd160 67c22d030355d20b20316f3c2d2ff09b3df03ac6 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- sha256 0723f1385e7baaecb89ab43cd11f03fe36663d6e2bd54bf889d518c8b5cc5f29 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- size 582387
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums rmd160 ba6a99bc6e0eff1e0e5a967e98ecfb66c3d71e2f \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ sha256 4c96bfd834f971d08b300a15ad185d86b6f971b09e296cb406348bdbb23cb09d \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ size 610383
</span> github.tarball_from archive
<span style='display:block; white-space:pre;background:#e0ffe0;'>+conflicts ocaml-migrate-parsetree
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> depends_lib port:ocaml-ppx_derivers \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- port:ocaml-migrate-parsetree \
</span> port:ocaml-sexplib0 \
port:ocaml-compiler-libs \
port:ocaml-stdlib-shims
</pre><pre style='margin:0'>
</pre>