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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/1f031578681c2e8acf65ae48fe1b9d60854293b9">https://github.com/macports/macports-ports/commit/1f031578681c2e8acf65ae48fe1b9d60854293b9</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 1f031578681 octave-statistics-resampling: use new octave PG API
</span>1f031578681 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1f031578681c2e8acf65ae48fe1b9d60854293b9
</span>Author: Marius Schamschula <mschamschula@gmail.com>
AuthorDate: Wed Feb 7 05:48:56 2024 -0600

<span style='display:block; white-space:pre;color:#404040;'>    octave-statistics-resampling: use new octave PG API
</span>---
 octave/octave-statistics-resampling/Portfile | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/octave/octave-statistics-resampling/Portfile b/octave/octave-statistics-resampling/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2238be6f8c7..e1815ab19ab 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/octave/octave-statistics-resampling/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/octave/octave-statistics-resampling/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,20 +1,16 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 
 PortSystem          1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup           github 1.0
</span> PortGroup           octave 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-version             5.5.6
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+octave.setup        github gnu-octave statistics-resampling 5.5.6
</span> revision            0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup        gnu-octave statistics-resampling ${version}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-octave.setup        statistics-resampling ${version}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-license             GPL-3
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+license             GPL-3+
</span> maintainers         {mps @Schamschula} openmaintainer
 description         Estimate bias, uncertainty (standard errors and confidence \
                     intervals) and test hypotheses (p-values) using bootstrap resampling \
                     methods.
 long_description    {*}${description}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage            https://github.com/gnu-octave/statistics-resampling/
</span> 
 checksums           rmd160  f4884f33d91fe6bca25e5f7f49954b7bb0c0233c \
                     sha256  ff0761770c8a373b4721289e4dcfccf7e592cb803b9e06edbf449ed81dad7747 \
</pre><pre style='margin:0'>

</pre>