[macports-ports] branch master updated (deae0eb7a52 -> 1a30757445d)

Perry E. Metzger perry at piermont.com
Wed Oct 25 00:58:53 UTC 2023


Perry E. Metzger (pmetzger) pushed a change to branch master
in repository macports-ports.

    from deae0eb7a52 eksctl: update to 0.163.0
     new 0b4e7c336de ocaml-typerep: new port
     new 47732f0793b ocaml-variantslib: new port
     new 0a74736b661 ocaml-ppx_variants_conv: new port
     new b25bbec366e ocaml-ppx_optcomp: new port
     new e55d423709c ocaml-ppx_globalize: new port
     new b567a70363d ocaml-ppx_enumerate: new port
     new 2549ebbf62c ocaml-jst-config: new port
     new 0b7e7c37fc4 ocaml-jane-street-headers: new port
     new eaa48297e41 ocaml-fieldslib: new port
     new 422baccccd2 ocaml-ppx_typerep_conv: new port
     new 3de1dd60063 ocaml-ppx_fields_conv: new port
     new 7f8b1115bf2 ocaml-ppx_base: new port
     new 0fb28a2ce4c ocaml-time_now: new port
     new 80631210771 ocaml-ppx_string: new port
     new a47bd95fd32 ocaml-ppx_module_timer: new port
     new 42a6c03587d ocaml-ppx_inline_test: new port
     new b00f516e91c ocaml-ppx_bench: new port
     new 9a663b9fa05 ocaml-bin_prot: new port
     new fea3e4e53ea ocaml-ppx_bin_prot: new port
     new c822e413b47 ocaml-splittable_random: new port
     new 61cdb2946de ocaml-ppx_disable_unused_warnings: new port
     new 4c112acad6a ocaml-num: revbump for new OCaml
     new 184a43310d9 ocaml-sexplib: new port
     new 1bc0b11b9f0 ocaml-ppx_log: new port
     new 7b29b4163b9 ocaml-uutf: new port
     new 64f0673f910 ocaml-re: update to 1.11.0
     new 1a30757445d ocaml-sexp_pretty: new port

The 27 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ocaml/ocaml-bin_prot/Portfile                    | 30 ++++++++++++++++++++++++
 ocaml/ocaml-fieldslib/Portfile                   | 23 ++++++++++++++++++
 ocaml/ocaml-jane-street-headers/Portfile         | 23 ++++++++++++++++++
 ocaml/ocaml-jst-config/Portfile                  | 26 ++++++++++++++++++++
 ocaml/ocaml-num/Portfile                         |  2 +-
 ocaml/ocaml-ppx_base/Portfile                    | 29 +++++++++++++++++++++++
 ocaml/ocaml-ppx_bench/Portfile                   | 24 +++++++++++++++++++
 ocaml/ocaml-ppx_bin_prot/Portfile                | 26 ++++++++++++++++++++
 ocaml/ocaml-ppx_disable_unused_warnings/Portfile | 24 +++++++++++++++++++
 ocaml/ocaml-ppx_enumerate/Portfile               | 24 +++++++++++++++++++
 ocaml/ocaml-ppx_fields_conv/Portfile             | 25 ++++++++++++++++++++
 ocaml/ocaml-ppx_globalize/Portfile               | 24 +++++++++++++++++++
 ocaml/ocaml-ppx_inline_test/Portfile             | 25 ++++++++++++++++++++
 ocaml/ocaml-ppx_log/Portfile                     | 28 ++++++++++++++++++++++
 ocaml/ocaml-ppx_module_timer/Portfile            | 27 +++++++++++++++++++++
 ocaml/ocaml-ppx_optcomp/Portfile                 | 25 ++++++++++++++++++++
 ocaml/ocaml-ppx_string/Portfile                  | 25 ++++++++++++++++++++
 ocaml/ocaml-ppx_typerep_conv/Portfile            | 25 ++++++++++++++++++++
 ocaml/ocaml-ppx_variants_conv/Portfile           | 25 ++++++++++++++++++++
 ocaml/ocaml-re/Portfile                          | 14 ++++++-----
 ocaml/ocaml-sexp_pretty/Portfile                 | 26 ++++++++++++++++++++
 ocaml/ocaml-sexplib/Portfile                     | 25 ++++++++++++++++++++
 ocaml/ocaml-splittable_random/Portfile           | 27 +++++++++++++++++++++
 ocaml/ocaml-time_now/Portfile                    | 27 +++++++++++++++++++++
 ocaml/ocaml-typerep/Portfile                     | 23 ++++++++++++++++++
 ocaml/ocaml-uutf/Portfile                        | 23 ++++++++++++++++++
 ocaml/ocaml-variantslib/Portfile                 | 23 ++++++++++++++++++
 27 files changed, 641 insertions(+), 7 deletions(-)
 create mode 100755 ocaml/ocaml-bin_prot/Portfile
 create mode 100755 ocaml/ocaml-fieldslib/Portfile
 create mode 100755 ocaml/ocaml-jane-street-headers/Portfile
 create mode 100755 ocaml/ocaml-jst-config/Portfile
 create mode 100755 ocaml/ocaml-ppx_base/Portfile
 create mode 100755 ocaml/ocaml-ppx_bench/Portfile
 create mode 100755 ocaml/ocaml-ppx_bin_prot/Portfile
 create mode 100755 ocaml/ocaml-ppx_disable_unused_warnings/Portfile
 create mode 100755 ocaml/ocaml-ppx_enumerate/Portfile
 create mode 100755 ocaml/ocaml-ppx_fields_conv/Portfile
 create mode 100755 ocaml/ocaml-ppx_globalize/Portfile
 create mode 100755 ocaml/ocaml-ppx_inline_test/Portfile
 create mode 100755 ocaml/ocaml-ppx_log/Portfile
 create mode 100755 ocaml/ocaml-ppx_module_timer/Portfile
 create mode 100755 ocaml/ocaml-ppx_optcomp/Portfile
 create mode 100755 ocaml/ocaml-ppx_string/Portfile
 create mode 100755 ocaml/ocaml-ppx_typerep_conv/Portfile
 create mode 100755 ocaml/ocaml-ppx_variants_conv/Portfile
 create mode 100755 ocaml/ocaml-sexp_pretty/Portfile
 create mode 100755 ocaml/ocaml-sexplib/Portfile
 create mode 100755 ocaml/ocaml-splittable_random/Portfile
 create mode 100755 ocaml/ocaml-time_now/Portfile
 create mode 100755 ocaml/ocaml-typerep/Portfile
 create mode 100755 ocaml/ocaml-uutf/Portfile
 create mode 100755 ocaml/ocaml-variantslib/Portfile



More information about the macports-changes mailing list