<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/12be9a656370f0ea24c7575abac6370c5c63e39a">https://github.com/macports/macports-ports/commit/12be9a656370f0ea24c7575abac6370c5c63e39a</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 12be9a656370f0ea24c7575abac6370c5c63e39a
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Sun Jan 26 10:37:41 2025 +1100
<span style='display:block; white-space:pre;color:#404040;'> ocaml/*: 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>---
ocaml/ocaml-angstrom/Portfile | 2 ++
ocaml/ocaml-bigstringaf/Portfile | 2 ++
ocaml/ocaml-calendars/Portfile | 4 +++-
ocaml/ocaml-camlidl/Portfile | 3 ++-
ocaml/ocaml-camlp5-buildscripts/Portfile | 2 ++
ocaml/ocaml-configurator/Portfile | 4 ++--
ocaml/ocaml-cryptokit/Portfile | 3 ++-
ocaml/ocaml-csexp/Portfile | 4 ++--
ocaml/ocaml-extlib/Portfile | 3 ++-
ocaml/ocaml-findlib/Portfile | 3 ++-
ocaml/ocaml-hacl-star/Portfile | 4 ++--
ocaml/ocaml-jingoo/Portfile | 4 +++-
ocaml/ocaml-markup/Portfile | 2 ++
ocaml/ocaml-not-ocamlfind/Portfile | 4 +++-
ocaml/ocaml-ocamlbuild/Portfile | 4 ++--
ocaml/ocaml-ounit2/Portfile | 2 ++
ocaml/ocaml-process/Portfile | 4 ++--
ocaml/ocaml-stdlib-shims/Portfile | 4 ++--
ocaml/ocaml-syslog/Portfile | 4 +++-
ocaml/ocaml-ulex/Portfile | 3 ++-
ocaml/ocaml-unidecode/Portfile | 4 +++-
ocaml/ocaml-wasm/Portfile | 3 ++-
22 files changed, 49 insertions(+), 23 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/ocaml/ocaml-angstrom/Portfile b/ocaml/ocaml-angstrom/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c6694dfbff7..ecbe015245f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/ocaml/ocaml-angstrom/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/ocaml/ocaml-angstrom/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,8 @@ PortGroup ocaml 1.1
</span> PortGroup github 1.0
github.setup inhabitedtype angstrom 0.16.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-angstrom
revision 0
categories ocaml devel
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/ocaml/ocaml-bigstringaf/Portfile b/ocaml/ocaml-bigstringaf/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a52b0904a6a..ffbd3afa472 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/ocaml/ocaml-bigstringaf/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/ocaml/ocaml-bigstringaf/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -12,6 +12,8 @@ maintainers {pguyot @pguyot} openmaintainer
</span> license BSD
github.setup inhabitedtype bigstringaf ${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>
description Bigstring intrinsics and fast blits based on memcpy/memmove
long_description The OCaml compiler has a bunch of intrinsics for \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/ocaml/ocaml-calendars/Portfile b/ocaml/ocaml-calendars/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4bfddeb4f69..f0aa2adc68e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/ocaml/ocaml-calendars/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/ocaml/ocaml-calendars/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -12,9 +12,11 @@ maintainers {pguyot @pguyot} openmaintainer
</span> license GPL
github.setup geneweb calendars ${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>
description Convert dates between gregorian/julian/french/hebrew calendars
<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 https://github.com/geneweb/calendars
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/ocaml/ocaml-camlidl/Portfile b/ocaml/ocaml-camlidl/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 530da539488..d23027cc00b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/ocaml/ocaml-camlidl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/ocaml/ocaml-camlidl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,11 +7,12 @@ PortGroup makefile 1.0
</span> set realname camlidl
set realversion 1.09
github.setup xavierleroy ${realname} [join [split ${realversion} .] ""] ${realname}
<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-${realname}
version ${realversion}
revision 0
categories ocaml devel
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin
</span> license {QPL LGPL}
maintainers {takeshi @tenomoto} openmaintainer
description stub code generator and COM binding for Objective Caml
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/ocaml/ocaml-camlp5-buildscripts/Portfile b/ocaml/ocaml-camlp5-buildscripts/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a998b435d00..5448ea9ab93 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/ocaml/ocaml-camlp5-buildscripts/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/ocaml/ocaml-camlp5-buildscripts/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,8 @@ PortGroup ocaml 1.1
</span> PortGroup github 1.0
github.setup camlp5 camlp5-buildscripts 0.03
<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-camlp5-buildscripts
revision 0
categories ocaml devel
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/ocaml/ocaml-configurator/Portfile b/ocaml/ocaml-configurator/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 294e5ab0668..287ce1e2eb0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/ocaml/ocaml-configurator/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/ocaml/ocaml-configurator/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,6 +6,8 @@ PortGroup ocaml 1.1
</span>
name ocaml-configurator
github.setup janestreet configurator 0.11.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 ocaml devel
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -14,8 +16,6 @@ license MIT
</span> description helper library for gathering system configuration
long_description Configurator is a small library that helps writing OCaml scripts that test features available on the system, in order to generate config.h files for instance.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> checksums rmd160 ddd4c9b06f8586f43a594fd13953ae6e8ea811ad \
sha256 98ec8759fa33b70fea27431c18f41980daa941391507e4ff1148363a209c86e2 \
size 10567
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/ocaml/ocaml-cryptokit/Portfile b/ocaml/ocaml-cryptokit/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index bdb659b5940..46adaadc31e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/ocaml/ocaml-cryptokit/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/ocaml/ocaml-cryptokit/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,11 +7,12 @@ PortGroup ocaml 1.1
</span> name ocaml-cryptokit
set ck_version 1.13
github.setup xavierleroy cryptokit [string map {. ""} $ck_version] 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 $ck_version
epoch 1
categories ocaml devel security
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin
</span> license LGPL-2
maintainers {landonf @landonf} openmaintainer
description OCaml interface to cryptographic functions.
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/ocaml/ocaml-csexp/Portfile b/ocaml/ocaml-csexp/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5a6be3a0a8f..10cffe1ad7e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/ocaml/ocaml-csexp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/ocaml/ocaml-csexp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,6 +6,8 @@ PortGroup ocaml 1.1
</span>
name ocaml-csexp
github.setup ocaml-dune csexp 1.5.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 1
categories ocaml devel
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -18,8 +20,6 @@ long_description This library provides minimal support for \
</span> S-expressions that is super simple and well suited \
for communication between programs.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> checksums rmd160 ff010ade66efc344c2cd2ee407449a587099af8e \
sha256 a00bf7827562ef142117cc07fef5db967c83eed21bae733f52110115fe7ee325 \
size 12021
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/ocaml/ocaml-extlib/Portfile b/ocaml/ocaml-extlib/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index fe0fd095e89..a3840f5ba88 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/ocaml/ocaml-extlib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/ocaml/ocaml-extlib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,11 +4,12 @@ PortSystem 1.0
</span> PortGroup github 1.0
github.setup ygrek ocaml-extlib 1.7.6
<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 ocaml devel
maintainers {pmetzger @pmetzger} openmaintainer
license LGPL-2.1
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin
</span> description Extended Standard Library for OCaml
long_description A User-supported Extended Standard Library for OCaml
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/ocaml/ocaml-findlib/Portfile b/ocaml/ocaml-findlib/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e05e4f6d4b0..9a7fc22d437 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/ocaml/ocaml-findlib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/ocaml/ocaml-findlib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,11 +5,12 @@ PortGroup github 1.0
</span>
name ocaml-findlib
github.setup ocaml ocamlfind 1.9.6 findlib-
<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
distname findlib-${version}
categories ocaml devel
maintainers {pmetzger @pmetzger} openmaintainer
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin
</span> license MIT
description Objective Caml library management system
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/ocaml/ocaml-hacl-star/Portfile b/ocaml/ocaml-hacl-star/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 51ac7c8232e..52804d700f0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/ocaml/ocaml-hacl-star/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/ocaml/ocaml-hacl-star/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,6 +6,8 @@ PortGroup ocaml 1.1
</span>
name ocaml-hacl-star
github.setup project-everest hacl-star 4b197eb54b41056e6c051f0162cf57a50ad5b380
<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 20210824-[string range ${github.version} 0 6]
revision 1
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -20,8 +22,6 @@ long_description Formally verified library of modern cryptographic algorithms
</span> safety, functional correctness, and secret independence (resistance \
to some types of timing side-channels).
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> options vale.version vale.distname vale.distfile
options hacl-star.make_args
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/ocaml/ocaml-jingoo/Portfile b/ocaml/ocaml-jingoo/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 520dd8100de..76589a2a83b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/ocaml/ocaml-jingoo/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/ocaml/ocaml-jingoo/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -12,9 +12,11 @@ maintainers {pguyot @pguyot} openmaintainer
</span> license BSD
github.setup tategakibunko jingoo ${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>
description Template engine almost compatible with Jinja2(python template engine)
<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 https://github.com/tategakibunko/jingoo
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/ocaml/ocaml-markup/Portfile b/ocaml/ocaml-markup/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e8124960cad..dea290491c0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/ocaml/ocaml-markup/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/ocaml/ocaml-markup/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,6 +6,8 @@ PortGroup github 1.0
</span>
name ocaml-markup
github.setup aantron markup.ml 1.0.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 ocaml devel
maintainers {pguyot @pguyot} openmaintainer
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/ocaml/ocaml-not-ocamlfind/Portfile b/ocaml/ocaml-not-ocamlfind/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 444196b6f0f..46ab88ad0cf 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/ocaml/ocaml-not-ocamlfind/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/ocaml/ocaml-not-ocamlfind/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,8 @@ PortGroup ocaml 1.1
</span> PortGroup github 1.0
github.setup chetmurthy not-ocamlfind 0.13
<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-not-ocamlfind
revision 0
categories ocaml devel
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -12,7 +14,7 @@ maintainers {pguyot @pguyot} openmaintainer
</span> license MIT
description A small frontend for ocamlfind that adds a few useful commands
<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 29a6b4ef6f3db3241d1d80efb3d4769eea743c6c \
sha256 1192728dd4faa44ce7f1d14028828f68aad7dc2f70e8feb042e3159fcf24f2ce \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/ocaml/ocaml-ocamlbuild/Portfile b/ocaml/ocaml-ocamlbuild/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8b4389b410d..543c85a7269 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/ocaml/ocaml-ocamlbuild/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/ocaml/ocaml-ocamlbuild/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 ocamlbuild 0.14.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 ocaml-ocamlbuild
revision 1
categories ocaml devel
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -18,8 +20,6 @@ long_description \
</span> versions between 3.10.0 and 4.02.3. Starting from OCaml 4.03, it is \
released separately.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> checksums rmd160 cd6590286091f735062e5636de1c0afcf7c279c3 \
sha256 18fe1a054d43ad8795f3dbce224a493535c3a928423f38e6087a96fba6495143 \
size 199341
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/ocaml/ocaml-ounit2/Portfile b/ocaml/ocaml-ounit2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 523fdc8bf65..1754662da5a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/ocaml/ocaml-ounit2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/ocaml/ocaml-ounit2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,6 +6,8 @@ PortGroup ocaml 1.1
</span>
name ocaml-ounit2
github.setup gildor478 ounit 2.2.7 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 ocaml devel
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/ocaml/ocaml-process/Portfile b/ocaml/ocaml-process/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 637bdc3206d..773b8f44c40 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/ocaml/ocaml-process/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/ocaml/ocaml-process/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,8 @@ PortGroup github 1.0
</span> PortGroup ocaml 1.1
github.setup dsheets ocaml-process 0.2.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 1
categories ocaml devel
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -14,8 +16,6 @@ description Easy process control library for OCaml
</span> long_description A process control library for OCaml that makes it easy \
to use external commands like functions.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> distname ${version}
checksums rmd160 907e8aa460d84ed80c184a362db02385ed74fe76 \
sha256 3d08a79470220cd7ebfc2b12065046fe3d16227bc3d6a50130a1ad1b03bd9a46 \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/ocaml/ocaml-stdlib-shims/Portfile b/ocaml/ocaml-stdlib-shims/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1e0dc56f776..71c8736d4ef 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/ocaml/ocaml-stdlib-shims/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/ocaml/ocaml-stdlib-shims/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,6 +6,8 @@ PortGroup ocaml 1.1
</span>
name ocaml-stdlib-shims
github.setup ocaml stdlib-shims 0.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> revision 1
categories ocaml devel
maintainers {landonf @landonf} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -14,8 +16,6 @@ description Backport newer OCaml stdlib features to older compilers
</span> long_description Backport some of the new stdlib features to older \
compilers, such as the Stdlib module.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> checksums rmd160 b22ddd9cba1b8253290a23d01f035348ae1b86a6 \
sha256 e67d7492f3ad85b0a33916fd1d5d8475cf6126da74cc6baa89b61392e3172149 \
size 11567
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/ocaml/ocaml-syslog/Portfile b/ocaml/ocaml-syslog/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3c6eb5c0a5d..4096e5cfd21 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/ocaml/ocaml-syslog/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/ocaml/ocaml-syslog/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -12,9 +12,11 @@ maintainers {pguyot @pguyot} openmaintainer
</span> license MIT
github.setup geneanet ${name} ${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>
description syslog(3) routines for ocaml (RFC 3164)
<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://github.com/geneanet/ocaml-syslog
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/ocaml/ocaml-ulex/Portfile b/ocaml/ocaml-ulex/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index cf93239840a..aeab7e05b69 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/ocaml/ocaml-ulex/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/ocaml/ocaml-ulex/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,9 +6,10 @@ PortGroup ocaml 1.1
</span>
name ocaml-ulex
github.setup whitequark ulex 1.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 ocaml devel textproc
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin
</span> license BSD
maintainers {landonf @landonf} openmaintainer
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/ocaml/ocaml-unidecode/Portfile b/ocaml/ocaml-unidecode/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0b3740ab6dc..d3f6a144e2d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/ocaml/ocaml-unidecode/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/ocaml/ocaml-unidecode/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -12,9 +12,11 @@ maintainers {pguyot @pguyot} openmaintainer
</span> license GPL
github.setup geneweb unidecode ${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>
description Convert unicode strings into its ASCII representation
<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 https://github.com/geneweb/unidecode
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/ocaml/ocaml-wasm/Portfile b/ocaml/ocaml-wasm/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7ad0b31f2a1..1a1908d702d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/ocaml/ocaml-wasm/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/ocaml/ocaml-wasm/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,6 +6,8 @@ PortGroup ocaml 1.1
</span>
name ocaml-wasm
github.setup WebAssembly spec 2.0.0 opam-
<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 ocaml devel
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -14,7 +16,6 @@ license Apache-2
</span> description OCaml Web Assembly library
long_description An OCaml library to read and write Web Assembly \
(wasm) files and manipulate their AST.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin
</span>
checksums rmd160 f1ea8822cbd48f351f5855f97cf15a4e1c38d8d1 \
sha256 a96a27e989d41b2ef80617c4dad74e5c76af083f414a663065f09ce1b80e5d53 \
</pre><pre style='margin:0'>
</pre>