Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/ocaml Updated lang/ocaml to 4.09.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cda2423bb605
branches:  trunk
changeset: 429039:cda2423bb605
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Wed Apr 15 09:50:54 2020 +0000

description:
Updated lang/ocaml to 4.09.1.

This is mainly a bug-fix release, with a handful of configuration fixes
and a GC fix backported from 4.10.0.

diffstat:

 lang/ocaml/Makefile.common |   4 ++--
 lang/ocaml/PLIST           |   5 ++++-
 lang/ocaml/distinfo        |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (50 lines):

diff -r 621568108bd2 -r cda2423bb605 lang/ocaml/Makefile.common
--- a/lang/ocaml/Makefile.common        Wed Apr 15 09:50:03 2020 +0000
+++ b/lang/ocaml/Makefile.common        Wed Apr 15 09:50:54 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.59 2020/02/15 14:48:08 rillig Exp $
+# $NetBSD: Makefile.common,v 1.60 2020/04/15 09:50:54 jaapb Exp $
 
 # used by x11/labltk/Makefile
-DISTNAME=      ocaml-4.09.0
+DISTNAME=      ocaml-4.09.1
 CATEGORIES=    lang
 MASTER_SITES=  http://caml.inria.fr/pub/distrib/ocaml-4.09/
 #EXTRACT_SUFX= .tar.bz2
diff -r 621568108bd2 -r cda2423bb605 lang/ocaml/PLIST
--- a/lang/ocaml/PLIST  Wed Apr 15 09:50:03 2020 +0000
+++ b/lang/ocaml/PLIST  Wed Apr 15 09:50:54 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.52 2020/01/14 19:53:35 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.53 2020/04/15 09:50:54 jaapb Exp $
 bin/ocaml
 ${PLIST.instrumented_runtime}bin/ocaml-instr-graph
 ${PLIST.instrumented_runtime}bin/ocaml-instr-report
@@ -870,6 +870,9 @@
 ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/ocamlcommon.a
 lib/ocaml/compiler-libs/ocamlcommon.cma
 ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/ocamlcommon.cmxa
+${PLIST.ocaml-opt}lib/ocaml/compiler-libs/ocamlmiddleend.a
+${PLIST.ocaml-opt}lib/ocaml/compiler-libs/ocamlmiddleend.cma
+${PLIST.ocaml-opt}lib/ocaml/compiler-libs/ocamlmiddleend.cmxa
 ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/ocamloptcomp.a
 ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/ocamloptcomp.cma
 ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/ocamloptcomp.cmxa
diff -r 621568108bd2 -r cda2423bb605 lang/ocaml/distinfo
--- a/lang/ocaml/distinfo       Wed Apr 15 09:50:03 2020 +0000
+++ b/lang/ocaml/distinfo       Wed Apr 15 09:50:54 2020 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.134 2020/01/14 19:53:35 jaapb Exp $
+$NetBSD: distinfo,v 1.135 2020/04/15 09:50:54 jaapb Exp $
 
-SHA1 (ocaml-4.09.0.tar.gz) = 981f15617d90ed990919c031c8c1f39b45f62002
-RMD160 (ocaml-4.09.0.tar.gz) = a6c7b137ada913531092e111dabccd8c4248313d
-SHA512 (ocaml-4.09.0.tar.gz) = c1b666839960c157868fc32a96fe4137280a4b99464ba2c6616700b962d802ed86467ec21c341abbefdf684b8314b90fd6a5018c6de58dc29152af851eebea88
-Size (ocaml-4.09.0.tar.gz) = 4829882 bytes
+SHA1 (ocaml-4.09.1.tar.gz) = b4e7140e977c0fae5182074dd93b3c1b74f49ee7
+RMD160 (ocaml-4.09.1.tar.gz) = 377e956327bac18a37f9e77b2558e9474fd07481
+SHA512 (ocaml-4.09.1.tar.gz) = 2313181aeac7922a868fbcd43b0f43ba2b08dd1f113abbcea8e4896caeb5fe26a1aee0c95a815dfa94675cc2eca510d03f230cda7f9361be26419ed02a42aac1
+Size (ocaml-4.09.1.tar.gz) = 4835466 bytes
 SHA1 (patch-Makefile) = 132a1cf1187dc05ec5338b496757d89047e91130
 SHA1 (patch-Makefile.common.in) = fbf3dc0614073ed5ac9b220211a837f69a4ffcaf
 SHA1 (patch-asmcomp_amd64_emit.mlp) = c2b90f50bc3c4bf9817916bdd455a8bfc03cb69b



Home | Main Index | Thread Index | Old Index