pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/ocaml-opam-file-format



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Apr 27 12:02:51 UTC 2023

Modified Files:
        pkgsrc/misc/ocaml-opam-file-format: Makefile distinfo

Log Message:
ocaml-opam-file-format: update to 2.1.6.

2.1.6 [20 March 2023]
------------------------
* Remove deprecated usage of `Printf.ksprintf`, ocaml 5 compatibility

2.1.5 [14 December 2022]
------------------------
* Fix extra lines on non empty headers [#49 @hhugo]
* Make the tests flambda2-ready [#52 @lthls]
* Fix build failure on OCaml 5.0 when using the non-dune build mode [#50 @dra27]


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/misc/ocaml-opam-file-format/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/misc/ocaml-opam-file-format/distinfo

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

Modified files:

Index: pkgsrc/misc/ocaml-opam-file-format/Makefile
diff -u pkgsrc/misc/ocaml-opam-file-format/Makefile:1.15 pkgsrc/misc/ocaml-opam-file-format/Makefile:1.16
--- pkgsrc/misc/ocaml-opam-file-format/Makefile:1.15    Tue May 24 18:59:34 2022
+++ pkgsrc/misc/ocaml-opam-file-format/Makefile Thu Apr 27 12:02:51 2023
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.15 2022/05/24 18:59:34 jaapb Exp $
+# $NetBSD: Makefile,v 1.16 2023/04/27 12:02:51 wiz Exp $
 
-VERSION=       2.1.4
+VERSION=       2.1.6
 GITHUB_PROJECT=        opam-file-format
 GITHUB_TAG=    ${VERSION:S/_/-/}
 DISTNAME=      ${GITHUB_PROJECT}-${VERSION}
 PKGNAME=       ocaml-${DISTNAME}
 CATEGORIES=    misc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ocaml/}
-MAKE_JOBS_SAFE=        no
 
 MAINTAINER=    jaapb%NetBSD.org@localhost
 HOMEPAGE=      https://opam.ocaml.org/

Index: pkgsrc/misc/ocaml-opam-file-format/distinfo
diff -u pkgsrc/misc/ocaml-opam-file-format/distinfo:1.7 pkgsrc/misc/ocaml-opam-file-format/distinfo:1.8
--- pkgsrc/misc/ocaml-opam-file-format/distinfo:1.7     Mon May  2 12:46:54 2022
+++ pkgsrc/misc/ocaml-opam-file-format/distinfo Thu Apr 27 12:02:51 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2022/05/02 12:46:54 jaapb Exp $
+$NetBSD: distinfo,v 1.8 2023/04/27 12:02:51 wiz Exp $
 
-BLAKE2s (opam-file-format-2.1.4.tar.gz) = c522d0688434040bd1de745f14bee9552f03aa67a26c84a54e31ce7c4d405546
-SHA512 (opam-file-format-2.1.4.tar.gz) = fb5e584080d65c5b5d04c7d2ac397b69a3fd077af3f51eb22967131be22583fea507390eb0d7e6f5c92035372a9e753adbfbc8bfd056d8fd4697c6f95dd8e0ad
-Size (opam-file-format-2.1.4.tar.gz) = 36295 bytes
+BLAKE2s (opam-file-format-2.1.6.tar.gz) = d0e0726ff1610709f36cf3e4fcc0a5407980ec585a8abf0d0f2e0c94a415499a
+SHA512 (opam-file-format-2.1.6.tar.gz) = 89148dceacc523bcd3b65ecc60cbef2270a9618f7d97c5655060adef5c99986fa37910c9622d328a6371a0409a371158cec919f5100cf6d85110cd7cfdf2bb85
+Size (opam-file-format-2.1.6.tar.gz) = 36809 bytes



Home | Main Index | Thread Index | Old Index