pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-mmap



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Mon May  2 13:33:00 UTC 2022

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

Log Message:
Updated devel/ocaml-mmap to version 1.2.0.

This uses the bigarray-compat library instead of bigarray.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ocaml-mmap/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ocaml-mmap/buildlink3.mk
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ocaml-mmap/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-mmap/Makefile
diff -u pkgsrc/devel/ocaml-mmap/Makefile:1.2 pkgsrc/devel/ocaml-mmap/Makefile:1.3
--- pkgsrc/devel/ocaml-mmap/Makefile:1.2        Mon Mar  8 08:12:54 2021
+++ pkgsrc/devel/ocaml-mmap/Makefile    Mon May  2 13:33:00 2022
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2021/03/08 08:12:54 jaapb Exp $
+# $NetBSD: Makefile,v 1.3 2022/05/02 13:33:00 jaapb Exp $
 
 GITHUB_PROJECT=        mmap
 GITHUB_TAG=    v${PKGVERSION_NOREV}
-DISTNAME=      ocaml-${GITHUB_PROJECT}-1.1.0
-PKGREVISION=   1
+DISTNAME=      ocaml-${GITHUB_PROJECT}-1.2.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=mirage/}
 
@@ -15,4 +14,5 @@ LICENSE=      gnu-lgpl-v2.1
 OCAML_USE_DUNE=        yes
 
 .include "../../mk/ocaml.mk"
+.include "../../devel/ocaml-bigarray-compat/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/ocaml-mmap/buildlink3.mk
diff -u pkgsrc/devel/ocaml-mmap/buildlink3.mk:1.1 pkgsrc/devel/ocaml-mmap/buildlink3.mk:1.2
--- pkgsrc/devel/ocaml-mmap/buildlink3.mk:1.1   Mon May 13 10:54:47 2019
+++ pkgsrc/devel/ocaml-mmap/buildlink3.mk       Mon May  2 13:33:00 2022
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2019/05/13 10:54:47 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2022/05/02 13:33:00 jaapb Exp $
 
 BUILDLINK_TREE+=       ocaml-mmap
 
@@ -6,6 +6,7 @@ BUILDLINK_TREE+=        ocaml-mmap
 OCAML_MMAP_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.ocaml-mmap+=     ocaml-mmap>=1.1.0
+BUILDLINK_ABI_DEPENDS.ocaml-mmap+=     ocaml-mmap>=1.2.0
 BUILDLINK_PKGSRCDIR.ocaml-mmap?=       ../../devel/ocaml-mmap
 .endif # OCAML_MMAP_BUILDLINK3_MK
 

Index: pkgsrc/devel/ocaml-mmap/distinfo
diff -u pkgsrc/devel/ocaml-mmap/distinfo:1.3 pkgsrc/devel/ocaml-mmap/distinfo:1.4
--- pkgsrc/devel/ocaml-mmap/distinfo:1.3        Tue Oct 26 10:15:51 2021
+++ pkgsrc/devel/ocaml-mmap/distinfo    Mon May  2 13:33:00 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:15:51 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/05/02 13:33:00 jaapb Exp $
 
-BLAKE2s (ocaml-mmap-1.1.0.tar.gz) = 84b4677dfde476da088cf5741325ea04ce2a4f34330108d5a55961498f9950bb
-SHA512 (ocaml-mmap-1.1.0.tar.gz) = 8540a5ca1cde87cb5c7bf9b987aac1b180e95c13578db2aa6775908df416c4ce6bba7bdd8ee616c9a50d175b58ee84234e7ed7ecc6276b3af6aac0b6ef09c37c
-Size (ocaml-mmap-1.1.0.tar.gz) = 15136 bytes
+BLAKE2s (ocaml-mmap-1.2.0.tar.gz) = 89c10c2d44b5ab1db59c18d820ef0feda95fcabbcc598e2e9ff37f44ed6d637b
+SHA512 (ocaml-mmap-1.2.0.tar.gz) = cef6c37953d62f2f7472147a03707d60401d92aaf4ddb2dbaa697ee4eee252f70d8068e8fe5c6a36e005d4cc738f61d2c5bea12d844f1e3a696fef2f6546d59c
+Size (ocaml-mmap-1.2.0.tar.gz) = 15328 bytes



Home | Main Index | Thread Index | Old Index