You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
ocaml: revbump library ports missed in the 5.4.1 cascade
The OCaml 5.4.1 update (4c8893022e) rebuilt the ecosystem but left these
library ports at their old revision, while their own dependencies were
revbumped. They need a rebuild against OCaml 5.4.1:
lablgtk3
ocaml-camlidl
ocaml-camlp5-buildscripts
ocaml-lambda-term
ocaml-lua
ocaml-zip
Also revbump their direct depends_lib dependents so they rebuild against
the updated interfaces:
ocaml-utop (links ocaml-lambda-term; currently fails to build against
the stale OCaml 4.14 lambda-term .cmi)
unison (links lablgtk3 in the default +gtk variant)
Signed-off-by: Paul Guyot <pguyot@kallisys.net>
This commit is contained in:
@@ -5,7 +5,7 @@ PortGroup github 1.0
|
||||
PortGroup ocaml 1.1
|
||||
|
||||
github.setup pdonadeo ocaml-lua 1.8 v
|
||||
revision 0
|
||||
revision 1
|
||||
categories lang devel ocaml
|
||||
license MIT
|
||||
maintainers nomaintainer
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@ PortSystem 1.0
|
||||
PortGroup github 1.0
|
||||
|
||||
github.setup bcpierce00 unison 2.54.0 v
|
||||
revision 0
|
||||
revision 1
|
||||
categories net
|
||||
maintainers nomaintainer
|
||||
license GPL-3
|
||||
|
||||
@@ -8,7 +8,7 @@ github.setup xavierleroy camlidl 113 camlidl
|
||||
github.tarball_from archive
|
||||
name ocaml-camlidl
|
||||
version 1.13
|
||||
revision 0
|
||||
revision 1
|
||||
categories ocaml devel
|
||||
license {QPL LGPL}
|
||||
maintainers {takeshi @tenomoto} openmaintainer
|
||||
|
||||
@@ -7,7 +7,7 @@ PortGroup github 1.0
|
||||
github.setup camlp5 camlp5-buildscripts 0.07
|
||||
github.tarball_from archive
|
||||
name ocaml-camlp5-buildscripts
|
||||
revision 0
|
||||
revision 1
|
||||
categories ocaml devel
|
||||
maintainers {pguyot @pguyot} openmaintainer
|
||||
license BSD
|
||||
|
||||
@@ -7,7 +7,7 @@ PortGroup ocaml 1.1
|
||||
name ocaml-lambda-term
|
||||
github.setup ocaml-community lambda-term 3.4.0
|
||||
github.tarball_from archive
|
||||
revision 0
|
||||
revision 1
|
||||
categories ocaml devel editors
|
||||
maintainers nomaintainer
|
||||
license BSD
|
||||
|
||||
@@ -6,7 +6,7 @@ PortGroup ocaml 1.1
|
||||
|
||||
name ocaml-utop
|
||||
github.setup ocaml-community utop 2.17.0
|
||||
revision 1
|
||||
revision 2
|
||||
categories ocaml devel editors
|
||||
maintainers nomaintainer
|
||||
license BSD
|
||||
|
||||
@@ -4,7 +4,7 @@ PortSystem 1.0
|
||||
PortGroup github 1.0
|
||||
|
||||
github.setup xavierleroy camlzip 1.14 v
|
||||
revision 0
|
||||
revision 1
|
||||
name ocaml-zip
|
||||
categories ocaml devel
|
||||
maintainers nomaintainer
|
||||
|
||||
@@ -7,7 +7,7 @@ PortGroup ocaml 1.1
|
||||
github.setup garrigue lablgtk 3.1.5
|
||||
github.tarball_from archive
|
||||
name lablgtk3
|
||||
revision 0
|
||||
revision 1
|
||||
|
||||
categories x11 ocaml
|
||||
license {LGPL-2.1+ Restrictive/Distributable}
|
||||
|
||||
Reference in New Issue
Block a user