pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-bos



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jun  3 08:00:09 UTC 2022

Modified Files:
        pkgsrc/devel/ocaml-bos: Makefile distinfo

Log Message:
ocaml-bos: update to 0.2.1.

v0.2.1 2021-10-04 Zagreb

    Require OCaml >= 4.08.
    OS.Dir.create fix function result on existing files. It returned
    non-sensical results. The function now errors as it should be.
    Thanks to Léo Andrès for the report.
    OS.Dir.create fix function returning false instead of true when
    the directory is created with ~path:false. Thanks to Léo Andrès
    for the report and patch.
    OS.File.read support for reading character devices and named
    pipes. Thanks to Rizo Isrof for the patch.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ocaml-bos/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ocaml-bos/distinfo

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

Modified files:

Index: pkgsrc/devel/ocaml-bos/Makefile
diff -u pkgsrc/devel/ocaml-bos/Makefile:1.4 pkgsrc/devel/ocaml-bos/Makefile:1.5
--- pkgsrc/devel/ocaml-bos/Makefile:1.4 Tue May 24 18:51:48 2022
+++ pkgsrc/devel/ocaml-bos/Makefile     Fri Jun  3 08:00:09 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2022/05/24 18:51:48 jaapb Exp $
+# $NetBSD: Makefile,v 1.5 2022/06/03 08:00:09 wiz Exp $
 
-DISTNAME=      bos-0.2.0
+DISTNAME=      bos-0.2.1
 PKGNAME=       ocaml-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    devel
 MASTER_SITES=  http://erratique.ch/software/bos/releases/
 EXTRACT_SUFX=  .tbz

Index: pkgsrc/devel/ocaml-bos/distinfo
diff -u pkgsrc/devel/ocaml-bos/distinfo:1.3 pkgsrc/devel/ocaml-bos/distinfo:1.4
--- pkgsrc/devel/ocaml-bos/distinfo:1.3 Tue Oct 26 10:15:47 2021
+++ pkgsrc/devel/ocaml-bos/distinfo     Fri Jun  3 08:00:09 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:15:47 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/06/03 08:00:09 wiz Exp $
 
-BLAKE2s (bos-0.2.0.tbz) = 9a8a8370e2c5d6f0bfb2e9ca6ff2e8e25e850f4f10667982a09fcea80ced56da
-SHA512 (bos-0.2.0.tbz) = f9120f8108c6da5647c9fbcc78736a5f87bf5627fad01035fdab1af6322c93e75df670d7d2910fe474c92c48ffffcf15955a84e698cfc7bfb7c1ac4fe27d472f
-Size (bos-0.2.0.tbz) = 41008 bytes
+BLAKE2s (bos-0.2.1.tbz) = 6b274022c4ec048cadea6f0276f171ceab4d10c61b8f1173ea3592a5e15b466f
+SHA512 (bos-0.2.1.tbz) = 8daeb8a4c2dd1f2460f6274ada19f4f1b6ebe875ff83a938c93418ce0e6bdb74b8afc5c9a7d410c1c9df2dad030e4fa276b6ed2da580639484e8b5bc92610b1d
+Size (bos-0.2.1.tbz) = 42330 bytes



Home | Main Index | Thread Index | Old Index