Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 3DF4E1A9217 for ; Wed, 9 Dec 2020 10:36:11 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A386E84DE8; Wed, 9 Dec 2020 10:36:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DE67A84DDF for ; Wed, 9 Dec 2020 10:36:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 8EWW1_nY8mEM for ; Wed, 9 Dec 2020 10:36:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 51F0084CEA for ; Wed, 9 Dec 2020 10:36:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 49703FA9D; Wed, 9 Dec 2020 10:36:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160751016953340" MIME-Version: 1.0 Date: Wed, 9 Dec 2020 10:36:09 +0000 From: "Jaap Boender" Subject: CVS commit: pkgsrc/misc/ocaml-opam-file-format To: pkgsrc-changes@NetBSD.org Reply-To: jaapb@netbsd.org X-Mailer: log_accum Message-Id: <20201209103609.49703FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_160751016953340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jaapb Date: Wed Dec 9 10:36:09 UTC 2020 Modified Files: pkgsrc/misc/ocaml-opam-file-format: Makefile buildlink3.mk distinfo Log Message: Updated misc/ocaml-opam-file-format to 2.1.0 Changes include: * Don't add a newline at the start of strings with newlines * Report starting position of strings correctly * Add dune files To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/misc/ocaml-opam-file-format/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/misc/ocaml-opam-file-format/buildlink3.mk cvs rdiff -u -r1.2 -r1.3 pkgsrc/misc/ocaml-opam-file-format/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_160751016953340 Content-Disposition: inline Content-Length: 2795 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/ocaml-opam-file-format/Makefile diff -u pkgsrc/misc/ocaml-opam-file-format/Makefile:1.10 pkgsrc/misc/ocaml-opam-file-format/Makefile:1.11 --- pkgsrc/misc/ocaml-opam-file-format/Makefile:1.10 Sun Jan 26 17:31:44 2020 +++ pkgsrc/misc/ocaml-opam-file-format/Makefile Wed Dec 9 10:36:09 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2020/01/26 17:31:44 rillig Exp $ +# $NetBSD: Makefile,v 1.11 2020/12/09 10:36:09 jaapb Exp $ -VERSION= 2.0.0 +VERSION= 2.1.0 GITHUB_PROJECT= opam-file-format GITHUB_TAG= ${VERSION:S/_/-/} DISTNAME= ${GITHUB_PROJECT}-${VERSION} Index: pkgsrc/misc/ocaml-opam-file-format/buildlink3.mk diff -u pkgsrc/misc/ocaml-opam-file-format/buildlink3.mk:1.3 pkgsrc/misc/ocaml-opam-file-format/buildlink3.mk:1.4 --- pkgsrc/misc/ocaml-opam-file-format/buildlink3.mk:1.3 Tue Nov 27 14:03:45 2018 +++ pkgsrc/misc/ocaml-opam-file-format/buildlink3.mk Wed Dec 9 10:36:09 2020 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.3 2018/11/27 14:03:45 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.4 2020/12/09 10:36:09 jaapb Exp $ BUILDLINK_TREE+= ocaml-opam-file-format @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-opam-file-format OCAML_OPAM_FILE_FORMAT_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-opam-file-format+= ocaml-opam-file-format>=2.0.0 -BUILDLINK_ABI_DEPENDS.ocaml-opam-file-format+= ocaml-opam-file-format>=2.0.0 +BUILDLINK_ABI_DEPENDS.ocaml-opam-file-format+= ocaml-opam-file-format>=2.1.0 BUILDLINK_PKGSRCDIR.ocaml-opam-file-format?= ../../misc/ocaml-opam-file-format .endif # OCAML_OPAM_FILE_FORMAT_BUILDLINK3_MK Index: pkgsrc/misc/ocaml-opam-file-format/distinfo diff -u pkgsrc/misc/ocaml-opam-file-format/distinfo:1.2 pkgsrc/misc/ocaml-opam-file-format/distinfo:1.3 --- pkgsrc/misc/ocaml-opam-file-format/distinfo:1.2 Tue Nov 27 14:03:45 2018 +++ pkgsrc/misc/ocaml-opam-file-format/distinfo Wed Dec 9 10:36:09 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2018/11/27 14:03:45 jaapb Exp $ +$NetBSD: distinfo,v 1.3 2020/12/09 10:36:09 jaapb Exp $ -SHA1 (opam-file-format-2.0.0.tar.gz) = 0356a0ffcbcf1886706833454d41d0ffdb5c94d7 -RMD160 (opam-file-format-2.0.0.tar.gz) = b6bdce5ea1b25aae7064b06b103a3fb5dd1ce9fa -SHA512 (opam-file-format-2.0.0.tar.gz) = d692da78cbb37abfe50f4b2499607cfc9f2f311efce5620dac587f8ccc173de231264685d1944049b68c2dfd97ac600a00973a35c920ce9a8d5df021cdb8eb3e -Size (opam-file-format-2.0.0.tar.gz) = 31419 bytes +SHA1 (opam-file-format-2.1.0.tar.gz) = 9f23a1469abb42cf03427e99880a516dfde6099b +RMD160 (opam-file-format-2.1.0.tar.gz) = 12679d7e6672fd19f4366d57db6f9dbbf4814683 +SHA512 (opam-file-format-2.1.0.tar.gz) = b948545497de0386457a9b5772924572249e38164aa49d5ab2ac9442d1231a56a3b8132a95197d74cbbe34336a7edc04eaca351a8763c4a009a512085ca0ab25 +Size (opam-file-format-2.1.0.tar.gz) = 23233 bytes --_----------=_160751016953340--