pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ocaml-cohttp



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Tue Apr 21 11:25:18 UTC 2020

Modified Files:
        pkgsrc/www/ocaml-cohttp: Makefile buildlink3.mk distinfo

Log Message:
Updated www/ocaml-cohttp to version 2.5.1.

Many changes since the last version; mostly they are minor though. See the
CHANGES.md file in the distribution for details.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/ocaml-cohttp/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/ocaml-cohttp/buildlink3.mk \
    pkgsrc/www/ocaml-cohttp/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/ocaml-cohttp/Makefile
diff -u pkgsrc/www/ocaml-cohttp/Makefile:1.3 pkgsrc/www/ocaml-cohttp/Makefile:1.4
--- pkgsrc/www/ocaml-cohttp/Makefile:1.3        Fri Jan 10 21:19:20 2020
+++ pkgsrc/www/ocaml-cohttp/Makefile    Tue Apr 21 11:25:18 2020
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2020/01/10 21:19:20 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2020/04/21 11:25:18 jaapb Exp $
 
 GITHUB_PROJECT=        ocaml-cohttp
 GITHUB_TAG=    v${PKGVERSION_NOREV}
-DISTNAME=      ${GITHUB_PROJECT}-2.1.2
-PKGREVISION=   1
+DISTNAME=      ${GITHUB_PROJECT}-2.5.1
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=mirage/}
 
@@ -25,6 +24,7 @@ OPAM_INSTALL_FILES=   cohttp cohttp-top
 .include "../../devel/ocaml-ppx_sexp_conv/buildlink3.mk"
 .include "../../devel/ocaml-re/buildlink3.mk"
 .include "../../devel/ocaml-sexplib0/buildlink3.mk"
+.include "../../devel/ocaml-stdlib-shims/buildlink3.mk"
 .include "../../devel/ocaml-stringext/buildlink3.mk"
 .include "../../net/ocaml-conduit/buildlink3.mk"
 .include "../../textproc/ocaml-jsonm/buildlink3.mk"

Index: pkgsrc/www/ocaml-cohttp/buildlink3.mk
diff -u pkgsrc/www/ocaml-cohttp/buildlink3.mk:1.1 pkgsrc/www/ocaml-cohttp/buildlink3.mk:1.2
--- pkgsrc/www/ocaml-cohttp/buildlink3.mk:1.1   Mon Jul  1 15:48:53 2019
+++ pkgsrc/www/ocaml-cohttp/buildlink3.mk       Tue Apr 21 11:25:18 2020
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2019/07/01 15:48:53 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2020/04/21 11:25:18 jaapb Exp $
 
 BUILDLINK_TREE+=       ocaml-cohttp
 
@@ -6,6 +6,7 @@ BUILDLINK_TREE+=        ocaml-cohttp
 OCAML_COHTTP_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.ocaml-cohttp+=   ocaml-cohttp>=2.1.2
+BUILDLINK_ABI_DEPENDS.ocaml-cohttp+=   ocaml-cohttp>=2.5.1
 BUILDLINK_PKGSRCDIR.ocaml-cohttp?=     ../../www/ocaml-cohttp
 
 .endif # OCAML_COHTTP_BUILDLINK3_MK
Index: pkgsrc/www/ocaml-cohttp/distinfo
diff -u pkgsrc/www/ocaml-cohttp/distinfo:1.1 pkgsrc/www/ocaml-cohttp/distinfo:1.2
--- pkgsrc/www/ocaml-cohttp/distinfo:1.1        Mon Jul  1 15:48:53 2019
+++ pkgsrc/www/ocaml-cohttp/distinfo    Tue Apr 21 11:25:18 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2019/07/01 15:48:53 jaapb Exp $
+$NetBSD: distinfo,v 1.2 2020/04/21 11:25:18 jaapb Exp $
 
-SHA1 (ocaml-cohttp-2.1.2.tar.gz) = 16ed1c2fdb14efd8bedccaab5614ae819fc4d784
-RMD160 (ocaml-cohttp-2.1.2.tar.gz) = a63107e3787326de2739f13c8c278795380e988c
-SHA512 (ocaml-cohttp-2.1.2.tar.gz) = bf466e2dbcbb4be8dc0b790130ae9a1abbbdd7fd865ba6b01dba83e5a8625e058b2918761a924a6b4baf04094b28a7a03b22f3d7a8e4f929b252069b7dd61be4
-Size (ocaml-cohttp-2.1.2.tar.gz) = 110147 bytes
+SHA1 (ocaml-cohttp-2.5.1.tar.gz) = cd751de2365a277198fe7ddd694d4f840338edcd
+RMD160 (ocaml-cohttp-2.5.1.tar.gz) = 268e995911551358dee6badb4ff12af87d595695
+SHA512 (ocaml-cohttp-2.5.1.tar.gz) = 6a9a548ab66ceee311e7e689934ee57132d747598d24043b6a48314a1982149d08100c52f510bea2d12aa63ce0f22ea47537e88b8cae1367eeb4610ddaf0b4db
+Size (ocaml-cohttp-2.5.1.tar.gz) = 111677 bytes



Home | Main Index | Thread Index | Old Index