CVS log for ports/devel/rubygem-mocha/Makefile
Up to [FreeBSD] / ports / devel / rubygem-mocha
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Feb 18 08:41:32 2011 UTC (11 months, 3 weeks ago) by wen
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
- Update to 0.9.12
Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Dec 8 20:06:11 2010 UTC (14 months ago) by pgollucci
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
- Update to 0.9.10 With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Dec 7 19:19:12 2010 UTC (14 months ago) by linimon
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
With portmgr hat, reassign these from clsung (who is apparently having email troubles) to ruby@.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Nov 23 07:19:31 2010 UTC (14 months, 2 weeks ago) by pgollucci
Branches: MAIN
CVS tags: RELEASE_6_EOL
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
- Update to 0.9.9 Sponsored by: RideCharge Inc. / TaxiMagic
Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed May 26 19:51:19 2010 UTC (20 months, 2 weeks ago) by pgollucci
Branches: MAIN
CVS tags: RELEASE_8_1_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
- Mass conversion of RF -> RG for MASTER_SITE for rubygem- ports [RG aka rubygems.org] PR: ports/147005 Submitted by: pgollucci (myself) Approved by: portmgr (pav) With Hat: ruby@
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Oct 22 08:36:19 2009 UTC (2 years, 3 months ago) by clsung
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
- Update to 0.9.8
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Jul 7 02:25:31 2009 UTC (2 years, 7 months ago) by clsung
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
- Updaet to 0.9.7
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Apr 9 00:11:29 2009 UTC (2 years, 10 months ago) by pgollucci
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -8 lines
- convert to RUBYGEM_AUTOPLIST
remove x-generate-plist and friends
- use RF macro and remove SUBDIR where possible
- remove some uneeded GEM_NAME=${DISTNAME}
(this c/should be handled better in bsd.*.mk)
other deltas specific to individual ports:
audio/rubygem-mp3info - unbreak, fix packaging, bump PORTREVISION
devel/rubygem-rapt - adopt
devel/rubygem-rspec - remove BUILD_DEPENDS=RUN_DEPENDS -- neither set
devel/rubygem-ruby2ruby - add #' for vim highlight
graphics/rubygem-extifr - drop PORTREVISION=0
graphics/rubygem-gd2 - add #' for vim highlight
www/rubygem-rubyfulsoup - swap GEM_NAME / DISTNAME for constistency
Sponsored by: RideCharge Inc.
Tested on: RideCharge's Tinderbox
Reviewed by: stas
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Feb 2 08:05:12 2009 UTC (3 years ago) by clsung
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
- Update to 0.9.5
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Sep 26 09:24:47 2008 UTC (3 years, 4 months ago) by clsung
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
- Update to 0.9.1
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Aug 27 03:17:50 2008 UTC (3 years, 5 months ago) by clsung
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
- Update to 0.9.0
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Apr 21 02:37:21 2008 UTC (3 years, 9 months ago) by clsung
Branches: MAIN
CVS tags: RELEASE_5_EOL
Mocha is a library for mocking and stubbing using a syntax like that of JMock, and SchMock. One of its main advantages is that it allows you to mock and stub methods on real (non-mock) classes and instances. WWW: http://mocha.rubyforge.org/
