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 "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id CA2EF7A1C0 for ; Mon, 13 Mar 2017 16:18:35 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 78918855D1; Mon, 13 Mar 2017 16:18:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 09350855A1 for ; Mon, 13 Mar 2017 16:18:35 +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 dMbRAVDj2ZyZ for ; Mon, 13 Mar 2017 16:18:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8CDEE85570 for ; Mon, 13 Mar 2017 16:18:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 87BB0FBE4; Mon, 13 Mar 2017 16:18:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1489421914161510" MIME-Version: 1.0 Date: Mon, 13 Mar 2017 16:18:34 +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: <20170313161834.87BB0FBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1489421914161510 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Mon Mar 13 16:18:34 UTC 2017 Modified Files: pkgsrc/devel/ruby-ffi: Makefile distinfo Log Message: Update ruby-ffi to 1.9.18. * Add AbstractMemory#get and AbstractMemory#put * Add Pointer#to_ptr * Update x86_64-openbsd types close #535 * Use latest rake-compiler-dock and rake-compiler. * Avoid undefined behaviour of LoadLibrary() on Windows. * Suppress deprecated Fixnum warnings on Ruby 2.4.0. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/ruby-ffi/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/ruby-ffi/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1489421914161510 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.16 pkgsrc/devel/ruby-ffi/Makefile:1.17 --- pkgsrc/devel/ruby-ffi/Makefile:1.16 Sun Oct 9 13:54:20 2016 +++ pkgsrc/devel/ruby-ffi/Makefile Mon Mar 13 16:18:34 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2016/10/09 13:54:20 taca Exp $ +# $NetBSD: Makefile,v 1.17 2017/03/13 16:18:34 taca Exp $ -DISTNAME= ffi-1.9.14 +DISTNAME= ffi-1.9.18 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-ffi/distinfo diff -u pkgsrc/devel/ruby-ffi/distinfo:1.15 pkgsrc/devel/ruby-ffi/distinfo:1.16 --- pkgsrc/devel/ruby-ffi/distinfo:1.15 Sun Oct 9 13:54:20 2016 +++ pkgsrc/devel/ruby-ffi/distinfo Mon Mar 13 16:18:34 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.15 2016/10/09 13:54:20 taca Exp $ +$NetBSD: distinfo,v 1.16 2017/03/13 16:18:34 taca Exp $ -SHA1 (ffi-1.9.14.gem) = 20145d750cb436fdb30ed131604473eb7b0ab82f -RMD160 (ffi-1.9.14.gem) = 2a61e5891a1f54465d55c389d065dc65b3c5b1a3 -SHA512 (ffi-1.9.14.gem) = ab010e1da8a7ddfc65941c87f3be2205fb7d5428fcadb6d15bd5b1cf3d7572c7dd766fd7c57867290d0e1eb911271a515d7b1238dcfb09e14b3a7a7fa12f3b47 -Size (ffi-1.9.14.gem) = 884736 bytes +SHA1 (ffi-1.9.18.gem) = 2d92e5efb7753c02d277cba9ad333bb9d51998b0 +RMD160 (ffi-1.9.18.gem) = 1688c4438720b7822a1391cbfa77833d25514c8b +SHA512 (ffi-1.9.18.gem) = 957bdda13eb84bcda43280ee6025f13c6cff8b14090079f7bbb1296e13082c4d6027c25de2b0c6e1f9d9c2f020ef66d1e6db2c5d9cfa50e828e146ab83e7a6d9 +Size (ffi-1.9.18.gem) = 885760 bytes --_----------=_1489421914161510--