From owner-svn-ports-head@freebsd.org Sat Oct 3 17:10:14 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 93DE0A0EC75; Sat, 3 Oct 2015 17:10:14 +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 6BC9317A7; Sat, 3 Oct 2015 17:10:14 +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 t93HAE5K012351; Sat, 3 Oct 2015 17:10:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t93HADQH012349; Sat, 3 Oct 2015 17:10:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201510031710.t93HADQH012349@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 3 Oct 2015 17:10:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398518 - head/devel/rubygem-shoulda-matchers 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: Sat, 03 Oct 2015 17:10:14 -0000 Author: sunpoet Date: Sat Oct 3 17:10:13 2015 New Revision: 398518 URL: https://svnweb.freebsd.org/changeset/ports/398518 Log: - Update to 3.0.0 - Add LICENSE_FILE - Simplify SHEBANG_FILES Changes: https://github.com/thoughtbot/shoulda-matchers/blob/master/NEWS.md Modified: head/devel/rubygem-shoulda-matchers/Makefile head/devel/rubygem-shoulda-matchers/distinfo Modified: head/devel/rubygem-shoulda-matchers/Makefile ============================================================================== --- head/devel/rubygem-shoulda-matchers/Makefile Sat Oct 3 17:10:08 2015 (r398517) +++ head/devel/rubygem-shoulda-matchers/Makefile Sat Oct 3 17:10:13 2015 (r398518) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= shoulda-matchers -PORTVERSION= 2.8.0 -PORTREVISION= 1 +PORTVERSION= 3.0.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,17 +10,16 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Making tests easy on the fingers and eyes LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-activesupport>=3.0.0:${PORTSDIR}/devel/rubygem-activesupport +RUN_DEPENDS= rubygem-activesupport4>=4.0.0:${PORTSDIR}/devel/rubygem-activesupport4 NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes USES= shebangfix -SHEBANG_FILES= script/install_gems_in_all_appraisals \ - script/run_all_tests \ - script/update_gem_in_all_appraisals + +SHEBANG_FILES= script/* .include Modified: head/devel/rubygem-shoulda-matchers/distinfo ============================================================================== --- head/devel/rubygem-shoulda-matchers/distinfo Sat Oct 3 17:10:08 2015 (r398517) +++ head/devel/rubygem-shoulda-matchers/distinfo Sat Oct 3 17:10:13 2015 (r398518) @@ -1,2 +1,2 @@ -SHA256 (rubygem/shoulda-matchers-2.8.0.gem) = a089735b66e82d6b65fb4ac774d858a812fe16b69d97becaf0c986a919f67934 -SIZE (rubygem/shoulda-matchers-2.8.0.gem) = 153600 +SHA256 (rubygem/shoulda-matchers-3.0.0.gem) = b70fc76ebf4da4eabe09f8180cb59b273355003fac5f25f2cb18a0f4e3ba418c +SIZE (rubygem/shoulda-matchers-3.0.0.gem) = 172032