mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
ocaml-xtmpl was revbumped in 7dd6f662d7 (ocaml-re: update to 1.14.0)
because its Xtmpl__Rewrite interface references Re types. Rebuilding
xtmpl changed its .cmi hashes, but ocaml-higlo, which depends on
ocaml-xtmpl, was not revbumped and its installed interface now makes
inconsistent assumptions over Xtmpl__Rewrite. This breaks any build
that loads both (e.g. stog). Bump revision to rebuild higlo against
the current xtmpl.
Signed-off-by: Paul Guyot <pguyot@kallisys.net>