[macports-ports] branch master updated (3bdbe95fe4f -> 02d213ab187)

Perry E. Metzger perry at piermont.com
Mon Oct 23 20:10:43 UTC 2023


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

    from 3bdbe95fe4f bazel: update to 6.4.0
     new 931190d26b1 ocaml-stdio: update to 0.16.0
     new 303c3d245da ocaml-base: update to 0.16.3
     new 861daa4f7e9 ocaml-ppx_tools: update to 6.6
     new ced4d8656f6 ocaml-migrate-parsetree: update to 2.4.0
     new 1bc37b3fb46 ocaml-bigarray-compat: update to 1.1.0
     new f5114c667ba ocaml-cstruct: update to 6.2.0
     new a3a163ccb95 ocaml-hex: update to 1.5.0
     new b44c19c689c ocaml-fix: update to 20230505
     new 9be7bbed264 ocaml-ppx_cold: new port
     new 549a9abe39b ocaml-ppx_compare: new port
     new 693bd279c72 ocaml-ppx_fixed_literal: new port
     new 85420e55736 ocaml-ppx_pipebang: new port
     new f0d70382d47 ocaml-ppx_assert: new port
     new 56a6b229541 ocaml-ppx_sexp_value: new port
     new 8fc8b45b89a ocaml-ppx_sexp_conv: new port
     new cac9ce3ba68 ocaml-ppx_sexp_message: new port
     new 95c5e246d44 ocaml-ppx_let: new port
     new d8c5f850bd6 ocaml-ppx_here: new port
     new 3c8ba8b911d ocaml-parsexp: new port
     new fc139cfec49 ocaml-ppx_stable: new port
     new a1b7de8b3be ocaml-ppx_hash: new port
     new 9f62fb9296f ocaml-ppx_ignore_instrumentation: new port
     new af727c4c4a7 ocaml-ppx_optional: new port
     new 87a3e59857e ocaml-ppx_custom_printf: new port
     new d966d70c7cf ocaml-ppx_stable_witness: new port
     new df280228088 ocaml-fmt: new port
     new 0c68154e8b7 ocaml-dune: update to 3.11.1, fix for old systems
     new 02d213ab187 ocaml-integers: update to 0.7.0

The 28 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:
 _resources/port1.0/group/ocaml-1.1.tcl             |  8 ++++++-
 ocaml/ocaml-base/Portfile                          | 10 ++++----
 ocaml/ocaml-bigarray-compat/Portfile               | 12 +++++-----
 ocaml/ocaml-cstruct/Portfile                       | 11 ++++-----
 ocaml/ocaml-dune/Portfile                          | 18 ++++++++++----
 ...tch-copyfile_stubs.c-define-COPYFILE_CLONE.diff | 27 +++++++++++++++++++++
 ocaml/ocaml-fix/Portfile                           | 12 ++++------
 ocaml/ocaml-fmt/Portfile                           | 23 ++++++++++++++++++
 ocaml/ocaml-hex/Portfile                           | 13 +++++-----
 ocaml/ocaml-integers/Portfile                      | 13 +++++-----
 ocaml/ocaml-migrate-parsetree/Portfile             | 10 ++++----
 ocaml/ocaml-parsexp/Portfile                       | 23 ++++++++++++++++++
 ocaml/ocaml-ppx_assert/Portfile                    | 28 ++++++++++++++++++++++
 ocaml/ocaml-ppx_cold/Portfile                      | 24 +++++++++++++++++++
 ocaml/ocaml-ppx_compare/Portfile                   | 24 +++++++++++++++++++
 ocaml/ocaml-ppx_custom_printf/Portfile             | 25 +++++++++++++++++++
 ocaml/ocaml-ppx_fixed_literal/Portfile             | 24 +++++++++++++++++++
 ocaml/ocaml-ppx_hash/Portfile                      | 26 ++++++++++++++++++++
 ocaml/ocaml-ppx_here/Portfile                      | 24 +++++++++++++++++++
 ocaml/ocaml-ppx_ignore_instrumentation/Portfile    | 23 ++++++++++++++++++
 ocaml/ocaml-ppx_let/Portfile                       | 25 +++++++++++++++++++
 ocaml/ocaml-ppx_optional/Portfile                  | 24 +++++++++++++++++++
 ocaml/ocaml-ppx_pipebang/Portfile                  | 23 ++++++++++++++++++
 ocaml/ocaml-ppx_sexp_conv/Portfile                 | 25 +++++++++++++++++++
 ocaml/ocaml-ppx_sexp_message/Portfile              | 26 ++++++++++++++++++++
 ocaml/ocaml-ppx_sexp_value/Portfile                | 26 ++++++++++++++++++++
 ocaml/ocaml-ppx_stable/Portfile                    | 24 +++++++++++++++++++
 ocaml/ocaml-ppx_stable_witness/Portfile            | 24 +++++++++++++++++++
 ocaml/ocaml-ppx_tools/Portfile                     | 12 ++++------
 ocaml/ocaml-stdio/Portfile                         | 11 ++++-----
 30 files changed, 535 insertions(+), 63 deletions(-)
 create mode 100644 ocaml/ocaml-dune/files/patch-copyfile_stubs.c-define-COPYFILE_CLONE.diff
 create mode 100755 ocaml/ocaml-fmt/Portfile
 create mode 100755 ocaml/ocaml-parsexp/Portfile
 create mode 100755 ocaml/ocaml-ppx_assert/Portfile
 create mode 100755 ocaml/ocaml-ppx_cold/Portfile
 create mode 100755 ocaml/ocaml-ppx_compare/Portfile
 create mode 100755 ocaml/ocaml-ppx_custom_printf/Portfile
 create mode 100755 ocaml/ocaml-ppx_fixed_literal/Portfile
 create mode 100755 ocaml/ocaml-ppx_hash/Portfile
 create mode 100755 ocaml/ocaml-ppx_here/Portfile
 create mode 100755 ocaml/ocaml-ppx_ignore_instrumentation/Portfile
 create mode 100755 ocaml/ocaml-ppx_let/Portfile
 create mode 100755 ocaml/ocaml-ppx_optional/Portfile
 create mode 100755 ocaml/ocaml-ppx_pipebang/Portfile
 create mode 100755 ocaml/ocaml-ppx_sexp_conv/Portfile
 create mode 100755 ocaml/ocaml-ppx_sexp_message/Portfile
 create mode 100755 ocaml/ocaml-ppx_sexp_value/Portfile
 create mode 100755 ocaml/ocaml-ppx_stable/Portfile
 create mode 100755 ocaml/ocaml-ppx_stable_witness/Portfile



More information about the macports-changes mailing list