pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-bigstringaf



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Fri Jan 24 16:25:41 UTC 2020

Modified Files:
        pkgsrc/devel/ocaml-bigstringaf: Makefile buildlink3.mk distinfo

Log Message:
Updated devel/ocaml-bigstringaf to version 0.6.0.

Mostly minor changes and bugfixes; also updates to the build system.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ocaml-bigstringaf/Makefile \
    pkgsrc/devel/ocaml-bigstringaf/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ocaml-bigstringaf/buildlink3.mk

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-bigstringaf/Makefile
diff -u pkgsrc/devel/ocaml-bigstringaf/Makefile:1.1 pkgsrc/devel/ocaml-bigstringaf/Makefile:1.2
--- pkgsrc/devel/ocaml-bigstringaf/Makefile:1.1 Tue Mar 12 18:09:29 2019
+++ pkgsrc/devel/ocaml-bigstringaf/Makefile     Fri Jan 24 16:25:41 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2019/03/12 18:09:29 jaapb Exp $
+# $NetBSD: Makefile,v 1.2 2020/01/24 16:25:41 jaapb Exp $
 
 GITHUB_PROJECT=        bigstringaf
-DISTNAME=      ${GITHUB_PROJECT}-0.4.0
+DISTNAME=      ${GITHUB_PROJECT}-0.6.0
 PKGNAME=       ocaml-${DISTNAME}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=inhabitedtype/}
@@ -16,4 +16,5 @@ OCAML_USE_DUNE=       yes
 
 .include "../../mk/ocaml.mk"
 .include "../../devel/ocaml-base/buildlink3.mk"
+.include "../../devel/ocaml-bigarray-compat/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ocaml-bigstringaf/distinfo
diff -u pkgsrc/devel/ocaml-bigstringaf/distinfo:1.1 pkgsrc/devel/ocaml-bigstringaf/distinfo:1.2
--- pkgsrc/devel/ocaml-bigstringaf/distinfo:1.1 Tue Mar 12 18:09:29 2019
+++ pkgsrc/devel/ocaml-bigstringaf/distinfo     Fri Jan 24 16:25:41 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2019/03/12 18:09:29 jaapb Exp $
+$NetBSD: distinfo,v 1.2 2020/01/24 16:25:41 jaapb Exp $
 
-SHA1 (bigstringaf-0.4.0.tar.gz) = ae02b953c510f54f7a3f73296e8ccd66da005d83
-RMD160 (bigstringaf-0.4.0.tar.gz) = c7c5fba54789209174533e9191e0302d387e9ebc
-SHA512 (bigstringaf-0.4.0.tar.gz) = a7300eb45af2a0a8b2efd5a6069d928ab9e8fee256da91c6fb5c4de21d42ecbb23cdabf5b88d9d2e984ed59619523a05f40406c6202f723a4eec61f20663d000
-Size (bigstringaf-0.4.0.tar.gz) = 11329 bytes
+SHA1 (bigstringaf-0.6.0.tar.gz) = de3746c82876a6eae12f63635b8dafe8927322de
+RMD160 (bigstringaf-0.6.0.tar.gz) = fe2b7b7c8fa65b5ae27872b36e2628820859b062
+SHA512 (bigstringaf-0.6.0.tar.gz) = f9dc0a5d1601d65ad3d0f8f0eea6235d39d38913158209b2f76af2e6589c1e241011dddbdcbcdbce52dd82bb6070475a65813324231df769532853fdf4683193
+Size (bigstringaf-0.6.0.tar.gz) = 11859 bytes

Index: pkgsrc/devel/ocaml-bigstringaf/buildlink3.mk
diff -u pkgsrc/devel/ocaml-bigstringaf/buildlink3.mk:1.2 pkgsrc/devel/ocaml-bigstringaf/buildlink3.mk:1.3
--- pkgsrc/devel/ocaml-bigstringaf/buildlink3.mk:1.2    Sun Nov  3 10:39:21 2019
+++ pkgsrc/devel/ocaml-bigstringaf/buildlink3.mk        Fri Jan 24 16:25:41 2020
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2019/11/03 10:39:21 rillig Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2020/01/24 16:25:41 jaapb Exp $
 
 BUILDLINK_TREE+=       ocaml-bigstringaf
 
@@ -6,6 +6,7 @@ BUILDLINK_TREE+=        ocaml-bigstringaf
 OCAML_BIGSTRINGAF_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.ocaml-bigstringaf+=      ocaml-bigstringaf>=0.4.0
+BUILDLINK_ABI_DEPENDS.ocaml-bigstringaf+=      ocaml-bigstringaf>=0.6.0
 BUILDLINK_PKGSRCDIR.ocaml-bigstringaf?=                ../../devel/ocaml-bigstringaf
 
 .endif # OCAML_BIGSTRINGAF_BUILDLINK3_MK



Home | Main Index | Thread Index | Old Index