Received: by mail.netbsd.org (Postfix, from userid 605) id 0F56D84DF7; Mon, 6 May 2019 05:28:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8C21484DE9 for ; Mon, 6 May 2019 05:28:02 +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 chhsrPDscXml for ; Mon, 6 May 2019 05:28:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 16E6E84D98 for ; Mon, 6 May 2019 05:28:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 14931FB16; Mon, 6 May 2019 05:28:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1557120482119710" MIME-Version: 1.0 Date: Mon, 6 May 2019 05:28:02 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-ole To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20190506052802.14931FB16@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. --_----------=_1557120482119710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Mon May 6 05:28:02 UTC 2019 Modified Files: pkgsrc/devel/ruby-ole: Makefile distinfo Log Message: devel/ruby-ole: update to 1.2.12.2 == 1.2.12.2 / 2019-03-12 - Fix to work with frozen string literals (github #24, taichi-ishitani). To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/ruby-ole/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ruby-ole/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1557120482119710 Content-Disposition: inline Content-Length: 1615 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-ole/Makefile diff -u pkgsrc/devel/ruby-ole/Makefile:1.12 pkgsrc/devel/ruby-ole/Makefile:1.13 --- pkgsrc/devel/ruby-ole/Makefile:1.12 Sun Mar 19 16:44:55 2017 +++ pkgsrc/devel/ruby-ole/Makefile Mon May 6 05:28:01 2019 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2017/03/19 16:44:55 taca Exp $ +# $NetBSD: Makefile,v 1.13 2019/05/06 05:28:01 taca Exp $ # -DISTNAME= ruby-ole-1.2.12.1 +DISTNAME= ruby-ole-1.2.12.2 PKGNAME= ${DISTNAME:S/ruby-/${RUBY_PKGPREFIX}-/} CATEGORIES= devel Index: pkgsrc/devel/ruby-ole/distinfo diff -u pkgsrc/devel/ruby-ole/distinfo:1.11 pkgsrc/devel/ruby-ole/distinfo:1.12 --- pkgsrc/devel/ruby-ole/distinfo:1.11 Sun Mar 19 16:44:55 2017 +++ pkgsrc/devel/ruby-ole/distinfo Mon May 6 05:28:01 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2017/03/19 16:44:55 taca Exp $ +$NetBSD: distinfo,v 1.12 2019/05/06 05:28:01 taca Exp $ -SHA1 (ruby-ole-1.2.12.1.gem) = 35dcb7ecc15ef3c3ea9f0b16e395286576130b34 -RMD160 (ruby-ole-1.2.12.1.gem) = 35e9cf7e90e4eda9b3f42e1df26973ee434dd383 -SHA512 (ruby-ole-1.2.12.1.gem) = 1c8c6669d37008aa9b837df33d6f12acb0c672e14828d8ab3e7cc2cdfb67f407b6af83972c9022cd9661232ff4c85a3ea2fdca82878ba48f713d6391f088392b -Size (ruby-ole-1.2.12.1.gem) = 56320 bytes +SHA1 (ruby-ole-1.2.12.2.gem) = aac61f339ed51d0e3920e643477ebf112083aa61 +RMD160 (ruby-ole-1.2.12.2.gem) = 5974c20359b5ed374f1c3b4f62edb3f917df9edb +SHA512 (ruby-ole-1.2.12.2.gem) = 2c28336a827e42faed4183d79ae61d4dd2b888f3d13eb26fb2b7e967057127a01e184fb509c6e4718e7beebb7490ea2f7aa230f2c5e29efae49994fa92d604b7 +Size (ruby-ole-1.2.12.2.gem) = 56832 bytes --_----------=_1557120482119710--