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>
35 lines
1.1 KiB
Tcl
35 lines
1.1 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 ocaml 1.1
|
|
|
|
name ocaml-higlo
|
|
version 0.10.0
|
|
revision 3
|
|
categories textproc devel ocaml
|
|
maintainers {pguyot @pguyot} openmaintainer
|
|
license LGPL-3
|
|
|
|
description Syntax highlighting library for OCaml
|
|
long_description {*}${description}
|
|
|
|
homepage https://zoggy.frama.io/higlo/
|
|
master_sites ${homepage}releases/
|
|
|
|
distname higlo-${version}
|
|
|
|
use_bzip2 yes
|
|
|
|
checksums rmd160 a646a8d7c21136067ab1bdbfba32c05a0c6677c5 \
|
|
sha256 dbfc94fbf2fa9a96e4e9295ca0e9420cfc738574112ebae79c0ad96c483067d2 \
|
|
size 15134
|
|
|
|
depends_lib-append port:ocaml-sedlex \
|
|
port:ocaml-xtmpl
|
|
|
|
ocaml.build_type dune
|
|
|
|
livecheck.type regex
|
|
livecheck.url https://framagit.org/zoggy/higlo/-/tags
|
|
livecheck.regex {higlo-(\d+\.\d+\.\d+)\.tar}
|