<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/0268f12372abe6229f4848cc68153a3173535439">https://github.com/macports/macports-ports/commit/0268f12372abe6229f4848cc68153a3173535439</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 0268f12372abe6229f4848cc68153a3173535439
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Sat Mar 4 01:45:03 2023 +0800

<span style='display:block; white-space:pre;color:#404040;'>    R-statmod: support tests
</span>---
 R/R-statmod/Portfile | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/R/R-statmod/Portfile b/R/R-statmod/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4a88ad92f2b..977d26e8f1f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/R/R-statmod/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/R/R-statmod/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,10 +8,14 @@ revision            0
</span> categories-append   math
 maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
 license             {GPL-2 GPL-3}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-description         Statistical modeling
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description    Collection of algorithms and functions to aid statistical modeling.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+description         Statistical modelling
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description    Collection of algorithms and functions to aid statistical modelling.
</span> checksums           rmd160  c11835855d3cc248fb3c69a20e607f92be1c94f0 \
                     sha256  d61c3ef9b09d55b42e038f8d767fa483ebbdec2a9c7172b1b0ccda0ae0016ec9 \
                     size    92486
 
 compilers.setup     require_fortran
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_test-append port:R-tweedie
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+test.run            yes
</span></pre><pre style='margin:0'>

</pre>