From owner-svn-ports-head@freebsd.org Thu Aug 27 13:26:30 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A82929C4E9B; Thu, 27 Aug 2015 13:26:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5AA8E1F60; Thu, 27 Aug 2015 13:26:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7RDQUCH058279; Thu, 27 Aug 2015 13:26:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7RDQT8k058276; Thu, 27 Aug 2015 13:26:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201508271326.t7RDQT8k058276@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 27 Aug 2015 13:26:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395426 - head/devel/rubygem-capybara X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Aug 2015 13:26:30 -0000 Author: sunpoet Date: Thu Aug 27 13:26:28 2015 New Revision: 395426 URL: https://svnweb.freebsd.org/changeset/ports/395426 Log: - Update to 2.5.0 - Update WWW Changes: https://github.com/jnicklas/capybara/blob/master/History.md Modified: head/devel/rubygem-capybara/Makefile head/devel/rubygem-capybara/distinfo head/devel/rubygem-capybara/pkg-descr Modified: head/devel/rubygem-capybara/Makefile ============================================================================== --- head/devel/rubygem-capybara/Makefile Thu Aug 27 13:26:23 2015 (r395425) +++ head/devel/rubygem-capybara/Makefile Thu Aug 27 13:26:28 2015 (r395426) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= capybara -PORTVERSION= 2.4.4 -PORTREVISION= 1 +PORTVERSION= 2.5.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-capybara/distinfo ============================================================================== --- head/devel/rubygem-capybara/distinfo Thu Aug 27 13:26:23 2015 (r395425) +++ head/devel/rubygem-capybara/distinfo Thu Aug 27 13:26:28 2015 (r395426) @@ -1,2 +1,2 @@ -SHA256 (rubygem/capybara-2.4.4.gem) = 8e28357fbdbd8df7d8c56d3d72fa8a5ef3a5a71b8abfbe9c1c77394b62279384 -SIZE (rubygem/capybara-2.4.4.gem) = 232448 +SHA256 (rubygem/capybara-2.5.0.gem) = 755c32b0ba828b2671ca63605cce4e4c3b494b16e91bf4f99e445975488ebc61 +SIZE (rubygem/capybara-2.5.0.gem) = 240640 Modified: head/devel/rubygem-capybara/pkg-descr ============================================================================== --- head/devel/rubygem-capybara/pkg-descr Thu Aug 27 13:26:23 2015 (r395425) +++ head/devel/rubygem-capybara/pkg-descr Thu Aug 27 13:26:28 2015 (r395426) @@ -1,4 +1,4 @@ Capybara is an integration testing tool for rack based web applications. It simulates how a user would interact with a website. -WWW: http://github.com/jnicklas/capybara +WWW: https://github.com/jnicklas/capybara