From owner-svn-ports-all@freebsd.org Mon Dec 5 07:18:31 2016 Return-Path: Delivered-To: svn-ports-all@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 38E99C67FB3; Mon, 5 Dec 2016 07:18:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 E3AF01ABD; Mon, 5 Dec 2016 07:18:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB57IUeM050065; Mon, 5 Dec 2016 07:18:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB57ITIK050062; Mon, 5 Dec 2016 07:18:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612050718.uB57ITIK050062@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 5 Dec 2016 07:18:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427838 - 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-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Dec 2016 07:18:31 -0000 Author: sunpoet Date: Mon Dec 5 07:18:29 2016 New Revision: 427838 URL: https://svnweb.freebsd.org/changeset/ports/427838 Log: - Update to 2.10.2 - Update RUN_DEPENDS: use newer rubygem-rack - Update WWW Changes: https://github.com/teamcapybara/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 Mon Dec 5 07:18:24 2016 (r427837) +++ head/devel/rubygem-capybara/Makefile Mon Dec 5 07:18:29 2016 (r427838) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= capybara -PORTVERSION= 2.7.1 +PORTVERSION= 2.10.2 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/License.txt RUN_DEPENDS= rubygem-addressable>=0:www/rubygem-addressable \ rubygem-mime-types>=1.16:misc/rubygem-mime-types \ rubygem-nokogiri>=1.3.3:textproc/rubygem-nokogiri \ - rubygem-rack16>=1.0.0:www/rubygem-rack16 \ + rubygem-rack>=1.0.0:www/rubygem-rack \ rubygem-rack-test>=0.5.4:www/rubygem-rack-test \ rubygem-xpath>=2.0:devel/rubygem-xpath Modified: head/devel/rubygem-capybara/distinfo ============================================================================== --- head/devel/rubygem-capybara/distinfo Mon Dec 5 07:18:24 2016 (r427837) +++ head/devel/rubygem-capybara/distinfo Mon Dec 5 07:18:29 2016 (r427838) @@ -1,2 +1,3 @@ -SHA256 (rubygem/capybara-2.7.1.gem) = 2c010cefb36e701bc576223c877ed173b316d06e5d50512eb242cde487bed513 -SIZE (rubygem/capybara-2.7.1.gem) = 227328 +TIMESTAMP = 1480795039 +SHA256 (rubygem/capybara-2.10.2.gem) = 67656a273c77e6821ab604a2cdcf13f9f0311b5ca57eeedab6700c1bac81ff88 +SIZE (rubygem/capybara-2.10.2.gem) = 242688 Modified: head/devel/rubygem-capybara/pkg-descr ============================================================================== --- head/devel/rubygem-capybara/pkg-descr Mon Dec 5 07:18:24 2016 (r427837) +++ head/devel/rubygem-capybara/pkg-descr Mon Dec 5 07:18:29 2016 (r427838) @@ -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: https://github.com/jnicklas/capybara +WWW: https://github.com/teamcapybara/capybara