Received: by mail.netbsd.org (Postfix, from userid 605) id 6A55984D67; Sat, 2 Nov 2019 14:30:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E1A6C84D6C for ; Sat, 2 Nov 2019 14:30:41 +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 esY7alvi6Qf9 for ; Sat, 2 Nov 2019 14:30:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6A49A84CD4 for ; Sat, 2 Nov 2019 14:30:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 63606FA92; Sat, 2 Nov 2019 14:30:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1572705041125210" MIME-Version: 1.0 Date: Sat, 2 Nov 2019 14:30:41 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-rspec-support To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20191102143041.63606FA92@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. --_----------=_1572705041125210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Nov 2 14:30:41 UTC 2019 Modified Files: pkgsrc/devel/ruby-rspec-support: Makefile distinfo Log Message: devel/ruby-rspec-support: update to 3.9.0 ### 3.9.0 / 2019-10-07 *NO CHANGES* Version 3.9.0 was released to allow other RSpec gems to release 3.9.0. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/ruby-rspec-support/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/ruby-rspec-support/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1572705041125210 Content-Disposition: inline Content-Length: 1924 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-rspec-support/Makefile diff -u pkgsrc/devel/ruby-rspec-support/Makefile:1.9 pkgsrc/devel/ruby-rspec-support/Makefile:1.10 --- pkgsrc/devel/ruby-rspec-support/Makefile:1.9 Wed Feb 6 15:11:00 2019 +++ pkgsrc/devel/ruby-rspec-support/Makefile Sat Nov 2 14:30:41 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2019/02/06 15:11:00 taca Exp $ +# $NetBSD: Makefile,v 1.10 2019/11/02 14:30:41 taca Exp $ -DISTNAME= rspec-support-3.8.0 +DISTNAME= rspec-support-3.9.0 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org @@ -8,5 +8,7 @@ HOMEPAGE= https://github.com/rspec/rspec COMMENT= Support utilities for RSpec gems LICENSE= mit +USE_LANGUAGES= # none + .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/ruby-rspec-support/distinfo diff -u pkgsrc/devel/ruby-rspec-support/distinfo:1.10 pkgsrc/devel/ruby-rspec-support/distinfo:1.11 --- pkgsrc/devel/ruby-rspec-support/distinfo:1.10 Wed Feb 6 15:11:00 2019 +++ pkgsrc/devel/ruby-rspec-support/distinfo Sat Nov 2 14:30:41 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2019/02/06 15:11:00 taca Exp $ +$NetBSD: distinfo,v 1.11 2019/11/02 14:30:41 taca Exp $ -SHA1 (rspec-support-3.8.0.gem) = 78c73f4ce2b753ea937b16de50e57d18da33c441 -RMD160 (rspec-support-3.8.0.gem) = 7aa7f046579bea28bc0c3e0004e6e1b462e47526 -SHA512 (rspec-support-3.8.0.gem) = b508ade0607a7628eb281fd4347d70eb43759d4a92e694588d8e0dc276f64caf522f4bc6d18c8e3e5cfd8317f9f96473f7322452590f12877c1a05c5f736b4c5 -Size (rspec-support-3.8.0.gem) = 36352 bytes +SHA1 (rspec-support-3.9.0.gem) = b534ce1e29f93ec4cee1ebfa1ed3d97d935888aa +RMD160 (rspec-support-3.9.0.gem) = 3de27953b24716a0ad054121cccc776f756b956e +SHA512 (rspec-support-3.9.0.gem) = c3b5ae18ebc31341f0e2e56761aa46e3774238485eb631bfba3234afb30fa6e21c2a51894ea89c35d240b7044546932600291f0b52d18106851ae50d6bdfc997 +Size (rspec-support-3.9.0.gem) = 36864 bytes --_----------=_1572705041125210--