Received: by mail.netbsd.org (Postfix, from userid 605) id AEB8184D26; Sat, 29 May 2021 08:32:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EB32084D0C for ; Sat, 29 May 2021 08:32:13 +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 U6gUtYIc4YId for ; Sat, 29 May 2021 08:32:13 +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 72B6084CEA for ; Sat, 29 May 2021 08:32:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7012CFA95; Sat, 29 May 2021 08:32:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162227713340160" MIME-Version: 1.0 Date: Sat, 29 May 2021 08:32:13 +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: <20210529083213.7012CFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162227713340160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat May 29 08:32:13 UTC 2021 Modified Files: pkgsrc/devel/ruby-ffi: Makefile distinfo Log Message: devel/ruby-ffi: update to 1.15.1 1.15.1 (2021-05-22) Fixed: * Append -pthread to linker options. #893 * Use arm or aarch64 to identify Apple ARM CPU arch. #899 * Allow overriding gcc with the CC env var in const_generator.rb and struct_generator.rb. #897 To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/ruby-ffi/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/ruby-ffi/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162227713340160 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.28 pkgsrc/devel/ruby-ffi/Makefile:1.29 --- pkgsrc/devel/ruby-ffi/Makefile:1.28 Sun Mar 7 08:30:47 2021 +++ pkgsrc/devel/ruby-ffi/Makefile Sat May 29 08:32:13 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.28 2021/03/07 08:30:47 taca Exp $ +# $NetBSD: Makefile,v 1.29 2021/05/29 08:32:13 taca Exp $ -DISTNAME= ffi-1.15.0 +DISTNAME= ffi-1.15.1 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-ffi/distinfo diff -u pkgsrc/devel/ruby-ffi/distinfo:1.26 pkgsrc/devel/ruby-ffi/distinfo:1.27 --- pkgsrc/devel/ruby-ffi/distinfo:1.26 Sun Mar 7 08:30:47 2021 +++ pkgsrc/devel/ruby-ffi/distinfo Sat May 29 08:32:13 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.26 2021/03/07 08:30:47 taca Exp $ +$NetBSD: distinfo,v 1.27 2021/05/29 08:32:13 taca Exp $ -SHA1 (ffi-1.15.0.gem) = 8579cf1fcb8bc73a2d46688196c63e4ac0fc057e -RMD160 (ffi-1.15.0.gem) = b3e595b81767d35100ba2414226748ae0bccb939 -SHA512 (ffi-1.15.0.gem) = cfcc629ad80f0c99fdadef1e766b42a60d2e71c822a9358a9c17edd35a665cca7ed145c36b961e9c6ed7634b95808985705c02c4436b0ce4a26f06f75f215b89 -Size (ffi-1.15.0.gem) = 909312 bytes +SHA1 (ffi-1.15.1.gem) = 35836eefc624dec92c5ba9147600b4495fc2defa +RMD160 (ffi-1.15.1.gem) = 4a4d53c1ed277c773811ade12b552cc187cbf5d3 +SHA512 (ffi-1.15.1.gem) = 0ec60ffb2b2a945c570cf792a340523d1dfae963de5b207094d6216f28a14236b4d0d7a6ffc3f1b339b5bee455ef5086754e80bcc74cf454a6ed0224cc901f9d +Size (ffi-1.15.1.gem) = 909312 bytes --_----------=_162227713340160--