<pre style='margin:0'>
Landon Fuller (landonf) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ed7dc9530e9baa8f283c55abc61f337b6085f51e">https://github.com/macports/macports-ports/commit/ed7dc9530e9baa8f283c55abc61f337b6085f51e</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new ed7dc95  ocaml-ocamlbuild: fix OCAMLBUILD_LIBDIR
</span>ed7dc95 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ed7dc9530e9baa8f283c55abc61f337b6085f51e
</span>Author: Landon Fuller <landonf@macports.org>
AuthorDate: Fri Sep 27 17:12:52 2019 -0600

<span style='display:block; white-space:pre;color:#404040;'>    ocaml-ocamlbuild: fix OCAMLBUILD_LIBDIR
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Under a "normal" findlib installation, OCAMLBUILD_LIBDIR should be
</span><span style='display:block; white-space:pre;color:#404040;'>    $OCAMLLIB/site-lib.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Also bumps ocaml-findlib's revision to force a rebuild; without
</span><span style='display:block; white-space:pre;color:#404040;'>    this change, ocaml-findlib installs a broken META file in
</span><span style='display:block; white-space:pre;color:#404040;'>    $OCAMLLIB/site-lib, which would now conflict with ocamlbuild.
</span>---
 ocaml/ocaml-findlib/Portfile    | 2 +-
 ocaml/ocaml-ocamlbuild/Portfile | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/ocaml/ocaml-findlib/Portfile b/ocaml/ocaml-findlib/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index bd24317..c715440 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/ocaml/ocaml-findlib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/ocaml/ocaml-findlib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup           active_variants 1.1
</span> 
 name                ocaml-findlib
 version             1.8.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            3
</span> distname            findlib-${version}
 categories          ocaml devel
 maintainers         {pmetzger @pmetzger} openmaintainer
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/ocaml/ocaml-ocamlbuild/Portfile b/ocaml/ocaml-ocamlbuild/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a366bb7..b14411c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/ocaml/ocaml-ocamlbuild/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/ocaml/ocaml-ocamlbuild/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,7 +6,7 @@ PortGroup           github 1.0
</span> 
 github.setup        ocaml ocamlbuild 0.14.0
 name                ocaml-ocamlbuild
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> categories          ocaml devel
 maintainers         {pmetzger @pmetzger} openmaintainer
 license             {LGPL-2.1 OpenSSLException}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -27,7 +27,7 @@ checksums           rmd160  9c414261c92ff1b04e8ebd57f6f5f04f9982a72a \
</span> configure.pre_args
 configure.args      OCAMLBUILD_PREFIX=${prefix} \
                     OCAMLBUILD_BINDIR=${prefix}/bin \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    OCAMLBUILD_LIBDIR=${prefix}/lib/ocaml \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    OCAMLBUILD_LIBDIR=${prefix}/lib/ocaml/site-lib \
</span>                     OCAMLBUILD_MANDIR=${prefix}/share/man \
                     OCAML_NATIVE=true
 configure.cmd       make configure
</pre><pre style='margin:0'>

</pre>