Date: Sat, 3 Oct 2015 17:10:13 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398518 - head/devel/rubygem-shoulda-matchers Message-ID: <201510031710.t93HADQH012349@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510031710.t93HADQH012349>