<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/27550caa75f2220e4692a072d3cb0174d35f8451">https://github.com/macports/macports-ports/commit/27550caa75f2220e4692a072d3cb0174d35f8451</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 27550caa75f lang/*: set github.tarball_from explicitly
</span>27550caa75f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 27550caa75f2220e4692a072d3cb0174d35f8451
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Thu Jan 23 00:38:56 2025 +1100

<span style='display:block; white-space:pre;color:#404040;'>    lang/*: 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>---
 lang/Io/Portfile                 | 4 +++-
 lang/alan/Portfile               | 3 ++-
 lang/algol-68rs/Portfile         | 2 ++
 lang/antlr3/Portfile             | 2 ++
 lang/antlr4-cpp-runtime/Portfile | 2 ++
 lang/beancount.el/Portfile       | 2 ++
 lang/bf2c/Portfile               | 3 ++-
 lang/camlp5/Portfile             | 2 ++
 lang/castxml/Portfile            | 4 +++-
 lang/ccl/Portfile                | 2 ++
 lang/chapel/Portfile             | 3 ++-
 lang/colm/Portfile               | 2 ++
 lang/coq/Portfile                | 2 ++
 lang/dmd-doc/Portfile            | 2 ++
 lang/dmd-tools/Portfile          | 3 ++-
 lang/dmd/Portfile                | 3 ++-
 lang/druntime/Portfile           | 3 ++-
 lang/fsharp/Portfile             | 2 ++
 lang/gf/Portfile                 | 4 ++++
 lang/gravity/Portfile            | 3 ++-
 lang/hamlet/Portfile             | 2 ++
 lang/ispc/Portfile               | 7 +++++--
 lang/janet/Portfile              | 3 ++-
 lang/jslint/Portfile             | 2 ++
 lang/jsmin/Portfile              | 2 ++
 lang/jython/Portfile             | 3 ++-
 lang/libomp/Portfile             | 2 ++
 lang/llvm-devel/Portfile         | 2 ++
 lang/loli/Portfile               | 2 ++
 lang/nawk/Portfile               | 3 ++-
 lang/obc/Portfile                | 2 ++
 lang/ocaml-camlp4/Portfile       | 2 ++
 lang/phobos/Portfile             | 3 ++-
 lang/pyobfuscate/Portfile        | 2 ++
 lang/racket/Portfile             | 1 -
 lang/ragel/Portfile              | 2 ++
 lang/rpcgen-mt/Portfile          | 3 ++-
 lang/slime/Portfile              | 2 ++
 lang/stack/Portfile              | 3 ++-
 lang/toluapp/Portfile            | 3 ++-
 lang/zoem/Portfile               | 2 ++
 41 files changed, 87 insertions(+), 19 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/Io/Portfile b/lang/Io/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7c02019144d..7081afea727 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/Io/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/Io/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,8 @@ PortGroup               github 1.0
</span> PortGroup               cmake 1.0
 
 github.setup            IoLanguage io 2017.09.06
<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                8
 name                    Io
 categories              lang
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -15,7 +17,7 @@ maintainers             {mark @markemer} openmaintainer
</span> 
 description             Io is small prototype-based programming language
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description        ${description}. The ideas in Io are mostly inspired \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description        {*}${description}. The ideas in Io are mostly inspired \
</span>                         by Smalltalk (all values are objects), Self, \
                         NewtonScript and Act1 (prototype-based differential \
                         inheritance, actors and futures for concurrency), \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/alan/Portfile b/lang/alan/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a3a4d7c97d7..f718f27277f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/alan/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/alan/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        alantech alan 0.1.23 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
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> categories          lang
 
 license             Apache-2 \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/algol-68rs/Portfile b/lang/algol-68rs/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 55098dc9aae..b9790edf5db 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/algol-68rs/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/algol-68rs/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        coolbikerdad Algol-68RS-Source ef25e71aa7d45f602ad464dd28059be3834db173
<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                algol-68rs
 version             2021.05.18
 revision            0
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/antlr3/Portfile b/lang/antlr3/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 249ffd5bdf0..9a0e127fcd0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/antlr3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/antlr3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,8 @@ PortGroup       github 1.0
</span> 
 set real_name   antlr
 github.setup    antlr antlr3 3.5.3
<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      lang java
 maintainers     nomaintainer
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/antlr4-cpp-runtime/Portfile b/lang/antlr4-cpp-runtime/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 554cb40cb22..78a575257ef 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/antlr4-cpp-runtime/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/antlr4-cpp-runtime/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        antlr antlr4 4.13.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                antlr4-cpp-runtime
 revision            1
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/beancount.el/Portfile b/lang/beancount.el/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3b6a68d4545..3070c103714 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/beancount.el/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/beancount.el/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        beancount beancount-mode 3c04745fa539c25dc007683ad257239067c24cfe
<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             20210303
 revision            0
 checksums           rmd160  38ef2dbf7c048fe05c278c9043599521372cd18e \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/bf2c/Portfile b/lang/bf2c/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3346a154852..a033f740d95 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/bf2c/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/bf2c/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,6 +2,8 @@ PortSystem       1.0
</span> PortGroup        github 1.0
 
 github.setup     rene0 bf2c 1.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> categories       lang
 license          BSD
 maintainers      nomaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -12,7 +14,6 @@ long_description \
</span>     head, an input device and an output device. This program converts \
     Brainf*ck source into C, while attempting to optimize.
 homepage         http://rene-ladan.nl/bf2c/
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms        darwin
</span> checksums        rmd160 cb8b19c11c9e420977043337393825329f229110 \
                  sha256 7a67397874f5229b8a1dbf784c7082a90da552d08bd2d471a7febc25960b44e8
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/camlp5/Portfile b/lang/camlp5/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0327c883e7a..4bbd6ce2eaf 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/camlp5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/camlp5/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        camlp5 camlp5 8.03.01
<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          lang ocaml
 license             BSD
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/castxml/Portfile b/lang/castxml/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 79e79cd0779..ff275a239aa 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/castxml/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/castxml/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        CastXML CastXML 0.6.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> 
 name                castxml
 epoch               20190718
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -16,7 +18,7 @@ license             Apache-2
</span> maintainers         {stromnov @stromnov} openmaintainer
 
 description         CastXML is a C-family abstract syntax tree XML output tool.
<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  ff18867f9eedbc756a17cda430be13cd5ee1c49b \
                     sha256  1a3e8529810133562d77aac41de04443cd728949931479c76528bf661e42f349 \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/ccl/Portfile b/lang/ccl/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6805c2214cb..806e42b14ec 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/ccl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/ccl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -18,6 +18,8 @@ if {${os.arch} ne "powerpc"} {
</span>     PortGroup       github 1.0
 
     github.setup    Clozure ccl 1.12.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        0
 
     checksums   ${name}-${version}${extract.suffix} \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/chapel/Portfile b/lang/chapel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7b797972778..eea2afda4f9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/chapel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/chapel/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        chapel-lang chapel 1.20.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          lang parallel science
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> supported_archs     i386 x86_64
 maintainers         {takeshi @tenomoto} openmaintainer
 description         parallel programming language
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/colm/Portfile b/lang/colm/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3304323153c..7958ba6f89b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/colm/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/colm/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,8 @@ PortGroup           github 1.0
</span> 
 # Please keep commit-based set-up until next release
 github.setup        adrian-thurston colm d00ef7930a9d42469c19a5880744a086065ee20c
<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> epoch               1
 version             0.14.7
 revision            1
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/coq/Portfile b/lang/coq/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 07763e9afdf..1248e55be67 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/coq/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/coq/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        coq coq 8.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> revision            0
 categories          lang math
 license             LGPL-2.1
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/dmd-doc/Portfile b/lang/dmd-doc/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index abb7911101f..1270470706c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/dmd-doc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/dmd-doc/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        dlang dlang.org 2.088.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> name                dmd-doc
 revision            1
 categories          lang
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/dmd-tools/Portfile b/lang/dmd-tools/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b01014c6354..511e5fd7a6d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/dmd-tools/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/dmd-tools/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,9 +5,10 @@ PortGroup           github 1.0
</span> PortGroup           muniversal 1.0
 
 github.setup        dlang tools 2.088.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> name                dmd-${github.project}
 categories          lang
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> license             Boost-1
 maintainers         nomaintainer
 description         Ancilliary tools for the D programming language compiler
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/dmd/Portfile b/lang/dmd/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 99ab14a8017..3cb50c35c8e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/dmd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/dmd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,8 +5,9 @@ PortGroup           github 1.0
</span> PortGroup           muniversal 1.0
 
 github.setup        dlang dmd 2.088.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          lang
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> license             Boost-1
 maintainers         nomaintainer
 description         dmd Digital Mars D compiler
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/druntime/Portfile b/lang/druntime/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1bdc515c572..ac2b9e8eed2 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/druntime/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/druntime/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,8 +5,9 @@ PortGroup           github 1.0
</span> PortGroup           muniversal 1.0
 
 github.setup        dlang druntime 2.088.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          lang
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> license             Boost-1
 maintainers         nomaintainer
 description         Low level runtime library for the D programming language
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/fsharp/Portfile b/lang/fsharp/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e1247976929..e5568b81ac2 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/fsharp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/fsharp/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            fsharp fsharp 10.2.3
<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              lang devel
 license                 MIT
 maintainers             {mcalhoun @MarcusCalhoun-Lopez} openmaintainer
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/gf/Portfile b/lang/gf/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 47d3012addb..753c55f0955 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/gf/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/gf/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -35,6 +35,8 @@ subport gf-core {
</span> 
     # Temporarily using a pre-release version for compatibility with stack
     github.setup    GrammaticalFramework gf-core 724bf6729561254fa1f23a8ccf7fd35baf213fc5
<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> 
     description     Grammatical Framework core: compiler, shell & runtimes
     long_description \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -48,6 +50,8 @@ subport gf-core {
</span> 
 subport gf-rgl {
     github.setup    GrammaticalFramework gf-rgl 3.10 GF-
<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> 
     description     Grammatical Framework's Resource Grammar Library
     long_description \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/gravity/Portfile b/lang/gravity/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ee5b21b7c02..cdbe40d5399 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/gravity/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/gravity/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        marcobambini gravity 0.8.5
<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          lang
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> license             MIT
 maintainers         {l2dy @l2dy} openmaintainer
 description         Gravity Programming Language
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/hamlet/Portfile b/lang/hamlet/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 779d8be7fca..8b38dec53c0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/hamlet/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/hamlet/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        rossberg hamlet d7fd62616d5741ddf1832a22cd1f3fbf2d733d93
<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.06.16
 revision            0
 categories          lang
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/ispc/Portfile b/lang/ispc/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a4a58d6eab4..a125c37954c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/ispc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/ispc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -14,8 +14,7 @@ legacysupport.newest_darwin_requires_legacy    15
</span> # release of legacy-support; see https://trac.macports.org/ticket/60671
 
 name                     ispc
<span style='display:block; white-space:pre;background:#ffe0e0;'>-categories               lang parallel               
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms                darwin
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+categories               lang parallel
</span> supported_archs          x86_64
 maintainers              nomaintainer
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -27,6 +26,8 @@ set py_ver_nodot         [string map {. {}} ${py_ver}]
</span> if { ${subport} eq ${name} } {
 
     github.setup         ispc ispc 1.19.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>     revision             0
 
     checksums            rmd160  90bb1d6aef518ef457114edcd84131a87a37f158 \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -93,6 +94,8 @@ subport ispc-clang {
</span>     # See ispc release notes for LLVM version each release is based on
     # https://github.com/ispc/ispc/releases
     github.setup           llvm llvm-project 14.0.6 llvmorg-
<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  1a92ac23507901e13fc26aea7dca33b8c6cb2d2c \
                            sha256  8e9e1948974cdcd642793f1fe195369d13950623c47f27d4266396d3576e4f5b \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/janet/Portfile b/lang/janet/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 12ae2bd06e0..039ba6992a2 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/janet/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/janet/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,10 +7,11 @@ PortGroup           legacysupport 1.1
</span> PortGroup           makefile 1.0
 
 github.setup        janet-lang janet 1.32.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> revision            0
 
 categories          lang
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> license             MIT
 
 maintainers         {@tsujp wz.ht:jc+macports} openmaintainer
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/jslint/Portfile b/lang/jslint/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 37fa39083c4..7f6a1a3be46 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/jslint/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/jslint/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        douglascrockford JSLint b38a8d9db9ead37fa812
<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                jslint
 version             2011-05-10
 categories          lang
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/jsmin/Portfile b/lang/jsmin/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4eae020026a..a2c4edd7568 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/jsmin/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/jsmin/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        douglascrockford JSMin 430bfe68dc0823d8c0f92c08d426e517cbc8de5e
<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                jsmin
 version             20191031
 categories          lang
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/jython/Portfile b/lang/jython/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 12a54c7e5ef..2d62bd5c5cf 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/jython/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/jython/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,7 +7,6 @@ PortGroup           python 1.0
</span> name                jython
 version             2.7.4
 categories          lang python java
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> supported_archs     noarch
 maintainers         {amake @amake} openmaintainer
 license             PSF
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -64,6 +63,8 @@ default_variants +installer
</span> if {![variant_isset installer]} {
     PortGroup       github 1.0
     github.setup    jython jython ${version} 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> 
     checksums       rmd160  735ea1fe43053a4ae8c27621a360ea892ca69784 \
                     sha256  cf4ae482fe407974d7faed86675114e73a5b2955d25d1835c52114db6a8093c8 \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/libomp/Portfile b/lang/libomp/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 779dbf8199d..56ed91ea4fd 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/libomp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/libomp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -87,6 +87,8 @@ if {${os.platform} eq "darwin" && ${configure.cxx_stdlib} ne "libstdc++"} {
</span>         PortGroup       github 1.0
         # Last version working on libstdc++
         github.setup    llvm-mirror openmp 381 svn-tags/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            libomp
 
         worksrcdir      openmp-${version}/final/runtime
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/llvm-devel/Portfile b/lang/llvm-devel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5da336e3a7e..37120fb003f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/llvm-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/llvm-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -31,6 +31,8 @@ revision                0
</span> set llvm_version        devel
 set clang_exe_version   19
 github.setup            llvm llvm-project ${llvm-commit}
<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                 ${date}-[string range ${llvm-commit} 0 7]
 default_variants-append +assertions
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/loli/Portfile b/lang/loli/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c4ece8f1ec7..12623ec9295 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/loli/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/loli/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,6 +6,8 @@ PortGroup           github 1.0
</span> PortGroup           makefile 1.0
 
 github.setup        LoLi-Lang LoLi 9306a531a42df9e81b75de4bc278aa8dc9c22a3f
<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                loli
 version             2016.07.01
 revision            1
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/nawk/Portfile b/lang/nawk/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1322c4bd4c3..9db6d623264 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/nawk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/nawk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,13 +4,14 @@ PortSystem          1.0
</span> PortGroup           github 1.0
 
 github.setup        onetrueawk awk 20250116
<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  95b199a8ff448c0f4b5a16ad0a1a816624a175a6 \
                     sha256  26916546ae132a1c9c3e2ad4374f1c6ae7fd582bee88aec4d6a02271c92fbfca \
                     size    1845793
 
 name                nawk
 categories          lang
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> license             BSD
 maintainers         {toby @tobypeterson} openmaintainer
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/obc/Portfile b/lang/obc/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 45570c2f4e7..1daaeebe4b3 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/obc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/obc/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        Spivoxity obc-3 3.3.0 rel-
<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                obc
 revision            0
 categories          lang
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/ocaml-camlp4/Portfile b/lang/ocaml-camlp4/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0fda0658810..80f41fa41b8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/ocaml-camlp4/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/ocaml-camlp4/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,8 @@ PortGroup           ocaml 1.0
</span> PortGroup           github 1.0
 
 github.setup        ocaml camlp4 4.14+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                ocaml-camlp4
 version             [string map {+ -} ${version}]
 revision            0
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/phobos/Portfile b/lang/phobos/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a91c1e3cf07..bb5f70a74c2 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/phobos/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/phobos/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,8 +6,9 @@ PortGroup           muniversal 1.0
</span> PortGroup           active_variants 1.1
 
 github.setup        dlang phobos 2.088.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          lang
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> license             Boost-1
 maintainers         nomaintainer
 description         Runtime library for the D programming language
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/pyobfuscate/Portfile b/lang/pyobfuscate/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index fdb0556dd09..f34d40c6576 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/pyobfuscate/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/pyobfuscate/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,6 +6,8 @@ PortGroup           python 1.0
</span> 
 # Couldn't figure how to fetch the project's releases.
 github.setup        astrand pyobfuscate 79cd76aa6526a34b5f0dbf39c904ae8393188034
<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            2
 categories          lang python
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/racket/Portfile b/lang/racket/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 55dda60ace1..4ef73d61a4a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/racket/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/racket/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,7 +1,6 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl: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           openssl 1.0
 
 openssl.branch      1.1
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/ragel/Portfile b/lang/ragel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8d05da9f988..72c688b94bd 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/ragel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/ragel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -15,6 +15,8 @@ PortGroup           github 1.0
</span> 
 epoch               1
 github.setup        adrian-thurston ragel 6.10 ragel-
<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
 checksums           rmd160  e37a0f83d3acbb77c7d7ea115f2faf0f2478724b \
                     sha256  5f156edb65d20b856d638dd9ee2dfb43285914d9aa2b6ec779dac0270cd56c3f \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/rpcgen-mt/Portfile b/lang/rpcgen-mt/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c7975807a6a..8e05b654db0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/rpcgen-mt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/rpcgen-mt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,11 +5,12 @@ PortSystem          1.0
</span> PortGroup           github 1.0
 
 github.setup        thkukuk rpcsvc-proto 1.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> name                rpcgen-mt
 revision            0
 # The version of rpcgen from developer_cmds doesn't support the `-M` flag
 categories          lang devel
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> license             BSD
 maintainers         nomaintainer
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/slime/Portfile b/lang/slime/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a1a1229396c..937d635179e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/slime/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/slime/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,6 +8,8 @@ revision        0
</span> 
 # please keep it synchronized with cl-swank
 github.setup    slime slime 2.28 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      lang
 platforms       any
 license         Permissive
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/stack/Portfile b/lang/stack/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1d01ea4d835..0ecb9e31ec4 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/stack/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/stack/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,13 +7,14 @@ PortGroup           haskell_stack 1.0
</span> PortGroup           legacysupport 1.1
 
 github.setup        commercialhaskell stack 3.3.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
 
 name                stack
 categories          lang haskell
 maintainers         {ieee.org:s.t.smith @essandess} openmaintainer
 license             BSD
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> 
 description         The Haskell Tool Stack
 long_description    Stack is a cross-platform command line interface \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/toluapp/Portfile b/lang/toluapp/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 15ffd2bca6c..bbce8cabcd8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/toluapp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/toluapp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,9 +5,10 @@ PortGroup           cmake 1.1
</span> PortGroup           github 1.0
 
 github.setup        LuaDist toluapp 1.0.93
<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          lang
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> maintainers         nomaintainer
 license             MIT
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/zoem/Portfile b/lang/zoem/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2dedaf284fd..f63e57f72ad 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/zoem/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/zoem/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        micans zoem 21-341
<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
 checksums           rmd160  feb4f461ee705ea7aa39f403dbe5278c13624db2 \
                     sha256  370efc7f999572888f4e722cbff40efba395a5435f192e734e7ff87810a68768 \
</pre><pre style='margin:0'>

</pre>