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:           Wed May 11 09:52:09 UTC 2022

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

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

Upstream changes are minor.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ocaml-bigstringaf/Makefile \
    pkgsrc/devel/ocaml-bigstringaf/buildlink3.mk
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ocaml-bigstringaf/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ocaml-bigstringaf/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-bigstringaf/Makefile
diff -u pkgsrc/devel/ocaml-bigstringaf/Makefile:1.3 pkgsrc/devel/ocaml-bigstringaf/Makefile:1.4
--- pkgsrc/devel/ocaml-bigstringaf/Makefile:1.3 Mon Mar  8 08:12:49 2021
+++ pkgsrc/devel/ocaml-bigstringaf/Makefile     Wed May 11 09:52:09 2022
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.3 2021/03/08 08:12:49 jaapb Exp $
+# $NetBSD: Makefile,v 1.4 2022/05/11 09:52:09 jaapb Exp $
 
-GITHUB_PROJECT=        bigstringaf
-DISTNAME=      ${GITHUB_PROJECT}-0.6.0
+DISTNAME=      ${GITHUB_PROJECT}-0.9.0
 PKGNAME=       ocaml-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=inhabitedtype/}
+GITHUB_PROJECT=        bigstringaf
 
 MAINTAINER=    jaapb%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/inhabitedtype/bigstringaf/
Index: pkgsrc/devel/ocaml-bigstringaf/buildlink3.mk
diff -u pkgsrc/devel/ocaml-bigstringaf/buildlink3.mk:1.3 pkgsrc/devel/ocaml-bigstringaf/buildlink3.mk:1.4
--- pkgsrc/devel/ocaml-bigstringaf/buildlink3.mk:1.3    Fri Jan 24 16:25:41 2020
+++ pkgsrc/devel/ocaml-bigstringaf/buildlink3.mk        Wed May 11 09:52:09 2022
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2020/01/24 16:25:41 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2022/05/11 09:52:09 jaapb Exp $
 
 BUILDLINK_TREE+=       ocaml-bigstringaf
 
@@ -6,7 +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_ABI_DEPENDS.ocaml-bigstringaf+=      ocaml-bigstringaf>=0.9.0
 BUILDLINK_PKGSRCDIR.ocaml-bigstringaf?=                ../../devel/ocaml-bigstringaf
 
 .endif # OCAML_BIGSTRINGAF_BUILDLINK3_MK

Index: pkgsrc/devel/ocaml-bigstringaf/PLIST
diff -u pkgsrc/devel/ocaml-bigstringaf/PLIST:1.1 pkgsrc/devel/ocaml-bigstringaf/PLIST:1.2
--- pkgsrc/devel/ocaml-bigstringaf/PLIST:1.1    Tue Mar 12 18:09:29 2019
+++ pkgsrc/devel/ocaml-bigstringaf/PLIST        Wed May 11 09:52:09 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2019/03/12 18:09:29 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/05/11 09:52:09 jaapb Exp $
 ${OCAML_SITELIB}/bigstringaf/META
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/bigstringaf/bigstringaf.a
 ${OCAML_SITELIB}/bigstringaf/bigstringaf.cma
@@ -11,7 +11,8 @@ ${PLIST.ocaml-opt}${OCAML_SITELIB}/bigst
 ${OCAML_SITELIB}/bigstringaf/bigstringaf.ml
 ${OCAML_SITELIB}/bigstringaf/bigstringaf.mli
 ${OCAML_SITELIB}/bigstringaf/dune-package
-${OCAML_SITELIB}/bigstringaf/libbigstringaf_stubs.a
+${PLIST.ocaml-opt}${OCAML_SITELIB}/bigstringaf/libbigstringaf_freestanding_stubs.a
+${PLIST.ocaml-opt}${OCAML_SITELIB}/bigstringaf/libbigstringaf_stubs.a
 ${OCAML_SITELIB}/bigstringaf/opam
 ${OCAML_SITELIB}/bigstringaf/runtime.js
 ${OCAML_SITELIB}/stublibs/dllbigstringaf_stubs.so

Index: pkgsrc/devel/ocaml-bigstringaf/distinfo
diff -u pkgsrc/devel/ocaml-bigstringaf/distinfo:1.4 pkgsrc/devel/ocaml-bigstringaf/distinfo:1.5
--- pkgsrc/devel/ocaml-bigstringaf/distinfo:1.4 Tue Oct 26 10:15:46 2021
+++ pkgsrc/devel/ocaml-bigstringaf/distinfo     Wed May 11 09:52:09 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:15:46 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/05/11 09:52:09 jaapb Exp $
 
-BLAKE2s (bigstringaf-0.6.0.tar.gz) = 14681c470608272fb1ec9a36265616d595659394bce48769765c50c259a5f678
-SHA512 (bigstringaf-0.6.0.tar.gz) = f9dc0a5d1601d65ad3d0f8f0eea6235d39d38913158209b2f76af2e6589c1e241011dddbdcbcdbce52dd82bb6070475a65813324231df769532853fdf4683193
-Size (bigstringaf-0.6.0.tar.gz) = 11859 bytes
+BLAKE2s (bigstringaf-0.9.0.tar.gz) = 102a600294e7e38bc62b1f7917e0be893cacc7dbd2dfdf04803ede0cd3571fdc
+SHA512 (bigstringaf-0.9.0.tar.gz) = c5148d967beef15bba21a706009cb8443fe6afd76b949d6a6bcf4fc6c6d410bd0ca4c86b4ef6897cad73c51449e5387ee0173347b8d43c49f1a62024a8aa4db5
+Size (bigstringaf-0.9.0.tar.gz) = 12431 bytes



Home | Main Index | Thread Index | Old Index