Received: by mail.netbsd.org (Postfix, from userid 605) id E042284E93; Sat, 5 Nov 2022 00:18:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1A88884D5F for ; Sat, 5 Nov 2022 00:18:07 +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 pXSjgljjImOI for ; Sat, 5 Nov 2022 00:18:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9AF1384D52 for ; Sat, 5 Nov 2022 00:18:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8F83AFA90; Sat, 5 Nov 2022 00:18:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1667607486249160" MIME-Version: 1.0 Date: Sat, 5 Nov 2022 00:18:06 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/x11/ocaml-lablgtk3 To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20221105001806.8F83AFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1667607486249160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Sat Nov 5 00:18:06 UTC 2022 Modified Files: pkgsrc/x11/ocaml-lablgtk3: DESCR Log Message: x11/ocaml-lablgtk3: Adjust DESCR wording (minor) Adjust language in GTK reference. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/ocaml-lablgtk3/DESCR Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1667607486249160 Content-Disposition: inline Content-Length: 582 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/ocaml-lablgtk3/DESCR diff -u pkgsrc/x11/ocaml-lablgtk3/DESCR:1.1 pkgsrc/x11/ocaml-lablgtk3/DESCR:1.2 --- pkgsrc/x11/ocaml-lablgtk3/DESCR:1.1 Fri Jan 24 14:07:02 2020 +++ pkgsrc/x11/ocaml-lablgtk3/DESCR Sat Nov 5 00:18:06 2022 @@ -1,5 +1,5 @@ -LablGTK is an Objective Caml interface to GTK+. This version -supports GTK+ version 3.x. +LablGTK is an Objective Caml interface to GTK+. This version supports +GTK+ 3. It uses the rich type system of Objective Caml to provide a strongly typed, yet very comfortable, object-oriented interface to --_----------=_1667607486249160--