You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
7dd6f662d7
Drop the depends_lib on ocaml-seq: upstream no longer requires the seq compatibility package (minimum OCaml is now 4.12.0, and the stdlib's built-in Seq module is used directly). Fixes the build failure where dune could not find library "seq". The public re.mli/Re module interface gained new functions and modules between 1.11.0 and 1.14.0 (Re.split_delim, character classes in Re.Posix, non-raising Re.Group variants, hex/octal escapes, \Q...\E quoting, Re.Pcre.get_named_substring_opt, the experimental Re.Stream API), so dependents linking against ocaml-re need a clean rebuild. Bump revision for all direct depends_lib dependents: ocaml-expect_test_helpers_kernel, ocaml-ocamlformat (main subport only; ocaml-ocamlformat-lib does not depend on ocaml-re), ocaml-sexp_pretty, ocaml-patdiff, ocaml-core_extended, ocaml-jingoo, ocaml-alcotest, ocaml-camlp5-buildscripts, ocaml-expect_test_helpers_core, everparse, stanc3, abella, camlp5, ocaml-xtmpl Of these, only ocaml-core_extended re-exports Re types in its own public interface (lib/selector.mli), but nothing in the ports tree depends on it, so the cascade stops there. Also fix two pre-existing non-ASCII characters (curly apostrophes) in ocaml-patdiff and ocaml-core_extended descriptions while touching those files. Closes: https://trac.macports.org/ticket/67356 Signed-off-by: Paul Guyot <pguyot@kallisys.net>
32 lines
1.2 KiB
Tcl
32 lines
1.2 KiB
Tcl
# -*- 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
|
|
PortGroup github 1.0
|
|
PortGroup ocaml 1.1
|
|
|
|
name ocaml-patdiff
|
|
github.setup janestreet patdiff 0.17.0 v
|
|
revision 3
|
|
categories ocaml devel
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Colored patience diffs with word-level refinement
|
|
long_description Patdiff is an OCaml implementation of Bram Cohen's patience diff algorithm, \
|
|
with a few extra conveniences for comparing code and config files.
|
|
|
|
checksums rmd160 bbb18aa37e6445515ba977f82cb430f2ec70369b \
|
|
sha256 f4f2b060ea39870e238f5be744e84d1d8030864a02f8fc2368866e4d3d7e1b72 \
|
|
size 237574
|
|
github.tarball_from archive
|
|
|
|
depends_lib-append port:ocaml-core \
|
|
port:ocaml-core_kernel \
|
|
port:ocaml-core_unix \
|
|
port:ocaml-expect_test_helpers_core \
|
|
port:ocaml-patience_diff \
|
|
port:ocaml-pcre \
|
|
port:ocaml-ppx_jane \
|
|
port:ocaml-re
|
|
|
|
ocaml.build_type dune
|