Received: by mail.netbsd.org (Postfix, from userid 605) id 7702484DD0; Wed, 10 Jun 2020 13:57:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F2BC784DC3 for ; Wed, 10 Jun 2020 13:57:28 +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 juuv5cbXi2pX for ; Wed, 10 Jun 2020 13:57:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 75EB484DC1 for ; Wed, 10 Jun 2020 13:57:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7334CFB27; Wed, 10 Jun 2020 13:57:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1591797448121360" MIME-Version: 1.0 Date: Wed, 10 Jun 2020 13:57:28 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-ffi To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20200610135728.7334CFB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1591797448121360 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Wed Jun 10 13:57:28 UTC 2020 Modified Files: pkgsrc/devel/ruby-ffi: Makefile distinfo Log Message: devel/ruby-ffi: update to 1.13.1 Update ruby-ffi to 1.13.1. 1.13.1 / 2020-06-09 ------------------- Changed: * Revert use of `ucrtbase.dll` as default C library on Windows-MINGW. `ucrtbase.dll` is still used on MSWIN target. #790 * Test for `ffi_prep_closure_loc()` to make sure we can use this function. This fixes incorrect use of system libffi on MacOS Mojave (10.14). #787 * Update types.conf on x86_64-dragonflybsd To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/ruby-ffi/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/ruby-ffi/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1591797448121360 Content-Disposition: inline Content-Length: 1531 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-ffi/Makefile diff -u pkgsrc/devel/ruby-ffi/Makefile:1.25 pkgsrc/devel/ruby-ffi/Makefile:1.26 --- pkgsrc/devel/ruby-ffi/Makefile:1.25 Sun Jun 7 06:48:12 2020 +++ pkgsrc/devel/ruby-ffi/Makefile Wed Jun 10 13:57:28 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2020/06/07 06:48:12 taca Exp $ +# $NetBSD: Makefile,v 1.26 2020/06/10 13:57:28 taca Exp $ -DISTNAME= ffi-1.13.0 +DISTNAME= ffi-1.13.1 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-ffi/distinfo diff -u pkgsrc/devel/ruby-ffi/distinfo:1.23 pkgsrc/devel/ruby-ffi/distinfo:1.24 --- pkgsrc/devel/ruby-ffi/distinfo:1.23 Sun Jun 7 06:48:12 2020 +++ pkgsrc/devel/ruby-ffi/distinfo Wed Jun 10 13:57:28 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.23 2020/06/07 06:48:12 taca Exp $ +$NetBSD: distinfo,v 1.24 2020/06/10 13:57:28 taca Exp $ -SHA1 (ffi-1.13.0.gem) = d0c3f79cb7a3a65d05a34e65e4ebbe0bd5d4c923 -RMD160 (ffi-1.13.0.gem) = cfeac7dd5c3ddbf89eb13d90292b50ef6a66f786 -SHA512 (ffi-1.13.0.gem) = 3f710eb78fb52a7a29a177cb243104bed9a6bf06b108a6d8015f88b7debeb3fae6a8753ed22d54e826a894a3806efb9397d7e6ee625d2da73610b6fdaea37217 -Size (ffi-1.13.0.gem) = 897536 bytes +SHA1 (ffi-1.13.1.gem) = cfa25e7a3760c3ec16723cb8263d9b7a52d0eadf +RMD160 (ffi-1.13.1.gem) = 1c704785139f770858a8fed0da37c161dd8e3cc5 +SHA512 (ffi-1.13.1.gem) = 4c0b5086463c5abedc440c44fb12c62612627a2aaad60b1959ea8831d4ec2bbe3217fec0b63612730bb219748fd2bd2252dd615ca0305fb7f0e8456c63c31fbd +Size (ffi-1.13.1.gem) = 897536 bytes --_----------=_1591797448121360--