rspec has been split into 3 separate components. this patch creates ports for them and updates rspec to include dependencies on them. This should supercede ports/157443 and allow ports/157787 to be committed. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->ruby ruby@ wants this port PRs (via the GNATS Auto Assign Tool)
Maintainer of devel/rubygem-rspec, Please note that PR ports/157797 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/157797 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: ruby->swills I'll take it.
swills 2011-06-27 02:16:24 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/rubygem-rspec-core Makefile distinfo pkg-descr Log: RSpec Core provides the structure for writing executable examples of how your code should behave. WWW: https://github.com/rspec/rspec-core PR: ports/157797 Submitted by: Steve Wills <swills at FreeBSD.org> Revision Changes Path 1.4397 +1 -0 ports/devel/Makefile 1.1 +23 -0 ports/devel/rubygem-rspec-core/Makefile (new) 1.1 +2 -0 ports/devel/rubygem-rspec-core/distinfo (new) 1.1 +4 -0 ports/devel/rubygem-rspec-core/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
swills 2011-06-27 02:17:13 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/rubygem-rspec-expectations Makefile distinfo pkg-descr Log: Rspec-expectations adds should and should_not to every object and includes RSpec::Matchers, a library of standard matchers. WWW: https://github.com/rspec/rspec-expectations PR: ports/157797 Submitted by: Steve Wills <swills at FreeBSD.org> Revision Changes Path 1.4398 +1 -0 ports/devel/Makefile 1.1 +24 -0 ports/devel/rubygem-rspec-expectations/Makefile (new) 1.1 +2 -0 ports/devel/rubygem-rspec-expectations/distinfo (new) 1.1 +3 -0 ports/devel/rubygem-rspec-expectations/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
swills 2011-06-27 02:18:04 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/rubygem-rspec-mocks Makefile distinfo pkg-descr Log: Rspec-mocks provides a test-double framework for rspec including support for method stubs, fakes, and message expectations. WWW: https://github.com/rspec/rspec-mocks PR: ports/157797 Submitted by: Steve Wills <swills at FreeBSD.org> Revision Changes Path 1.4399 +1 -0 ports/devel/Makefile 1.1 +21 -0 ports/devel/rubygem-rspec-mocks/Makefile (new) 1.1 +2 -0 ports/devel/rubygem-rspec-mocks/distinfo (new) 1.1 +3 -0 ports/devel/rubygem-rspec-mocks/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
swills 2011-06-27 02:19:19 UTC FreeBSD ports repository Modified files: devel/rubygem-rspec Makefile distinfo Log: - Update to 2.6.0 PR: ports/157797 Approved by: maintainer timeout Revision Changes Path 1.14 +7 -4 ports/devel/rubygem-rspec/Makefile 1.10 +2 -2 ports/devel/rubygem-rspec/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!