<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d254963ac64d0b47661622782b05a0fe54a81561">https://github.com/macports/macports-ports/commit/d254963ac64d0b47661622782b05a0fe54a81561</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 d254963ac64 libtommath: install pkgconfig file
</span>d254963ac64 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d254963ac64d0b47661622782b05a0fe54a81561
</span>Author: Christopher Chavez <chrischavez@gmx.us>
AuthorDate: Thu Apr 27 04:49:24 2023 -0500

<span style='display:block; white-space:pre;color:#404040;'>    libtommath: install pkgconfig file
</span>---
 math/libtommath/Portfile | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/libtommath/Portfile b/math/libtommath/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 33b37373e3a..27e1c5347dc 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/libtommath/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/libtommath/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,7 @@ PortSystem          1.0
</span> PortGroup           github 1.0
 
 github.setup        libtom libtommath 1.2.0 v
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            3
</span> categories          math
 platforms           darwin
 maintainers         nomaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -52,7 +52,13 @@ destroot {
</span>         ${destroot}${prefix}/lib
     ln -s libtommath.${version}.dylib ${destroot}${prefix}/lib/libtommath.0.dylib
     ln -s libtommath.${version}.dylib ${destroot}${prefix}/lib/libtommath.dylib
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    copy ${worksrcpath}/libtommath.pc.in ${worksrcpath}/libtommath.pc
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    reinplace -W ${worksrcpath} -- "s,^prefix=.*,prefix=${prefix}," libtommath.pc
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    reinplace -W ${worksrcpath} -- "s,^includedir=.*,&/${name}," libtommath.pc
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    reinplace -W ${worksrcpath} -- "s,^Version:.*,Version: ${version}," libtommath.pc
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -m 755 -d ${destroot}${prefix}/lib/pkgconfig
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -m 644 -W ${worksrcpath} libtommath.pc ${destroot}${prefix}/lib/pkgconfig
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     set docdir ${destroot}${prefix}/share/doc/${name}
     xinstall -d ${docdir}
     xinstall -m 644 -W ${worksrcpath} \
</pre><pre style='margin:0'>

</pre>