pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/ocaml



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Wed Apr 15 09:50:55 UTC 2020

Modified Files:
        pkgsrc/lang/ocaml: Makefile.common PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/lang/ocaml/Makefile.common
cvs rdiff -u -r1.52 -r1.53 pkgsrc/lang/ocaml/PLIST
cvs rdiff -u -r1.134 -r1.135 pkgsrc/lang/ocaml/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/ocaml/Makefile.common
diff -u pkgsrc/lang/ocaml/Makefile.common:1.59 pkgsrc/lang/ocaml/Makefile.common:1.60
--- pkgsrc/lang/ocaml/Makefile.common:1.59      Sat Feb 15 14:48:08 2020
+++ pkgsrc/lang/ocaml/Makefile.common   Wed Apr 15 09:50:54 2020
@@ -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

Index: pkgsrc/lang/ocaml/PLIST
diff -u pkgsrc/lang/ocaml/PLIST:1.52 pkgsrc/lang/ocaml/PLIST:1.53
--- pkgsrc/lang/ocaml/PLIST:1.52        Tue Jan 14 19:53:35 2020
+++ pkgsrc/lang/ocaml/PLIST     Wed Apr 15 09:50:54 2020
@@ -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-lib
 ${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

Index: pkgsrc/lang/ocaml/distinfo
diff -u pkgsrc/lang/ocaml/distinfo:1.134 pkgsrc/lang/ocaml/distinfo:1.135
--- pkgsrc/lang/ocaml/distinfo:1.134    Tue Jan 14 19:53:35 2020
+++ pkgsrc/lang/ocaml/distinfo  Wed Apr 15 09:50:54 2020
@@ -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