<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/b1dd134b20826a3ceec0c210ddba712e1bf859be">https://github.com/macports/macports-ports/commit/b1dd134b20826a3ceec0c210ddba712e1bf859be</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 b1dd134 ocaml-findlib: disable installation of META file for num
</span>b1dd134 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit b1dd134b20826a3ceec0c210ddba712e1bf859be
</span>Author: Perry E. Metzger <perry@piermont.com>
AuthorDate: Wed Oct 10 13:21:26 2018 -0400
<span style='display:block; white-space:pre;color:#404040;'> ocaml-findlib: disable installation of META file for num
</span>---
ocaml/ocaml-findlib/Portfile | 1 +
ocaml/ocaml-findlib/files/patch-meta.diff | 10 +++++-----
2 files changed, 6 insertions(+), 5 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 6107d98..be4886a 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;'>@@ -4,6 +4,7 @@ PortSystem 1.0
</span>
name ocaml-findlib
version 1.8.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 1
</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-findlib/files/patch-meta.diff b/ocaml/ocaml-findlib/files/patch-meta.diff
</span><span style='display:block; white-space:pre;color:#808080;'>index 679ae6b..3db05c6 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/ocaml/ocaml-findlib/files/patch-meta.diff
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/ocaml/ocaml-findlib/files/patch-meta.diff
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,16 +1,16 @@
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-Avoid installing META files for labltk and camlp4: Those are provided by their
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-respective packages now.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+Avoid installing META files for camlp4, labltk, and num.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+Those are provided by their respective packages now.
</span>
Index: findlib-1.8.0/configure
===================================================================
<span style='display:block; white-space:pre;background:#ffe0e0;'>---- configure.orig 2018-04-17 12:53:14.000000000 -0400
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-+++ configure 2018-04-17 12:53:45.000000000 -0400
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+--- configure.orig 2018-10-10 13:17:35.000000000 -0400
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++++ configure 2018-10-10 13:17:38.000000000 -0400
</span> @@ -581,7 +581,7 @@
# Generate the META files now.
-l="$ldbm dynlink $lgraphics $lnum str threads unix stdlib bigarray ocamldoc $llabltk $lcamlp4 $lobuild $lcomplibs $lbytes $lspacetime"
<span style='display:block; white-space:pre;background:#ffe0e0;'>-+l="$ldbm dynlink $lgraphics $lnum str threads unix stdlib bigarray ocamldoc $lobuild $lcomplibs $lbytes $lspacetime"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++l="$ldbm dynlink $lgraphics str threads unix stdlib bigarray ocamldoc $lobuild $lcomplibs $lbytes $lspacetime"
</span>
for dir in site-lib-src/*; do
# We do not really know if $dir is a directory.
</pre><pre style='margin:0'>
</pre>