Date: Tue, 27 Oct 2015 15:53:40 +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: r400303 - in head/devel/rubygem-shoulda: . files Message-ID: <201510271553.t9RFrer0059111@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Oct 27 15:53:40 2015 New Revision: 400303 URL: https://svnweb.freebsd.org/changeset/ports/400303 Log: - Fix gemspec for rubygem-shoulda-matchers 3.0.1 update - Bump PORTREVISION for package change Added: head/devel/rubygem-shoulda/files/ head/devel/rubygem-shoulda/files/patch-gemspec (contents, props changed) Modified: head/devel/rubygem-shoulda/Makefile Modified: head/devel/rubygem-shoulda/Makefile ============================================================================== --- head/devel/rubygem-shoulda/Makefile Tue Oct 27 15:53:35 2015 (r400302) +++ head/devel/rubygem-shoulda/Makefile Tue Oct 27 15:53:40 2015 (r400303) @@ -2,6 +2,7 @@ PORTNAME= shoulda PORTVERSION= 3.5.0 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG Added: head/devel/rubygem-shoulda/files/patch-gemspec ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-shoulda/files/patch-gemspec Tue Oct 27 15:53:40 2015 (r400303) @@ -0,0 +1,11 @@ +--- shoulda.gemspec.orig 2015-10-24 15:24:40 UTC ++++ shoulda.gemspec +@@ -23,7 +23,7 @@ Gem::Specification.new do |s| + + if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then + s.add_runtime_dependency(%q<shoulda-context>, [">= 1.0.1", "~> 1.0"]) +- s.add_runtime_dependency(%q<shoulda-matchers>, ["< 3.0", ">= 1.4.1"]) ++ s.add_runtime_dependency(%q<shoulda-matchers>, [">= 1.4.1"]) + s.add_development_dependency(%q<appraisal>, ["~> 0.4.0"]) + s.add_development_dependency(%q<rails>, ["= 3.0.12"]) + s.add_development_dependency(%q<sqlite3>, ["~> 1.3.2"])
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510271553.t9RFrer0059111>