Received: by mail.netbsd.org (Postfix, from userid 605) id B212884D80; Mon, 24 Sep 2018 16:03:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BD62B84D7B for ; Mon, 24 Sep 2018 16:03:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 0gZOJQCYxDtD for ; Mon, 24 Sep 2018 16:03:43 +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 1064684CD9 for ; Mon, 24 Sep 2018 16:03:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0A7BAFBEE; Mon, 24 Sep 2018 16:03:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_153780502345550" MIME-Version: 1.0 Date: Mon, 24 Sep 2018 16:03:43 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/ruby-capybara To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20180924160343.0A7BAFBEE@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. --_----------=_153780502345550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Mon Sep 24 16:03:42 UTC 2018 Modified Files: pkgsrc/www/ruby-capybara: Makefile distinfo Log Message: www/ruby-capybara: update to 3.8.1 # Version 3.8.1 Release date: 2018-09-22 ### Fixed * Filling in of date fields with a string when using selenium chrome regression [Micah Geisel] To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/ruby-capybara/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/ruby-capybara/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_153780502345550 Content-Disposition: inline Content-Length: 1613 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/ruby-capybara/Makefile diff -u pkgsrc/www/ruby-capybara/Makefile:1.17 pkgsrc/www/ruby-capybara/Makefile:1.18 --- pkgsrc/www/ruby-capybara/Makefile:1.17 Sun Sep 23 16:50:34 2018 +++ pkgsrc/www/ruby-capybara/Makefile Mon Sep 24 16:03:42 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2018/09/23 16:50:34 taca Exp $ +# $NetBSD: Makefile,v 1.18 2018/09/24 16:03:42 taca Exp $ -DISTNAME= capybara-3.8.0 +DISTNAME= capybara-3.8.1 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= devel ruby www Index: pkgsrc/www/ruby-capybara/distinfo diff -u pkgsrc/www/ruby-capybara/distinfo:1.14 pkgsrc/www/ruby-capybara/distinfo:1.15 --- pkgsrc/www/ruby-capybara/distinfo:1.14 Sun Sep 23 16:50:34 2018 +++ pkgsrc/www/ruby-capybara/distinfo Mon Sep 24 16:03:42 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2018/09/23 16:50:34 taca Exp $ +$NetBSD: distinfo,v 1.15 2018/09/24 16:03:42 taca Exp $ -SHA1 (capybara-3.8.0.gem) = 4cf69bfae0a63ee7efebc0394899f85d76e23317 -RMD160 (capybara-3.8.0.gem) = a432b7eea2acdfd921009023699a180766e33f76 -SHA512 (capybara-3.8.0.gem) = 6b8069e1f39d42695bb8f96ddd6f221e1ddcf09ceeeec65588721c89d232497a53fd8e3b8018e65a306eec0a187a15ed26c481a7574a6af7260f86466449c864 -Size (capybara-3.8.0.gem) = 300544 bytes +SHA1 (capybara-3.8.1.gem) = e3fd144c68754635f64015cf2695294223cf2192 +RMD160 (capybara-3.8.1.gem) = 03c440398848fffe0a84b01cbe260370e26ef2a1 +SHA512 (capybara-3.8.1.gem) = ee4d2b3226e5233a092d163b4323f02ba84ad682682dc9e17a4343380e4480774eac1bba28e12a83000438c7bc1d2698fe1aabe6162ff729a243fb863f06fffb +Size (capybara-3.8.1.gem) = 300544 bytes --_----------=_153780502345550--