pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-csexp



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Sun Nov  5 21:03:35 UTC 2023

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

Log Message:
Updated devel/ocaml-csexp to version 1.5.2.

Change:
- Fix Csexp.serialised_length. Previously, it would under count by 2 because
  it did not take the parentheses into account.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ocaml-csexp/Makefile \
    pkgsrc/devel/ocaml-csexp/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ocaml-csexp/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-csexp/Makefile
diff -u pkgsrc/devel/ocaml-csexp/Makefile:1.4 pkgsrc/devel/ocaml-csexp/Makefile:1.5
--- pkgsrc/devel/ocaml-csexp/Makefile:1.4       Tue May 24 18:51:48 2022
+++ pkgsrc/devel/ocaml-csexp/Makefile   Sun Nov  5 21:03:35 2023
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2022/05/24 18:51:48 jaapb Exp $
+# $NetBSD: Makefile,v 1.5 2023/11/05 21:03:35 jaapb Exp $
 
 GITHUB_PROJECT=        csexp
-DISTNAME=      ${GITHUB_PROJECT}-1.5.1
+DISTNAME=      ${GITHUB_PROJECT}-1.5.2
 PKGNAME=       ocaml-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ocaml-dune/}
 
Index: pkgsrc/devel/ocaml-csexp/distinfo
diff -u pkgsrc/devel/ocaml-csexp/distinfo:1.4 pkgsrc/devel/ocaml-csexp/distinfo:1.5
--- pkgsrc/devel/ocaml-csexp/distinfo:1.4       Tue Mar  1 09:44:12 2022
+++ pkgsrc/devel/ocaml-csexp/distinfo   Sun Nov  5 21:03:35 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2022/03/01 09:44:12 jaapb Exp $
+$NetBSD: distinfo,v 1.5 2023/11/05 21:03:35 jaapb Exp $
 
-BLAKE2s (csexp-1.5.1.tar.gz) = 95413b4961ca09ab4b0f2450393e72ed2d0983e018d4fe700c4041638c58551a
-SHA512 (csexp-1.5.1.tar.gz) = b451f380786fda53998f77b1509422d58bb5a51518595e329f625fbf0ca67e597be0c9935de77a10a65216cb4b9ec91579ad51bdeee536795e142e014433d46b
-Size (csexp-1.5.1.tar.gz) = 10970 bytes
+BLAKE2s (csexp-1.5.2.tar.gz) = 645de211b47bb9728b700c61a0e08f7de4a7fec4e5f27ee15a4239337613ee61
+SHA512 (csexp-1.5.2.tar.gz) = 283bb9813e08b6f575e97bf612a398a46454916370d9e41b15f05663810676cb0419377c17490954b0ad681c02630332d300839ebdfab4e5b441fba226b861ac
+Size (csexp-1.5.2.tar.gz) = 12005 bytes

Index: pkgsrc/devel/ocaml-csexp/buildlink3.mk
diff -u pkgsrc/devel/ocaml-csexp/buildlink3.mk:1.3 pkgsrc/devel/ocaml-csexp/buildlink3.mk:1.4
--- pkgsrc/devel/ocaml-csexp/buildlink3.mk:1.3  Tue May 24 18:51:48 2022
+++ pkgsrc/devel/ocaml-csexp/buildlink3.mk      Sun Nov  5 21:03:35 2023
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2022/05/24 18:51:48 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2023/11/05 21:03:35 jaapb Exp $
 
 BUILDLINK_TREE+=       ocaml-csexp
 
@@ -6,7 +6,7 @@ BUILDLINK_TREE+=        ocaml-csexp
 OCAML_CSEXP_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.ocaml-csexp+=    ocaml-csexp>=1.3.2
-BUILDLINK_ABI_DEPENDS.ocaml-csexp+=    ocaml-csexp>=1.5.1nb1
+BUILDLINK_ABI_DEPENDS.ocaml-csexp+=    ocaml-csexp>=1.5.2
 BUILDLINK_PKGSRCDIR.ocaml-csexp?=      ../../devel/ocaml-csexp
 
 .endif # OCAML_CSEXP_BUILDLINK3_MK



Home | Main Index | Thread Index | Old Index