From owner-svn-ports-head@freebsd.org Sun Oct 14 16:30:50 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8659810D9E98; Sun, 14 Oct 2018 16:30:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 31697901E7; Sun, 14 Oct 2018 16:30:50 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2C6FF20B6A; Sun, 14 Oct 2018 16:30:50 +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 w9EGUolF008898; Sun, 14 Oct 2018 16:30:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9EGUnNw008897; Sun, 14 Oct 2018 16:30:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201810141630.w9EGUnNw008897@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 14 Oct 2018 16:30:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482074 - head/devel/rubygem-rspec-expectations X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-rspec-expectations X-SVN-Commit-Revision: 482074 X-SVN-Commit-Repository: ports 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.27 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: Sun, 14 Oct 2018 16:30:50 -0000 Author: sunpoet Date: Sun Oct 14 16:30:49 2018 New Revision: 482074 URL: https://svnweb.freebsd.org/changeset/ports/482074 Log: Update to 3.8.2 Changes: https://github.com/rspec/rspec-expectations/blob/master/Changelog.md Modified: head/devel/rubygem-rspec-expectations/Makefile head/devel/rubygem-rspec-expectations/distinfo Modified: head/devel/rubygem-rspec-expectations/Makefile ============================================================================== --- head/devel/rubygem-rspec-expectations/Makefile Sun Oct 14 16:30:40 2018 (r482073) +++ head/devel/rubygem-rspec-expectations/Makefile Sun Oct 14 16:30:49 2018 (r482074) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rspec-expectations -PORTVERSION= 3.8.1 +PORTVERSION= 3.8.2 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -15,8 +15,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-diff-lcs>=1.2.0:textproc/rubygem-diff-lcs \ rubygem-rspec-support>=${PORTVERSION:R}.0:devel/rubygem-rspec-support -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include Modified: head/devel/rubygem-rspec-expectations/distinfo ============================================================================== --- head/devel/rubygem-rspec-expectations/distinfo Sun Oct 14 16:30:40 2018 (r482073) +++ head/devel/rubygem-rspec-expectations/distinfo Sun Oct 14 16:30:49 2018 (r482074) @@ -1,3 +1,3 @@ -TIMESTAMP = 1533666709 -SHA256 (rubygem/rspec-expectations-3.8.1.gem) = 94be3cac535dcc6500bcc56ceb833e2d766449b7a765c4b22c02375825c3d86d -SIZE (rubygem/rspec-expectations-3.8.1.gem) = 81920 +TIMESTAMP = 1539374826 +SHA256 (rubygem/rspec-expectations-3.8.2.gem) = 753620b7f9511454a98cd77c90dd85335025ec98272c2fd8bb82b51f3c0c82a2 +SIZE (rubygem/rspec-expectations-3.8.2.gem) = 81920