Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 92C801A9217 for ; Sun, 10 Jan 2021 14:44:47 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id CA86184D9C; Sun, 10 Jan 2021 14:44:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 10B3484D91 for ; Sun, 10 Jan 2021 14:44:46 +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 SBCtzOJf8rZu for ; Sun, 10 Jan 2021 14:44:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7901684D3D for ; Sun, 10 Jan 2021 14:44:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7270BFA9D; Sun, 10 Jan 2021 14:44:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161028988515850" MIME-Version: 1.0 Date: Sun, 10 Jan 2021 14:44:45 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-docile To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20210110144445.7270BFA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161028988515850 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Jan 10 14:44:45 UTC 2021 Modified Files: pkgsrc/devel/ruby-docile: Makefile PLIST distinfo Log Message: devel/ruby-docile: update to 1.3.4 1.3.4 (Dec 22, 2020) * Special thanks to Benoit Daloze (@eregon): - Fix delegation on Ruby 2.7 (issues #45 and #44, PR #52) 1.3.3 (Dec 18, 2020) * Special thanks (again!) to Taichi Ishitani (@taichi-ishitani): - Fix keyword arg warnings on Ruby 2.7 (issue #44, PR #45) - Filter Docile's source files from backtrace (issue #35, PR #36) To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ruby-docile/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-docile/PLIST cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/ruby-docile/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161028988515850 Content-Disposition: inline Content-Length: 2471 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-docile/Makefile diff -u pkgsrc/devel/ruby-docile/Makefile:1.5 pkgsrc/devel/ruby-docile/Makefile:1.6 --- pkgsrc/devel/ruby-docile/Makefile:1.5 Wed Oct 23 16:34:19 2019 +++ pkgsrc/devel/ruby-docile/Makefile Sun Jan 10 14:44:45 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2019/10/23 16:34:19 taca Exp $ +# $NetBSD: Makefile,v 1.6 2021/01/10 14:44:45 taca Exp $ -DISTNAME= docile-1.3.2 +DISTNAME= docile-1.3.4 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-docile/PLIST diff -u pkgsrc/devel/ruby-docile/PLIST:1.3 pkgsrc/devel/ruby-docile/PLIST:1.4 --- pkgsrc/devel/ruby-docile/PLIST:1.3 Wed Feb 28 15:47:49 2018 +++ pkgsrc/devel/ruby-docile/PLIST Sun Jan 10 14:44:45 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2018/02/28 15:47:49 taca Exp $ +@comment $NetBSD: PLIST,v 1.4 2021/01/10 14:44:45 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.gitignore ${GEM_LIBDIR}/.rspec @@ -11,10 +11,10 @@ ${GEM_LIBDIR}/README.md ${GEM_LIBDIR}/Rakefile ${GEM_LIBDIR}/docile.gemspec ${GEM_LIBDIR}/lib/docile.rb +${GEM_LIBDIR}/lib/docile/backtrace_filter.rb ${GEM_LIBDIR}/lib/docile/chaining_fallback_context_proxy.rb ${GEM_LIBDIR}/lib/docile/execution.rb ${GEM_LIBDIR}/lib/docile/fallback_context_proxy.rb ${GEM_LIBDIR}/lib/docile/version.rb ${GEM_LIBDIR}/on_what.rb ${GEM_HOME}/specifications/${GEM_NAME}.gemspec - Index: pkgsrc/devel/ruby-docile/distinfo diff -u pkgsrc/devel/ruby-docile/distinfo:1.6 pkgsrc/devel/ruby-docile/distinfo:1.7 --- pkgsrc/devel/ruby-docile/distinfo:1.6 Wed Oct 23 16:34:19 2019 +++ pkgsrc/devel/ruby-docile/distinfo Sun Jan 10 14:44:45 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2019/10/23 16:34:19 taca Exp $ +$NetBSD: distinfo,v 1.7 2021/01/10 14:44:45 taca Exp $ -SHA1 (docile-1.3.2.gem) = 8392247595f2f43f6b3b75ae6f89c7f534b1cb55 -RMD160 (docile-1.3.2.gem) = 90c7295e34c9cd59c7d54c21ab568f49b225f837 -SHA512 (docile-1.3.2.gem) = 638829d6dff383f50ec78e944ef994b0c5fd1485434dad0d306e047d08cc404a5a36513f41676bd73461fb1776d44c9b5e74491718e0815c9c97c65b35e5e408 -Size (docile-1.3.2.gem) = 15360 bytes +SHA1 (docile-1.3.4.gem) = 46e477548fe6c9b2b3181427919c9be58b7e05bb +RMD160 (docile-1.3.4.gem) = 355c746d6d19697649c03dbbe98b522d0fe52d20 +SHA512 (docile-1.3.4.gem) = 88cfa7463ddf5c071cb906d0457d518f4528512d6db788dda9f35957df114f5f90f3dccba9fb2027f87dde901965ed46f7798af04471c0ff9c5bc240f36e01db +Size (docile-1.3.4.gem) = 15872 bytes --_----------=_161028988515850--