pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocamlbuild



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Tue Mar  1 09:07:29 UTC 2022

Modified Files:
        pkgsrc/devel/ocamlbuild: Makefile buildlink3.mk distinfo

Log Message:
Updates devel/ocamlbuild to version 0.14.1.

This adds support for the upcoming OCaml 5.00 release, and fixes some
bugs.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/ocamlbuild/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/ocamlbuild/buildlink3.mk
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/ocamlbuild/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/ocamlbuild/Makefile
diff -u pkgsrc/devel/ocamlbuild/Makefile:1.14 pkgsrc/devel/ocamlbuild/Makefile:1.15
--- pkgsrc/devel/ocamlbuild/Makefile:1.14       Mon Mar  8 08:13:01 2021
+++ pkgsrc/devel/ocamlbuild/Makefile    Tue Mar  1 09:07:28 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2021/03/08 08:13:01 jaapb Exp $
+# $NetBSD: Makefile,v 1.15 2022/03/01 09:07:28 jaapb Exp $
 
-DISTNAME=      ocamlbuild-0.14.0
-PKGREVISION=   1
+DISTNAME=      ocamlbuild-0.14.1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ocaml/}
 

Index: pkgsrc/devel/ocamlbuild/buildlink3.mk
diff -u pkgsrc/devel/ocamlbuild/buildlink3.mk:1.7 pkgsrc/devel/ocamlbuild/buildlink3.mk:1.8
--- pkgsrc/devel/ocamlbuild/buildlink3.mk:1.7   Thu Mar 21 11:55:24 2019
+++ pkgsrc/devel/ocamlbuild/buildlink3.mk       Tue Mar  1 09:07:28 2022
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.7 2019/03/21 11:55:24 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.8 2022/03/01 09:07:28 jaapb Exp $
 
 BUILDLINK_TREE+=       ocamlbuild
 
@@ -6,7 +6,7 @@ BUILDLINK_TREE+=        ocamlbuild
 OCAMLBUILD_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.ocamlbuild+=     ocamlbuild>=0.9.2
-BUILDLINK_ABI_DEPENDS.ocamlbuild+=     ocamlbuild>=0.14.0
+BUILDLINK_ABI_DEPENDS.ocamlbuild+=     ocamlbuild>=0.14.1
 BUILDLINK_PKGSRCDIR.ocamlbuild?=       ../../devel/ocamlbuild
 BUILDLINK_DEPMETHOD.ocamlbuild?=       build
 .endif # OCAMLBUILD_BUILDLINK3_MK

Index: pkgsrc/devel/ocamlbuild/distinfo
diff -u pkgsrc/devel/ocamlbuild/distinfo:1.9 pkgsrc/devel/ocamlbuild/distinfo:1.10
--- pkgsrc/devel/ocamlbuild/distinfo:1.9        Tue Oct 26 10:15:57 2021
+++ pkgsrc/devel/ocamlbuild/distinfo    Tue Mar  1 09:07:28 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 10:15:57 nia Exp $
+$NetBSD: distinfo,v 1.10 2022/03/01 09:07:28 jaapb Exp $
 
-BLAKE2s (ocamlbuild-0.14.0.tar.gz) = 9bdae80050af4960cb959d846a83319cb3366b5f43deea2e4048ddd07a708afe
-SHA512 (ocamlbuild-0.14.0.tar.gz) = ae60247396399dfd35644c8c1986ef7679e5a9964df82e3388bfc6dd4c5b88a13d6869a698d14a9ac70dc48e4ce1c003f543c85426d8c862ca31dea37a554b07
-Size (ocamlbuild-0.14.0.tar.gz) = 198267 bytes
+BLAKE2s (ocamlbuild-0.14.1.tar.gz) = 449526bee195b399315d4e85122de7622e1c3f73b9199b0eabee17705fafaff3
+SHA512 (ocamlbuild-0.14.1.tar.gz) = 1f5b43215b1d3dc427b9c64e005add9d423ed4bca9686d52c55912df8955647cb2d7d86622d44b41b14c4f0d657b770c27967c541c868eeb7c78e3bd35b827ad
+Size (ocamlbuild-0.14.1.tar.gz) = 199103 bytes



Home | Main Index | Thread Index | Old Index