pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-hex



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Thu May  5 11:45:46 UTC 2022

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

Log Message:
Updated devel/ocaml-hex to version 1.5.0.

Some minor changes, plus raising of the minimum version of OCaml needed
(4.08) so that some dependencies can be dropped.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ocaml-hex/Makefile \
    pkgsrc/devel/ocaml-hex/buildlink3.mk
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ocaml-hex/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-hex/Makefile
diff -u pkgsrc/devel/ocaml-hex/Makefile:1.2 pkgsrc/devel/ocaml-hex/Makefile:1.3
--- pkgsrc/devel/ocaml-hex/Makefile:1.2 Mon Mar  8 08:12:52 2021
+++ pkgsrc/devel/ocaml-hex/Makefile     Thu May  5 11:45:46 2022
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2021/03/08 08:12:52 jaapb Exp $
+# $NetBSD: Makefile,v 1.3 2022/05/05 11:45:46 jaapb Exp $
 
-GITHUB_PROJECT=        ocaml-hex
-GITHUB_TAG=    v${PKGVERSION_NOREV}
-DISTNAME=      ${GITHUB_PROJECT}-1.3.0
-PKGREVISION=   1
+DISTNAME=      ${GITHUB_PROJECT}-1.5.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=mirage/}
+GITHUB_PROJECT=        ocaml-hex
+GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 MAINTAINER=    jaapb%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/mirage/ocaml-hex/
Index: pkgsrc/devel/ocaml-hex/buildlink3.mk
diff -u pkgsrc/devel/ocaml-hex/buildlink3.mk:1.2 pkgsrc/devel/ocaml-hex/buildlink3.mk:1.3
--- pkgsrc/devel/ocaml-hex/buildlink3.mk:1.2    Sun Nov  3 10:39:23 2019
+++ pkgsrc/devel/ocaml-hex/buildlink3.mk        Thu May  5 11:45:46 2022
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2019/11/03 10:39:23 rillig Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2022/05/05 11:45:46 jaapb Exp $
 
 BUILDLINK_TREE+=       ocaml-hex
 
@@ -6,6 +6,7 @@ BUILDLINK_TREE+=        ocaml-hex
 OCAML_HEX_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.ocaml-hex+=      ocaml-hex>=1.3.0
+BUILDLINK_ABI_DEPENDS.ocaml-hex+=      ocaml-hex>=1.5.0
 BUILDLINK_PKGSRCDIR.ocaml-hex?=                ../../devel/ocaml-hex
 
 .endif # OCAML_HEX_BUILDLINK3_MK

Index: pkgsrc/devel/ocaml-hex/distinfo
diff -u pkgsrc/devel/ocaml-hex/distinfo:1.3 pkgsrc/devel/ocaml-hex/distinfo:1.4
--- pkgsrc/devel/ocaml-hex/distinfo:1.3 Tue Oct 26 10:15:49 2021
+++ pkgsrc/devel/ocaml-hex/distinfo     Thu May  5 11:45:46 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:15:49 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/05/05 11:45:46 jaapb Exp $
 
-BLAKE2s (ocaml-hex-1.3.0.tar.gz) = aaea7d3b603d1984ba9f7c8e813813874183eaa9652e8ff449fa8c034f705874
-SHA512 (ocaml-hex-1.3.0.tar.gz) = dce12f2c58a61708c4d33a53643c49f36eb55d45866bb4714eb1446c56daa4b4e21fef66b2a32e763e9e1a469f0d0b55d47ed2142882b9389d8edfcc2ea9a64c
-Size (ocaml-hex-1.3.0.tar.gz) = 6688 bytes
+BLAKE2s (ocaml-hex-1.5.0.tar.gz) = 446f8a124647859534540eb2199b67ac56293aa57fa1e1d6c4a6bc7e879cbffd
+SHA512 (ocaml-hex-1.5.0.tar.gz) = ea0e0e87023de0d53b68fa67d2674cf02d6c8e373188fc8515a579314fc1914ae1fd9c4eeae9ed8e62818385000a97e3951a44234c62fc06bb6fe5f745b8bd1d
+Size (ocaml-hex-1.5.0.tar.gz) = 6913 bytes



Home | Main Index | Thread Index | Old Index