Bug 157797 - [PATCH] update devel/rubygem-rspec to 2.6.0
Summary: [PATCH] update devel/rubygem-rspec to 2.6.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-12 17:50 UTC by Steve Wills
Modified: 2011-06-27 03:30 UTC (History)
0 users

See Also:


Attachments
file.diff (5.52 KB, patch)
2011-06-12 17:50 UTC, Steve Wills
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Wills freebsd_committer freebsd_triage 2011-06-12 17:50:07 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-06-12 17:50:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ruby

ruby@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-06-12 17:50:21 UTC
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
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2011-06-12 17:50:23 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Steve Wills freebsd_committer freebsd_triage 2011-06-12 17:52:35 UTC
Responsible Changed
From-To: ruby->swills

I'll take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2011-06-27 03:16:38 UTC
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"
Comment 6 dfilter service freebsd_committer freebsd_triage 2011-06-27 03:17:21 UTC
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"
Comment 7 dfilter service freebsd_committer freebsd_triage 2011-06-27 03:18:17 UTC
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"
Comment 8 dfilter service freebsd_committer freebsd_triage 2011-06-27 03:19:37 UTC
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"
Comment 9 Steve Wills freebsd_committer freebsd_triage 2011-06-27 03:20:05 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!