<pre style='margin:0'>
Frank Schima (mf2k) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/9f662cad415f6994639d6c7121c0e815279ca936">https://github.com/macports/macports-ports/commit/9f662cad415f6994639d6c7121c0e815279ca936</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 9f662ca  bibtex2html:  - Fix homepage redirect  - reconfigure lines to match other Portfiles
</span>9f662ca is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 9f662cad415f6994639d6c7121c0e815279ca936
</span>Author: Frank Schima <mf2k@macports.org>
AuthorDate: Sat May 13 14:17:43 2017 -0600

<span style='display:block; white-space:pre;color:#404040;'>    bibtex2html:
</span><span style='display:block; white-space:pre;color:#404040;'>     - Fix homepage redirect
</span><span style='display:block; white-space:pre;color:#404040;'>     - reconfigure lines to match other Portfiles
</span>---
 textproc/bibtex2html/Portfile | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/bibtex2html/Portfile b/textproc/bibtex2html/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 17228c3..22e205c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/bibtex2html/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/bibtex2html/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -15,20 +15,27 @@ long_description    bibtex2html is a collection of tools for \
</span>     produce, from a set of bibliography files in \
     BibTeX format, a bibliography in HTML format.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage            http://www.lri.fr/~filliatr/bibtex2html/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage            https://www.lri.fr/~filliatr/bibtex2html/
</span> master_sites        http://www.lri.fr/~filliatr/ftp/bibtex2html
 
 checksums           rmd160  f47dda14108c3f53bca64352bfb7455f1b79d964 \
                     sha256  e925a0b97bf87a14bcbda95cac269835cd5ae0173504261f2c60e3c46a8706d6
 
 patchfiles          patch-aux2bib.1.diff
<span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.args      --mandir=${destroot}${prefix}/share/man
</span> 
 installs_libs       no
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-universal_variant   no
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_build       port:ocaml port:hevea bin:pdflatex:texlive-latex port:texlive-latex-extra port:texlive-fonts-recommended
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_build       port:hevea \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:ocaml \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    bin:pdflatex:texlive-latex \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:texlive-latex-extra \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:texlive-fonts-recommended
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> depends_run         bin:bibtex:texlive-basic
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args      --mandir=${destroot}${prefix}/share/man
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> destroot.target     install
 destroot.destdir    prefix=${destroot}${prefix}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+universal_variant   no
</span></pre><pre style='margin:0'>

</pre>