pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-astring



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Wed May 11 08:26:29 UTC 2022

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

Log Message:
Updated devel/ocaml-astring to version 0.8.5.

Upstream changes are minor; included is support for newer OCaml versions.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ocaml-astring/Makefile \
    pkgsrc/devel/ocaml-astring/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ocaml-astring/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-astring/Makefile
diff -u pkgsrc/devel/ocaml-astring/Makefile:1.3 pkgsrc/devel/ocaml-astring/Makefile:1.4
--- pkgsrc/devel/ocaml-astring/Makefile:1.3     Mon Mar  8 08:12:47 2021
+++ pkgsrc/devel/ocaml-astring/Makefile Wed May 11 08:26:28 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2021/03/08 08:12:47 jaapb Exp $
+# $NetBSD: Makefile,v 1.4 2022/05/11 08:26:28 jaapb Exp $
 
-DISTNAME=      astring-0.8.3
+DISTNAME=      astring-0.8.5
 PKGNAME=       ocaml-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  https://erratique.ch/software/astring/releases/
 EXTRACT_SUFX=  .tbz
Index: pkgsrc/devel/ocaml-astring/distinfo
diff -u pkgsrc/devel/ocaml-astring/distinfo:1.3 pkgsrc/devel/ocaml-astring/distinfo:1.4
--- pkgsrc/devel/ocaml-astring/distinfo:1.3     Tue Oct 26 10:15:44 2021
+++ pkgsrc/devel/ocaml-astring/distinfo Wed May 11 08:26:28 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:15:44 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/05/11 08:26:28 jaapb Exp $
 
-BLAKE2s (astring-0.8.3.tbz) = b660c809f93b305caaec641463b1761779f08d108acce00f5ac084dfada6210d
-SHA512 (astring-0.8.3.tbz) = c7230e47b7ef14e6040fb18284a3d5aa8da1428b721cf91a7f17104cfb853be24b9c2aaa0b118bf3e050158aa8748311435417c6cf9014d260fb4379e4ead3e1
-Size (astring-0.8.3.tbz) = 38710 bytes
+BLAKE2s (astring-0.8.5.tbz) = 14d75fdbe0843484367435a1f49639dce70e118b9336bd06a1cf3eadb92528f9
+SHA512 (astring-0.8.5.tbz) = b40634cc2053d651bce5c1974996b352ffa48ecac429919113840b2a807efb34387d950f12accb346afd5e40514cb90219d70b00109c30e1450c4e99f65c9856
+Size (astring-0.8.5.tbz) = 37499 bytes

Index: pkgsrc/devel/ocaml-astring/buildlink3.mk
diff -u pkgsrc/devel/ocaml-astring/buildlink3.mk:1.1 pkgsrc/devel/ocaml-astring/buildlink3.mk:1.2
--- pkgsrc/devel/ocaml-astring/buildlink3.mk:1.1        Tue Mar 12 18:04:58 2019
+++ pkgsrc/devel/ocaml-astring/buildlink3.mk    Wed May 11 08:26:28 2022
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2019/03/12 18:04:58 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2022/05/11 08:26:28 jaapb Exp $
 
 BUILDLINK_TREE+=       ocaml-astring
 
@@ -6,6 +6,7 @@ BUILDLINK_TREE+=        ocaml-astring
 OCAML_ASTRING_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.ocaml-astring+=  ocaml-astring>=0.8.3
+BUILDLINK_ABI_DEPENDS.ocaml-astring+=  ocaml-astring>=0.8.5
 BUILDLINK_PKGSRCDIR.ocaml-astring?=    ../../devel/ocaml-astring
 .endif # OCAML_ASTRING_BUILDLINK3_MK
 



Home | Main Index | Thread Index | Old Index