<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/ea8023df48ec60d0b84d1832ca232f98cd3e6026">https://github.com/macports/macports-ports/commit/ea8023df48ec60d0b84d1832ca232f98cd3e6026</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit ea8023df48ec60d0b84d1832ca232f98cd3e6026
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Fri May 12 18:21:55 2023 +0800

<span style='display:block; white-space:pre;color:#404040;'>    fpm: update to 0.8.2
</span>---
 devel/fpm/Portfile | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/fpm/Portfile b/devel/fpm/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8984b6f6ae8..e82a3a6f9c4 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/fpm/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/fpm/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup           compiler_blacklist_versions 1.0
</span> PortGroup           compilers 1.0
 PortGroup           github 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup        fortran-lang fpm 0.8.1 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup        fortran-lang fpm 0.8.2 v
</span> revision            0
 categories          devel fortran
 license             MIT
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -17,9 +17,9 @@ long_description    Fortran Package Manager (fpm) is a package manager and build
</span>                     run the executables, tests and examples, and distribute it as a dependency \
                     to other Fortran projects.
 homepage            https://fpm.fortran-lang.org
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160  9b35a73c5b93e2a7c3b151d51b39a424ca11ad67 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  e4fc06bc8200ed864cb20ce7a7f455f319cfad8540dbdce98977a3e953e69a0b \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    size    194850
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  e5666c04094939cc0137ddd9eec74e2af2576c93 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  7b83ea9e479ee1b4c2a37bb49c29b4588076877c766b3979ef7f2b2845ff5b2d \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    199562
</span> 
 depends_build-append \
                     port:curl
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -44,14 +44,13 @@ patchfiles          patch-install.diff
</span> post-patch {
     reinplace "s,@FC@,${configure.fc}," ${worksrcpath}/install.sh
     reinplace "s,@PREFIX@,${worksrcpath}${prefix}," ${worksrcpath}/install.sh
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    reinplace "s,@VERSION@,${version},g" ${worksrcpath}/install.sh
</span> 
     file attributes ${worksrcpath}/install.sh -permissions +x
 }
 
 # Xcode clang of 10.7 fails with error: invalid instruction mnemonic 'cvtsi2ssl'
 compiler.blacklist-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    {clang < 500} *gcc-4.* macports-gcc-5 macports-gcc-6
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    {clang < 500} {*gcc-[34].*} {macports-gcc-[56]}
</span> compilers.setup     require_fortran
 
 use_configure       no
</pre><pre style='margin:0'>

</pre>