Received: by mail.netbsd.org (Postfix, from userid 605) id 8923785305; Wed, 4 May 2022 18:10:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C178785304 for ; Wed, 4 May 2022 18:10:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 8Mj3ut5V0LO8 for ; Wed, 4 May 2022 18:10:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 21D4385300 for ; Wed, 4 May 2022 18:10:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1BB54FB1A; Wed, 4 May 2022 18:10:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16516878023820" MIME-Version: 1.0 Date: Wed, 4 May 2022 18:10:02 +0000 From: "Jaap Boender" Subject: CVS commit: pkgsrc/devel/ocaml-ppx_module_timer To: pkgsrc-changes@NetBSD.org Reply-To: jaapb@netbsd.org X-Mailer: log_accum Message-Id: <20220504181002.1BB54FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_16516878023820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jaapb Date: Wed May 4 18:10:02 UTC 2022 Modified Files: pkgsrc/devel/ocaml-ppx_module_timer: Makefile PLIST buildlink3.mk distinfo Log Message: Updated devel/ocaml-ppx_module_timer to version 0.15.0. There is no changelog, but changes are minor. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ocaml-ppx_module_timer/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ocaml-ppx_module_timer/PLIST cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ocaml-ppx_module_timer/buildlink3.mk cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ocaml-ppx_module_timer/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16516878023820 Content-Disposition: inline Content-Length: 3768 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ocaml-ppx_module_timer/Makefile diff -u pkgsrc/devel/ocaml-ppx_module_timer/Makefile:1.3 pkgsrc/devel/ocaml-ppx_module_timer/Makefile:1.4 --- pkgsrc/devel/ocaml-ppx_module_timer/Makefile:1.3 Mon Mar 8 08:12:57 2021 +++ pkgsrc/devel/ocaml-ppx_module_timer/Makefile Wed May 4 18:10:01 2022 @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2021/03/08 08:12:57 jaapb Exp $ +# $NetBSD: Makefile,v 1.4 2022/05/04 18:10:01 jaapb Exp $ -GITHUB_PROJECT= ppx_module_timer -GITHUB_TAG= v${PKGVERSION_NOREV} -DISTNAME= ${GITHUB_PROJECT}-0.13.0 +DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/} +GITHUB_PROJECT= ppx_module_timer +GITHUB_TAG= v${PKGVERSION_NOREV} MAINTAINER= jaapb@NetBSD.org HOMEPAGE= https://github.com/janestreet/ppx_module_timer/ Index: pkgsrc/devel/ocaml-ppx_module_timer/PLIST diff -u pkgsrc/devel/ocaml-ppx_module_timer/PLIST:1.1 pkgsrc/devel/ocaml-ppx_module_timer/PLIST:1.2 --- pkgsrc/devel/ocaml-ppx_module_timer/PLIST:1.1 Wed Mar 13 11:53:56 2019 +++ pkgsrc/devel/ocaml-ppx_module_timer/PLIST Wed May 4 18:10:01 2022 @@ -1,7 +1,8 @@ -@comment $NetBSD: PLIST,v 1.1 2019/03/13 11:53:56 jaapb Exp $ +@comment $NetBSD: PLIST,v 1.2 2022/05/04 18:10:01 jaapb Exp $ ${OCAML_SITELIB}/ppx_module_timer/META ${OCAML_SITELIB}/ppx_module_timer/dune-package ${OCAML_SITELIB}/ppx_module_timer/opam +${OCAML_SITELIB}/ppx_module_timer/ppx.exe ${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_module_timer/ppx_module_timer.a ${OCAML_SITELIB}/ppx_module_timer/ppx_module_timer.cma ${OCAML_SITELIB}/ppx_module_timer/ppx_module_timer.cmi Index: pkgsrc/devel/ocaml-ppx_module_timer/buildlink3.mk diff -u pkgsrc/devel/ocaml-ppx_module_timer/buildlink3.mk:1.2 pkgsrc/devel/ocaml-ppx_module_timer/buildlink3.mk:1.3 --- pkgsrc/devel/ocaml-ppx_module_timer/buildlink3.mk:1.2 Thu Jan 16 14:28:31 2020 +++ pkgsrc/devel/ocaml-ppx_module_timer/buildlink3.mk Wed May 4 18:10:01 2022 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.2 2020/01/16 14:28:31 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2022/05/04 18:10:01 jaapb Exp $ BUILDLINK_TREE+= ocaml-ppx_module_timer @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-ppx_module_timer OCAML_PPX_MODULE_TIMER_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-ppx_module_timer+= ocaml-ppx_module_timer>=0.12.0 -BUILDLINK_ABI_DEPENDS.ocaml-ppx_module_timer+= ocaml-ppx_module_timer>=0.13.0 +BUILDLINK_ABI_DEPENDS.ocaml-ppx_module_timer+= ocaml-ppx_module_timer>=0.15.0 BUILDLINK_PKGSRCDIR.ocaml-ppx_module_timer?= ../../devel/ocaml-ppx_module_timer .endif # OCAML_PPX_MODULE_TIMER_BUILDLINK3_MK Index: pkgsrc/devel/ocaml-ppx_module_timer/distinfo diff -u pkgsrc/devel/ocaml-ppx_module_timer/distinfo:1.4 pkgsrc/devel/ocaml-ppx_module_timer/distinfo:1.5 --- pkgsrc/devel/ocaml-ppx_module_timer/distinfo:1.4 Tue Oct 26 10:15:53 2021 +++ pkgsrc/devel/ocaml-ppx_module_timer/distinfo Wed May 4 18:10:01 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2021/10/26 10:15:53 nia Exp $ +$NetBSD: distinfo,v 1.5 2022/05/04 18:10:01 jaapb Exp $ -BLAKE2s (ppx_module_timer-0.13.0.tar.gz) = 145aec9cf1d4aedcf5e582cd0fbbbfdd08c5a8022d86a76faf6776693b8894a3 -SHA512 (ppx_module_timer-0.13.0.tar.gz) = 7599f3d77e0c9cdfd18b6eda02c3d36bb0ecf925cd250896f348a064dc0c563d0a77ae7dc006c920e44a0cccbe78724b5879895abf3d0567008dc1399310d65f -Size (ppx_module_timer-0.13.0.tar.gz) = 7180 bytes +BLAKE2s (ppx_module_timer-0.15.0.tar.gz) = 432c9b42200d21d606e533f86707ed9a7cf7fb687d29b8753657b0a6bca9d0eb +SHA512 (ppx_module_timer-0.15.0.tar.gz) = 4cd55dce6872cbed1d34c34043500651e605c406747914173584cee1d8f3ff298a75efeb8a4beb7840df76b5d7c7db98d15399d3c4a3a5dca2a11d57339df6de +Size (ppx_module_timer-0.15.0.tar.gz) = 7242 bytes --_----------=_16516878023820--