Received: by mail.netbsd.org (Postfix, from userid 605) id 4901C84DDB; Mon, 17 Dec 2018 14:57:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 47B2384DB5 for ; Mon, 17 Dec 2018 14:57:06 +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 cw1w3yYJ9vDz for ; Mon, 17 Dec 2018 14:57:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 906B584CD0 for ; Mon, 17 Dec 2018 14:57:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 89FD4FB16; Mon, 17 Dec 2018 14:57:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1545058625105930" MIME-Version: 1.0 Date: Mon, 17 Dec 2018 14:57:05 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-thor To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20181217145705.89FD4FB16@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. --_----------=_1545058625105930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Mon Dec 17 14:57:05 UTC 2018 Modified Files: pkgsrc/devel/ruby-thor: Makefile distinfo Log Message: devel/ruby-thor: update to 0.20.3 # 0.20.3 * Support old versions of `did_you_mean`. # 0.20.2 * Fix `did_you_mean` support. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/ruby-thor/Makefile \ pkgsrc/devel/ruby-thor/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1545058625105930 Content-Disposition: inline Content-Length: 1734 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-thor/Makefile diff -u pkgsrc/devel/ruby-thor/Makefile:1.9 pkgsrc/devel/ruby-thor/Makefile:1.10 --- pkgsrc/devel/ruby-thor/Makefile:1.9 Sun Sep 10 13:36:01 2017 +++ pkgsrc/devel/ruby-thor/Makefile Mon Dec 17 14:57:05 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2017/09/10 13:36:01 taca Exp $ +# $NetBSD: Makefile,v 1.10 2018/12/17 14:57:05 taca Exp $ -DISTNAME= thor-0.20.0 +DISTNAME= thor-0.20.3 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org @@ -12,5 +12,7 @@ CONFLICTS+= ruby[1-9][0-9]-thor-[0-9]* RUBYGEM_OPTIONS+= --format-executable +USE_LANGUAGES= # none + .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/ruby-thor/distinfo diff -u pkgsrc/devel/ruby-thor/distinfo:1.9 pkgsrc/devel/ruby-thor/distinfo:1.10 --- pkgsrc/devel/ruby-thor/distinfo:1.9 Sun Sep 10 13:36:01 2017 +++ pkgsrc/devel/ruby-thor/distinfo Mon Dec 17 14:57:05 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2017/09/10 13:36:01 taca Exp $ +$NetBSD: distinfo,v 1.10 2018/12/17 14:57:05 taca Exp $ -SHA1 (thor-0.20.0.gem) = 2e921089cdc548fd06b585015cd2b15506792f63 -RMD160 (thor-0.20.0.gem) = 6db624e61c1c5bfb64662aef72bcca8147c4fbb3 -SHA512 (thor-0.20.0.gem) = 84b89d5066903856cd58b3463706ceaf7de85701f6cea4fc37f64359ee35603a8cf8b54866cf84f2fd6d0e6d665b2652bdc62e830aeb6a225cd0d41e59e27c0a -Size (thor-0.20.0.gem) = 54272 bytes +SHA1 (thor-0.20.3.gem) = 923d0cfe80a6d7d39e7211a3dab4a4b7589c9052 +RMD160 (thor-0.20.3.gem) = ad2ea220c4ab167e70f605b9134fba8ade5c8719 +SHA512 (thor-0.20.3.gem) = 4c834408321f4f13b4878ee0e57a1fcd9a2294faf6d4c8c52ed909c2f14634b7810e3a0bffa1920f37ccd7baced2ff103a06f679f653a133bd647ac1e9add522 +Size (thor-0.20.3.gem) = 55808 bytes --_----------=_1545058625105930--