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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/f6abd23fb6bab1d157de6b07670c292c9c9bbf57">https://github.com/macports/macports-ports/commit/f6abd23fb6bab1d157de6b07670c292c9c9bbf57</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 f6abd23fb6b math/*: set github.tarball_from explicitly
</span>f6abd23fb6b is described below

<span style='display:block; white-space:pre;color:#808000;'>commit f6abd23fb6bab1d157de6b07670c292c9c9bbf57
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Sat Jan 25 02:50:03 2025 +1100

<span style='display:block; white-space:pre;color:#404040;'>    math/*: set github.tarball_from explicitly
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    In preparation for changing the default.
</span>---
 math/4ti2/Portfile              | 2 ++
 math/AlphaSparse/Portfile       | 2 ++
 math/BRiAl/Portfile             | 2 ++
 math/ColPack/Portfile           | 3 ++-
 math/FastAD/Portfile            | 2 ++
 math/LiDIA/Portfile             | 2 ++
 math/QSopt_ex/Portfile          | 2 ++
 math/SISL/Portfile              | 2 ++
 math/Sophus/Portfile            | 2 ++
 math/SuiteSparse/Portfile       | 2 ++
 math/VecTcl/Portfile            | 2 ++
 math/admesh/Portfile            | 2 ++
 math/apophenia/Portfile         | 3 ++-
 math/arpack/Portfile            | 3 ++-
 math/ascent/Portfile            | 2 ++
 math/basiclu/Portfile           | 2 ++
 math/bayon/Portfile             | 3 ++-
 math/blitz/Portfile             | 5 +++--
 math/blitzwave/Portfile         | 5 +++--
 math/cadabra2/Portfile          | 2 ++
 math/caffe/Portfile             | 5 +++--
 math/casadi/Portfile            | 3 ++-
 math/clblas/Portfile            | 5 +++--
 math/clblast/Portfile           | 4 +++-
 math/coinor-cbc/Portfile        | 2 ++
 math/coinor-cgl/Portfile        | 2 ++
 math/coinor-clp/Portfile        | 2 ++
 math/coinor-coinutils/Portfile  | 2 ++
 math/coinor-osi/Portfile        | 2 ++
 math/crfpp/Portfile             | 3 ++-
 math/crfsuite/Portfile          | 2 ++
 math/curves/Portfile            | 2 ++
 math/cusp/Portfile              | 2 ++
 math/deal.ii/Portfile           | 2 ++
 math/eiscor/Portfile            | 2 ++
 math/ent/Portfile               | 2 ++
 math/eplot/Portfile             | 4 +++-
 math/gklib/Portfile             | 3 ++-
 math/gnudatalanguage/Portfile   | 2 ++
 math/gr1c/Portfile              | 3 ++-
 math/hptt/Portfile              | 2 ++
 math/ibex-lib/Portfile          | 3 ++-
 math/ipopt/Portfile             | 2 ++
 math/lapack/Portfile            | 2 ++
 math/latte-int/Portfile         | 2 ++
 math/libKriging/Portfile        | 2 ++
 math/libgpuarray/Portfile       | 4 +++-
 math/liblbfgs/Portfile          | 2 ++
 math/libpetanque/Portfile       | 2 ++
 math/lis/Portfile               | 3 ++-
 math/matrix-calculator/Portfile | 2 ++
 math/mcmcf90/Portfile           | 2 ++
 math/metis/Portfile             | 2 ++
 math/minpack/Portfile           | 2 ++
 math/mtl/Portfile               | 2 ++
 math/optpp/Portfile             | 2 ++
 math/paramonte/Portfile         | 2 ++
 math/parmetis/Portfile          | 3 ++-
 math/pffft/Portfile             | 2 ++
 math/polycalc/Portfile          | 2 ++
 math/polymake/Portfile          | 2 ++
 math/polysolve/Portfile         | 2 ++
 math/primme/Portfile            | 2 ++
 math/qepcad/Portfile            | 2 ++
 math/s2geometry/Portfile        | 2 ++
 math/singular/Portfile          | 2 ++
 math/stp/Portfile               | 3 ++-
 math/vdt/Portfile               | 4 +++-
 math/vowpal_wabbit/Portfile     | 3 ++-
 69 files changed, 146 insertions(+), 25 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/4ti2/Portfile b/math/4ti2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5c7b66b0511..538c24a05db 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/4ti2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/4ti2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,8 @@ PortGroup               github 1.0
</span> PortGroup               compiler_blacklist_versions 1.0
 
 github.setup            4ti2 4ti2 1_6_10 Release_
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from     tarball
</span> version                 [string map {_ .} ${github.version}]
 
 categories              math
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/AlphaSparse/Portfile b/math/AlphaSparse/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d42d12c3b22..3de39e07626 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/AlphaSparse/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/AlphaSparse/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,6 +6,8 @@ PortGroup           github 1.0
</span> PortGroup           mpi 1.0
 
 github.setup        AlphaSparse AlphaSparse 57eefee000734f40d9e972cbd110fbc4c51a71d3
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> version             2023.06.19
 revision            1
 categories          math
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/BRiAl/Portfile b/math/BRiAl/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d72a361deb0..1ceb75b3cf6 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/BRiAl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/BRiAl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,8 @@ PortGroup               github 1.0
</span> PortGroup               boost 1.0
 
 github.setup            BRiAl BRiAl 1.2.12
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from     tarball
</span> revision                0
 
 categories              math
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/ColPack/Portfile b/math/ColPack/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4dbe8934f2b..442103c73ca 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/ColPack/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/ColPack/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,8 +4,9 @@ PortSystem          1.0
</span> PortGroup           github 1.0
 
 github.setup        CSCsw ColPack 1.0.10 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> categories          math science
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> maintainers         {mcalhoun @MarcusCalhoun-Lopez} openmaintainer
 license             LGPL-3
 homepage            https://cscapes.cs.purdue.edu/coloringpage/
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/FastAD/Portfile b/math/FastAD/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1bc4581825b..ef88cad5f2f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/FastAD/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/FastAD/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,8 @@ PortGroup           cmake 1.0
</span> PortGroup           github 1.0
 
 github.setup        JamesYang007 FastAD 3.2.1 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision            0
 license             MIT
 categories          math
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/LiDIA/Portfile b/math/LiDIA/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c65782acabc..f1c3d31f11d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/LiDIA/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/LiDIA/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,8 @@ PortSystem              1.0
</span> PortGroup               github 1.0
 
 github.setup            mkoeppe LiDIA 19281f81af411ec86858ba0eb4030f20b1396df7
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from     tarball
</span> version                 2.3.0.20190901
 
 categories              math
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/QSopt_ex/Portfile b/math/QSopt_ex/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ac631b5ef0f..29538f6f0d8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/QSopt_ex/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/QSopt_ex/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,8 @@ PortSystem              1.0
</span> PortGroup               github 1.0
 
 github.setup            jonls qsopt-ex e5d498fde468e4669a3fbc4736e5d3b878e8c148
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from     tarball
</span> name                    QSopt_ex
 version                 2.5.10.20170629
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/SISL/Portfile b/math/SISL/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 90b083ba5bf..896d47dc769 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/SISL/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/SISL/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,8 @@ PortGroup           cmake 1.1
</span> PortGroup           github 1.0
 
 github.setup        SINTEF-Geometry SISL b8452a5d945c3e6aed0447e22bc6392cd7d5adad
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> version             2021.03.16
 categories          math
 maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/Sophus/Portfile b/math/Sophus/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e557c3ecf78..b24da2b2452 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/Sophus/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/Sophus/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,8 @@ PortGroup           github 1.0
</span> PortGroup           cmake 1.1
 
 github.setup        strasdat Sophus 1.22.10
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision            1
 categories          math
 platforms           any
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/SuiteSparse/Portfile b/math/SuiteSparse/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 58ec3ae58dc..c9da3786634 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/SuiteSparse/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/SuiteSparse/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,8 @@ PortSystem                  1.0
</span> PortGroup                   github 1.0
 
 github.setup                DrTimothyAldenDavis SuiteSparse 7.7.0 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from         tarball
</span> # subports have independent revisions
 revision                    0
 epoch                       20200517
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/VecTcl/Portfile b/math/VecTcl/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 91cfc7b9735..e6339a4b0d8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/VecTcl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/VecTcl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,8 @@ PortGroup           github 1.0
</span> 
 # Upstream added some fixes since the last release.
 github.setup        auriocus VecTcl 8cce67a4f4d54bcb67b601af6569d13407943d4d
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> version             0.3
 revision            0
 categories          math
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/admesh/Portfile b/math/admesh/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 43c053875e9..7d46462bdc0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/admesh/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/admesh/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,8 @@ PortSystem          1.0
</span> PortGroup           github 1.0
 
 github.setup        admesh admesh 0.98.5 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> categories          math
 license             GPL-2+
 maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/apophenia/Portfile b/math/apophenia/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 027c4b52fb5..d1801db164b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/apophenia/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/apophenia/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,10 +4,11 @@ PortSystem          1.0
</span> PortGroup           github 1.0
 
 github.setup        b-k apophenia 35e1093dabe8bae5aec4f36eb8d8ecb41ceda0e0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> version             20160308
 revision            3
 categories          math science
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> license             GPL-2
 
 maintainers         gmail.com:el.dirte \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/arpack/Portfile b/math/arpack/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f7b83996297..fa8d12db0ef 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/arpack/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/arpack/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,11 +7,12 @@ PortGroup           github 1.0
</span> PortGroup           linear_algebra 1.0
 
 github.setup        opencollab arpack-ng 3.9.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> name                arpack
 revision            1
 categories          math
 license             BSD
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> maintainers         nomaintainer
 description         Package for solving large-scale eigenvalue problems
 long_description    ARPACK is a collection of Fortran77 subroutines designed to \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/ascent/Portfile b/math/ascent/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3f27dceb5e7..ff22651103f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/ascent/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/ascent/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,8 @@ PortGroup           cmake 1.1
</span> PortGroup           github 1.0
 
 github.setup        AnyarInc Ascent 0.7.1 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> name                ascent
 revision            0
 categories          math science
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/basiclu/Portfile b/math/basiclu/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d660a206fa8..88b31afbe68 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/basiclu/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/basiclu/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,6 +9,8 @@ PortGroup               makefile 1.0
</span> legacysupport.newest_darwin_requires_legacy 15
 
 github.setup            ERGO-Code basiclu a2828782151288efa5e2cb2e0c1ac21925ed9db9
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from     tarball
</span> version                 2.2.0
 revision                1
 categories              math
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/bayon/Portfile b/math/bayon/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9a463287583..2d7b01e9b9a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/bayon/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/bayon/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,8 @@ PortSystem          1.0
</span> PortGroup           github 1.0
 
 github.setup        fujimizu bayon 0.1.1 release-
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision            1
 categories          math textproc
 maintainers         nomaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -12,7 +14,6 @@ description         a simple and fast hard-clustering tool
</span> long_description    Bayon is a simple and fast hard-clustering tool, and supports \
                     Repeated Bisection clustering and K-means clustering.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> license             GPL-2
 
 master_sites        googlecode:bayon
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/blitz/Portfile b/math/blitz/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 027ad933ad7..d0f3d92fd91 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/blitz/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/blitz/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,15 +7,16 @@ PortGroup               github     1.0
</span> PortGroup               cmake      1.1
 
 github.setup            blitzpp blitz 1.0.2
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from     tarball
</span> revision                0
 categories              math devel
 license                 {LGPL-3+ BSD Artistic-2}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms               darwin
</span> maintainers             {mcalhoun @MarcusCalhoun-Lopez} openmaintainer
 
 description             a C++ class library for scientific computing
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description        Blitz++ is ${description} which provides performance on \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description        Blitz++ is {*}${description} which provides performance on \
</span>                         par with Fortran 77/90. It uses template techniques to \
                         achieve high performance.
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/blitzwave/Portfile b/math/blitzwave/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 47ec02fb788..81e4f7f8a8b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/blitzwave/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/blitzwave/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,15 +4,16 @@ PortSystem          1.0
</span> PortGroup           github 1.0
 
 github.setup        oschulz blitzwave 0.8.0 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> categories          math devel
 license             GPL-2+
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> maintainers         nomaintainer
 
 description         C++ wavelet mini-library building on the blitz++ \
                     array template library
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description    blitzwave is a ${description}. blitzwave is heavily \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description    blitzwave is a {*}${description}. blitzwave is heavily \
</span>                     templated and supports wavelet decompositions of \
                     n-dimensional arrays of various numerical data types. \
                     You can define and use your own wavelets, a number of \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/cadabra2/Portfile b/math/cadabra2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 975ff07a636..e43c341ef8f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/cadabra2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/cadabra2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,6 +8,8 @@ PortGroup           github 1.0
</span> PortGroup           legacysupport 1.1
 
 github.setup        kpeeters cadabra2 2.5.8
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision            0
 
 categories          math
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/caffe/Portfile b/math/caffe/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 33227e53ad1..6f54f80af9e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/caffe/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/caffe/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,8 @@ PortGroup           github 1.0
</span> PortGroup           boost 1.0
 
 github.setup        BVLC caffe 1de4cebfb81d50267d0d8c2595372b14e1408248
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> version             20170817
 revision            27
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -12,10 +14,9 @@ categories          math science
</span> maintainers         nomaintainer
 
 description         a fast framework for deep learning
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description    ${description}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description    {*}${description}
</span> 
 homepage            http://caffe.berkeleyvision.org/
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> license             BSD
 
 checksums           rmd160  fbf514385ccfb2e7c0ef3ccd85c15ffbbd52ec88 \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/casadi/Portfile b/math/casadi/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 94708acc116..119f631ff0b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/casadi/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/casadi/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,8 +5,9 @@ PortGroup           github 1.0
</span> PortGroup           cmake 1.1
 
 github.setup        casadi casadi 3.3.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> categories          math
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> license             LGPL-3
 maintainers         {@ierofant gmail.com:aw.kornilov} openmaintainer
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/clblas/Portfile b/math/clblas/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 00ad2a61efe..49fc6501d32 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/clblas/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/clblas/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,16 +5,17 @@ PortGroup           github 1.0
</span> PortGroup           cmake 1.1
 
 github.setup        clMathLibraries clBLAS 2.12 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> 
 name                clblas
 categories          math
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> license             Apache
 
 maintainers         {stromnov @stromnov} openmaintainer
 
 description         A software library containing BLAS functions written in OpenCL
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description    ${description}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description    {*}${description}
</span> 
 checksums           rmd160  f9e1ab41a1975cd236e7cd4a0b0f14cdcb7e3336 \
                     sha256  69b08331459acb273305c287c6bd67345df9807d2f50e9eca933abac1cc12442
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/clblast/Portfile b/math/clblast/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0d83a5e04b0..c0e70299986 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/clblast/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/clblast/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,8 @@ PortGroup           github 1.0
</span> PortGroup           cmake 1.1
 
 github.setup        CNugteren CLBlast 1.6.2
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> 
 name                clblast
 categories          math
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -13,7 +15,7 @@ license             Apache-2
</span> maintainers         {stromnov @stromnov} openmaintainer
 
 description         Tuned OpenCL BLAS
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description    ${description}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description    {*}${description}
</span> 
 checksums           rmd160  0ad096c5b8628cd0577215e15dc6e06086896c7f \
                     sha256  783583b0b86e02ce9f50422f9e643e69c73b3d94bfcdff4e1e216b75d6a6ef7b \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/coinor-cbc/Portfile b/math/coinor-cbc/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 874b071ae3c..89a38d93bbc 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/coinor-cbc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/coinor-cbc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,6 +9,8 @@ revision                0
</span> categories              math
 
 github.setup            coin-or cbc ${version} releases/
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from     tarball
</span> 
 checksums               rmd160  98972ddd7a1d7a24ba3c591592e7411104fc88aa \
                         sha256  ea47ca1b87597e6099166a386112737f2ae545baf763efc29f4097d0bbcd9a8e \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/coinor-cgl/Portfile b/math/coinor-cgl/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 81b9262f2a6..b75793e6d5e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/coinor-cgl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/coinor-cgl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,6 +9,8 @@ revision                0
</span> categories              math
 
 github.setup            coin-or cgl ${version} releases/
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from     tarball
</span> 
 checksums               rmd160  ae3c46eebb3416da0cef944e382b7045aa1476a3 \
                         sha256  fb02f4d43ce234fb22e3aceaee092fcefb10619810e70c76c71c1b3f893eb7c5 \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/coinor-clp/Portfile b/math/coinor-clp/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1a7afa07b5b..e331a2eb456 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/coinor-clp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/coinor-clp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,6 +9,8 @@ revision                0
</span> categories              math
 
 github.setup            coin-or clp ${version} releases/
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from     tarball
</span> 
 checksums               rmd160  037253a6f0e117acb8af78aaa042215556bbecb9 \
                         sha256  c553362b4fe82b9dc10e0cead782e39d9fbf734e63174eee1ab39c5f3b7b5bca \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/coinor-coinutils/Portfile b/math/coinor-coinutils/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b3e32e1539f..6d2527e56c3 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/coinor-coinutils/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/coinor-coinutils/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,6 +9,8 @@ revision                    0
</span> categories                  math
 
 github.setup                coin-or coinutils ${version} releases/
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from         tarball
</span> 
 checksums                   rmd160  92d48d43f7be67b4ff8c95c89fc6111452e9832d \
                             sha256  fdf1a892e0ae6f4df00c6c10e8617ed7164347c8fce8ba9fd77fddd9bab8bca4 \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/coinor-osi/Portfile b/math/coinor-osi/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 39871bd87bf..e3feeb38bdc 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/coinor-osi/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/coinor-osi/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,6 +9,8 @@ revision                0
</span> categories              math
 
 github.setup            coin-or osi ${version} releases/
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from     tarball
</span> 
 checksums               rmd160  438fa598ffb19741a6119fbe7cc257a5aae7ffc0 \
                         sha256  a136cb21174c0ba0db74c18e5e6a4d80aebf59dcc7d361d5789097771eed6153 \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/crfpp/Portfile b/math/crfpp/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 59c5024de48..1f1da6443c3 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/crfpp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/crfpp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,8 @@ PortSystem          1.0
</span> PortGroup           github 1.0
 
 github.setup        taku910 crfpp 0.58
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision            1
 epoch               1
 categories          math textproc
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -17,7 +19,6 @@ long_description    CRF++ is a simple, customizable, and open source implementat
</span>                     a variety of NLP tasks, such as Named Entity Recognition, \
                     Information Extraction and Text Chunking.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> license             LGPL-3+ BSD
 
 homepage            https://taku910.github.io/crfpp/
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/crfsuite/Portfile b/math/crfsuite/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d3c633d4a77..67bbe50b5ad 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/crfsuite/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/crfsuite/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,8 @@ PortSystem          1.0
</span> PortGroup           github 1.0
 
 github.setup        chokkan crfsuite 961809adc379148892022276fc9367dfcb2b680f
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> version             0.12.2
 categories          math textproc
 maintainers         nomaintainer
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/curves/Portfile b/math/curves/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c70b272b8cd..bf6a0ccf26b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/curves/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/curves/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,6 +7,8 @@ PortGroup           legacysupport 1.1
</span> PortGroup           compiler_blacklist_versions 1.0
 
 github.setup        teodimoff curves f97e0569491439f6e63f3b00559689fbfbc5d261
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> version             20220312
 revision            0
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/cusp/Portfile b/math/cusp/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5183f2a3bae..b6b07779e74 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/cusp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/cusp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,8 @@ PortSystem          1.0
</span> PortGroup           github 1.0
 
 github.setup        cusplibrary cusplibrary 0.5.1 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision            1
 name                cusp
 categories          math science
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/deal.ii/Portfile b/math/deal.ii/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 532864e4a6d..48b3e4b2a21 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/deal.ii/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/deal.ii/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,6 +9,8 @@ PortGroup                   boost          1.0
</span> 
 name                        deal.ii
 github.setup                dealii dealii 9.4.2 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from         tarball
</span> revision                    4
 categories                  math science
 license                     LGPL-2.1+
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/eiscor/Portfile b/math/eiscor/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 17651737a07..5185a3f8189 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/eiscor/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/eiscor/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,6 +7,8 @@ PortGroup           github 1.0
</span> PortGroup           makefile 1.0
 
 github.setup        eiscor eiscor 849f56c64eb79a4fd75c46c9d2591045a6d5c889
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> version             0.2.0
 revision            0
 categories          math fortran
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/ent/Portfile b/math/ent/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a7faea78415..64cadb8d401 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/ent/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/ent/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,8 @@ PortSystem          1.0
</span> PortGroup           github 1.0
 
 github.setup        Fourmilab ent_random_sequence_tester 388d2cc499813e6865e833a66b612172a1674efc
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> name                ent
 version             20220220
 categories          math security
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/eplot/Portfile b/math/eplot/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4b12501bf6b..a8ab7c8cc08 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/eplot/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/eplot/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,8 @@ PortGroup           github 1.0
</span> PortGroup           ruby 1.0
 
 github.setup        chriswolfvision eplot a198a8fa43e69a69b3f788d706627a92d983b376
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> version             20230228
 revision            0
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -15,7 +17,7 @@ categories          math ruby
</span> maintainers         {amake @amake} openmaintainer
 
 description         Easily pipe data through gnuplot and create plots quickly
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description    ${description}. Save in PostScript, PDF, PNG or EMF format. \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description    {*}${description}. Save in PostScript, PDF, PNG or EMF format. \
</span>                     Plotting of multiple files into a single diagram is supported.
 
 ruby.branch         2.7
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/gklib/Portfile b/math/gklib/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a8eec0f134d..eb8a100d004 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/gklib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/gklib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,10 +5,11 @@ PortGroup           cmake 1.1
</span> PortGroup           github 1.0
 
 github.setup        KarypisLab GKlib 8bd6bad750b2b0d90800c632cf18e8ee93ad72d7
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> name                gklib
 version             20230327
 categories          math
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> maintainers         nomaintainer
 license             Apache-2
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/gnudatalanguage/Portfile b/math/gnudatalanguage/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b3c43cd1d3e..3965759beaa 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/gnudatalanguage/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/gnudatalanguage/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,6 +7,8 @@ PortGroup                   mpi 1.0
</span> PortGroup                   github 1.0
 
 github.setup                gnudatalanguage gdl 1.0.0-rc.3 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from         tarball
</span> revision                    16
 name                        ${github.author}
 epoch                       2
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/gr1c/Portfile b/math/gr1c/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ae5bffba8eb..fcfe4a55222 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/gr1c/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/gr1c/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,9 +4,10 @@ PortSystem          1.0
</span> PortGroup           github 1.0
 
 github.setup        tulip-control gr1c 0.13.2 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> 
 categories          math devel
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> maintainers         {cds.caltech.edu:slivingston @slivingston} \
                     openmaintainer
 license             BSD
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/hptt/Portfile b/math/hptt/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 69a89696720..d377a81b89a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/hptt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/hptt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,6 +6,8 @@ PortGroup           compiler_blacklist_versions 1.0
</span> PortGroup           github 1.0
 
 github.setup        springer13 hptt 942538649b51ff14403a0c73a35d9825eab2d7de
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> version             1.0.5
 revision            1
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/ibex-lib/Portfile b/math/ibex-lib/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6b5d5d95c90..0a49a5ce0bf 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/ibex-lib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/ibex-lib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,8 +6,9 @@ PortGroup           waf 1.0
</span> PortGroup           compiler_blacklist_versions 1.0
 
 github.setup        ibex-team ibex-lib 2.8.5 ibex-
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> categories          math
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> maintainers         nomaintainer
 license             LGPL-3
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/ipopt/Portfile b/math/ipopt/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index eb946887648..a9f2951b3a5 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/ipopt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/ipopt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,8 @@ PortGroup           mpi 1.0
</span> PortGroup           github 1.0
 
 github.setup        coin-or ipopt 3.14.16 releases/
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision            0
 categories          math
 license             Eclipse
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/lapack/Portfile b/math/lapack/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 80fa009f0a6..3374ce4ddb2 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/lapack/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/lapack/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,6 +7,8 @@ PortGroup           compiler_blacklist_versions 1.0
</span> PortGroup           cmake 1.1
 
 github.setup        Reference-LAPACK lapack 3.12.0 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> if {${subport} eq ${name}} {
     compilers.choose    cc fc f77 f90
     compilers.setup     require_fortran -clang
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/latte-int/Portfile b/math/latte-int/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 376e2177197..e3a3a018ff5 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/latte-int/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/latte-int/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,8 @@ PortSystem              1.0
</span> PortGroup               github 1.0
 
 github.setup            latte-int latte 1_7_6 version_
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from     tarball
</span> name                    latte-int
 version                 [string map {_ .} ${github.version}]
 revision                3
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/libKriging/Portfile b/math/libKriging/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 60142218311..1a0e3c70f6b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/libKriging/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/libKriging/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,6 +6,8 @@ PortGroup           compilers 1.0
</span> PortGroup           github 1.0
 
 github.setup        libKriging libKriging 0.8.3 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision            3
 categories          math
 license             Apache-2
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/libgpuarray/Portfile b/math/libgpuarray/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 09d327ca167..7c3376a41a3 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/libgpuarray/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/libgpuarray/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,8 @@ PortGroup           cmake 1.1
</span> PortGroup           github 1.0
 
 github.setup        Theano libgpuarray 0.7.6 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> 
 categories          math devel
 license             MIT
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -14,7 +16,7 @@ supported_archs     x86_64
</span> maintainers         {stromnov @stromnov} openmaintainer
 
 description         Library to manipulate tensors on the GPU.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description    ${description}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description    {*}${description}
</span> 
 checksums           rmd160  0b1b4a4be3e22fdf3cf38f325c090c6bddeb5109 \
                     sha256  fa96c5d2baf5c6ee4521104409bfab5a3319fcc055f89b8c75d4a45983354c5e \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/liblbfgs/Portfile b/math/liblbfgs/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d173dc03403..4327a5a3fa9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/liblbfgs/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/liblbfgs/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,8 @@ PortSystem          1.0
</span> PortGroup           github 1.0
 
 github.setup        chokkan liblbfgs 05bdaad9d8ac44f7f9bfd242457da100bd8a8915
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> version             2021.04.12
 categories          math
 maintainers         nomaintainer
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/libpetanque/Portfile b/math/libpetanque/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index dc20fcad0a8..5b4f45716cd 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/libpetanque/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/libpetanque/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,8 @@ PortGroup           cmake 1.1
</span> PortGroup           github 1.0
 
 github.setup        quarkslab arybo 1.1.0 release-
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> name                libpetanque
 revision            0
 categories          math
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/lis/Portfile b/math/lis/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1399d22fe79..18529eb5b3a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/lis/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/lis/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,13 +6,14 @@ PortGroup           mpi        1.0
</span> PortGroup           muniversal 1.0
 
 github.setup        anishida lis 2.0.30
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision            0
 master_sites        https://www.ssisc.org/lis/dl
 use_zip            yes
 
 homepage            https://www.ssisc.org/lis/index.en.html
 categories          math science
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> license             BSD
 maintainers         {mcalhoun @MarcusCalhoun-Lopez} openmaintainer
 description         a parallel software library for solving linear equations and eigenvalue problems
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/matrix-calculator/Portfile b/math/matrix-calculator/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 16b17c774f7..2b86babf3c7 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/matrix-calculator/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/matrix-calculator/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,6 +6,8 @@ PortGroup           compiler_blacklist_versions 1.0
</span> PortGroup           github 1.0
 
 github.setup        kalinochkind matrix-calculator 5c5befd313f0522f8b91fa1d6f19a821bc46308e
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> version             2018.03.13
 revision            1
 categories          math
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/mcmcf90/Portfile b/math/mcmcf90/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6dc42a33398..d6adf2bf66c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/mcmcf90/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/mcmcf90/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,6 +7,8 @@ PortGroup           github 1.0
</span> PortGroup           makefile 1.0
 
 github.setup        mjlaine mcmcf90 67d6078137b7bdd6ed8ba84440ca99237301fe86
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> version             2023.04.06
 revision            0
 categories          math science fortran
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/metis/Portfile b/math/metis/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c7ea07a2245..b748303e3a0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/metis/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/metis/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,6 +6,8 @@ PortGroup           github 1.0
</span> PortGroup           active_variants 1.1
 
 github.setup        KarypisLab METIS e0f1b88b8efcb24ffa0ec55eabb78fbe61e58ae7
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> name                metis
 version             20230403
 revision            0
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/minpack/Portfile b/math/minpack/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 36683980528..0100e593859 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/minpack/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/minpack/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,6 +6,8 @@ PortGroup           github 1.0
</span> PortGroup           meson 1.0
 
 github.setup        fortran-lang minpack c0b5aea9fcd2b83865af921a7a7e881904f8d3c2
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> version             20220613
 revision            0
 categories          math devel
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/mtl/Portfile b/math/mtl/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 636c6d87edd..9fa2e45f97a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/mtl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/mtl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,6 +6,8 @@ PortGroup       cmake 1.1
</span> PortGroup       github 1.0
 
 github.setup    simunova mtl4 09d8523d59baf5fdec29f3509a63babc2763af4a
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> name            mtl
 version         2021.03.06
 revision        0
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/optpp/Portfile b/math/optpp/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7224e13d108..749b9bb4790 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/optpp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/optpp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,8 @@ PortGroup           github 1.0
</span> PortGroup           mpi 1.0
 
 github.setup        openturns optpp 007d946c950ec17291e735242b26787bb4885b20
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> version             20220920
 revision            0
 categories          math
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/paramonte/Portfile b/math/paramonte/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b94583811bd..57fccc16995 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/paramonte/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/paramonte/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,6 +9,8 @@ PortGroup           mpi 1.0
</span> 
 # Using commit since release is broken: https://github.com/cdslaborg/paramonte/issues/20
 github.setup        cdslaborg paramonte 08b5ee74e1dc9045fca8fd7d94e3bbc979a3c425
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> version             1.5.1
 revision            2
 categories          math science fortran
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/parmetis/Portfile b/math/parmetis/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 17f19e4fb4d..123e1db4f5d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/parmetis/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/parmetis/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,11 +7,12 @@ PortGroup           github 1.0
</span> PortGroup           active_variants 1.1
 
 github.setup        KarypisLab ParMETIS 8ee6a372ca703836f593e3c450ca903f04be14df
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> name                parmetis
 version             20230326
 revision            0
 categories          math
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> maintainers         nomaintainer
 # Included license is for "evaluation purposes" only (whatever that means) if
 # you're not a non-profit or US government agency.
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/pffft/Portfile b/math/pffft/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index bdfd1f2a04a..80ad4b17706 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/pffft/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/pffft/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,8 @@ PortGroup           cmake 1.1
</span> PortGroup           github 1.0
 
 github.setup        marton78 pffft e0bf595c98ded55cc457a371c1b29c8cab552628
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> version             2022.12.19
 revision            0
 categories          math
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/polycalc/Portfile b/math/polycalc/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1d0ef80efd5..eb676ccfeab 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/polycalc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/polycalc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,8 @@ PortGroup           github 1.0
</span> PortGroup           makefile 1.0
 
 github.setup        Zeta611 polycalc 8c6922fab48f8e23ac4f02d00cd27cb271a02965
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> version             2023.01.03
 revision            0
 categories          math
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/polymake/Portfile b/math/polymake/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 19257d07810..60cc067abab 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/polymake/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/polymake/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,6 +7,8 @@ PortGroup               perl5 1.0
</span> PortGroup               conflicts_build 1.0
 
 github.setup            polymake polymake 4.11 V
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from     tarball
</span> revision                2
 categories              math
 license                 GPL-2+
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/polysolve/Portfile b/math/polysolve/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e046d67c515..3203a68628a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/polysolve/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/polysolve/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,8 @@ PortGroup           cmake 1.1
</span> PortGroup           github 1.0
 
 github.setup        polyfem polysolve 91f7e3a4a44df4ca541cb46923d5593a49254efd
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> version             2023.06.29
 revision            0
 categories          math
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/primme/Portfile b/math/primme/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index fedde18d445..6ef13df2f9b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/primme/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/primme/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,6 +7,8 @@ PortGroup           linear_algebra 1.0
</span> PortGroup           makefile 1.0
 
 github.setup        primme primme 3.2 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision            1
 categories          math
 license             BSD
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/qepcad/Portfile b/math/qepcad/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7cdf45d4a91..8c313020982 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/qepcad/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/qepcad/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,6 +6,8 @@ PortGroup           compiler_blacklist_versions 1.0
</span> PortGroup           github 1.0
 
 github.setup        PetterS qepcad d9b8661bc37bbb50a3ac4a90a3000e602fda8f15
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> version             2023.03.12
 revision            0
 categories          math
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/s2geometry/Portfile b/math/s2geometry/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e2f78623cf5..695a6eea411 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/s2geometry/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/s2geometry/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,6 +8,8 @@ PortGroup           legacysupport 1.1
</span> PortGroup           openssl 1.0
 
 github.setup        google s2geometry 0.11.1 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision            4
 categories          math science
 license             Apache-2
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/singular/Portfile b/math/singular/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1d0505c5f51..bcf96b78de8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/singular/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/singular/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,6 +9,8 @@ PortGroup           compiler_blacklist_versions 1.0
</span> legacysupport.newest_darwin_requires_legacy 15
 
 github.setup        Singular Singular 4-4-0 Release-
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> name                singular
 revision            0
 version             [string map {- .} ${github.version}]
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/stp/Portfile b/math/stp/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 427b4552144..5b2fc47ac19 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/stp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/stp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,10 +6,11 @@ PortGroup           cmake 1.1
</span> PortGroup           boost 1.0
 
 github.setup        stp stp 450a95243aeec7a246af343cd86297e5ecd40765
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> version             20150306
 revision            3
 categories          math
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> universal_variant   no
 license             MIT
 maintainers         nomaintainer
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/vdt/Portfile b/math/vdt/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 22cd84eea5d..7b8a93932f6 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/vdt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/vdt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,6 +6,8 @@ PortGroup           cmake 1.1
</span> PortGroup           github 1.0
 
 github.setup        dpiparo vdt 0.4.4 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> #github.setup        cjones051073 vdt b376d0f9e8cc97689d89f7f8c40c3a4644f48679
 #version             0.4.1
 revision            0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -22,7 +24,7 @@ maintainers         {jonesc @cjones051073} openmaintainer
</span> license             LGPL-3+
 
 description         A collection of fast and inline implementations of mathematical functions.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description    ${name} provides ${description}.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description    ${name} provides {*}${description}.
</span> 
 compiler.cxx_standard 2011
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/vowpal_wabbit/Portfile b/math/vowpal_wabbit/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ba05472a305..c91fd509082 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/vowpal_wabbit/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/vowpal_wabbit/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,9 +5,10 @@ PortGroup           github 1.0
</span> PortGroup           boost 1.0
 
 github.setup        JohnLangford vowpal_wabbit 8.3.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision            3
 categories          math
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> license             BSD
 
 maintainers         {stromnov @stromnov} openmaintainer
</pre><pre style='margin:0'>

</pre>