From owner-svn-ports-head@freebsd.org Thu Nov 12 21:43:35 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 17064A2D3A7; Thu, 12 Nov 2015 21:43:35 +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 228A92ED0; Thu, 12 Nov 2015 21:43:34 +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 tACLhXVs087939; Thu, 12 Nov 2015 21:43:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLhXqR087937; Thu, 12 Nov 2015 21:43:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122143.tACLhXqR087937@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, 12 Nov 2015 21:43:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401456 - head/devel/rubygem-rspec-expectations 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, 12 Nov 2015 21:43:35 -0000 Author: sunpoet Date: Thu Nov 12 21:43:32 2015 New Revision: 401456 URL: https://svnweb.freebsd.org/changeset/ports/401456 Log: - Update to 3.4.0 - Add LICENSE_FILE 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 Thu Nov 12 21:43:28 2015 (r401455) +++ head/devel/rubygem-rspec-expectations/Makefile Thu Nov 12 21:43:32 2015 (r401456) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rspec-expectations -PORTVERSION= 3.3.1 +PORTVERSION= 3.4.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,6 +10,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Rspec-expectations adds should and should_not to every object LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-diff-lcs>=1.2.0:${PORTSDIR}/textproc/rubygem-diff-lcs \ rubygem-rspec-support>=${PORTVERSION:R}:${PORTSDIR}/devel/rubygem-rspec-support Modified: head/devel/rubygem-rspec-expectations/distinfo ============================================================================== --- head/devel/rubygem-rspec-expectations/distinfo Thu Nov 12 21:43:28 2015 (r401455) +++ head/devel/rubygem-rspec-expectations/distinfo Thu Nov 12 21:43:32 2015 (r401456) @@ -1,2 +1,2 @@ -SHA256 (rubygem/rspec-expectations-3.3.1.gem) = 509d558f52f88e8d11abb68bce7cad9a4c9be3a01b2e7dfb7029d33e2f2c0bb4 -SIZE (rubygem/rspec-expectations-3.3.1.gem) = 73216 +SHA256 (rubygem/rspec-expectations-3.4.0.gem) = 104d47103204190d02b156cf38a5cd3228d50055bd3fe5ef3fe871fac029ff1e +SIZE (rubygem/rspec-expectations-3.4.0.gem) = 75264