Received: by mail.netbsd.org (Postfix, from userid 605) id AC77584D6A; Mon, 21 Nov 2022 13:53:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DDBF584D37 for ; Mon, 21 Nov 2022 13:53:14 +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 ANet9yd5FY3b for ; Mon, 21 Nov 2022 13:53:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5CA8C84D27 for ; Mon, 21 Nov 2022 13:53:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 564DEFA90; Mon, 21 Nov 2022 13:53:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1669038794192750" MIME-Version: 1.0 Date: Mon, 21 Nov 2022 13:53:14 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/graphics/ocaml-cairo To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20221121135314.564DEFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1669038794192750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Mon Nov 21 13:53:14 UTC 2022 Modified Files: pkgsrc/graphics/ocaml-cairo: Makefile distinfo Log Message: graphics/ocaml-cairo: Update to 0.6.4 Upstream changes are minor, mainly ocaml 5 support. Tested with unison (lablgtk option). To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/graphics/ocaml-cairo/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/ocaml-cairo/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1669038794192750 Content-Disposition: inline Content-Length: 1726 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/ocaml-cairo/Makefile diff -u pkgsrc/graphics/ocaml-cairo/Makefile:1.20 pkgsrc/graphics/ocaml-cairo/Makefile:1.21 --- pkgsrc/graphics/ocaml-cairo/Makefile:1.20 Fri Jun 17 12:35:15 2022 +++ pkgsrc/graphics/ocaml-cairo/Makefile Mon Nov 21 13:53:14 2022 @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.20 2022/06/17 12:35:15 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2022/11/21 13:53:14 gdt Exp $ GITHUB_PROJECT= ocaml-cairo -DISTNAME= ${GITHUB_PROJECT}-0.6.3 +DISTNAME= ${GITHUB_PROJECT}-0.6.4 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GITHUB:=Chris00/} -PKGREVISION= 1 MAINTAINER= jaapb@NetBSD.org HOMEPAGE= https://github.com/Chris00/ocaml-cairo/ Index: pkgsrc/graphics/ocaml-cairo/distinfo diff -u pkgsrc/graphics/ocaml-cairo/distinfo:1.5 pkgsrc/graphics/ocaml-cairo/distinfo:1.6 --- pkgsrc/graphics/ocaml-cairo/distinfo:1.5 Wed Jun 15 10:59:45 2022 +++ pkgsrc/graphics/ocaml-cairo/distinfo Mon Nov 21 13:53:14 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2022/06/15 10:59:45 gdt Exp $ +$NetBSD: distinfo,v 1.6 2022/11/21 13:53:14 gdt Exp $ -BLAKE2s (ocaml-cairo-0.6.3.tar.gz) = ba5726e95e2b950ed37efad856df4a1bf6c2f287a5e1d60add8045d977c4d392 -SHA512 (ocaml-cairo-0.6.3.tar.gz) = d733ea7cf90e4fbfa4581a78f0e5ba08a882a4325f9d8e34320e02a563f7ffbaa60972af5fd21917b9f3aa394401489763a60c1d128ff3c7f5e3b7c2863611ff -Size (ocaml-cairo-0.6.3.tar.gz) = 110038 bytes +BLAKE2s (ocaml-cairo-0.6.4.tar.gz) = 9c0a28c7456d859c111a530fbade625ec4883bb76201bd79d758c515c70c1c7d +SHA512 (ocaml-cairo-0.6.4.tar.gz) = 1bf8ad724b843c8f75541b842a6c14b7e65a5901c71b77ef53df1e222777f53ec077dffeffe2ef59aa84d81616c7efead81ada8b90f8f9c0473e52999eff91c3 +Size (ocaml-cairo-0.6.4.tar.gz) = 110090 bytes --_----------=_1669038794192750--