Commit Graph

10 Commits

Author SHA1 Message Date
jeremy
82143f7987 Remove MASTER_SITES from most ruby gem ports, specify it in ruby.port.mk
All ruby .gem files are now hosted on rubygems.org in the same
directory.  If the ruby gem CONFIGURE_STYLE is used, make the
default MASTER_SITES that directory.

There are still a few uses of MASTER_SITE_RUBYFORGE in the tree, for
some ports that aren't gems, or where the .gem file isn't hosted on
rubygems.org, or where the hashes don't match.  Most of these will be
dealt with in the near future.

OK landry@
2010-09-28 20:12:16 +00:00
jeremy
d765f5df76 Bump all ruby ports not already handled.
In the upgrade from ruby 1.8.6 to 1.8.7, the PLISTs changed
due to differences in how RDoc processes files.

This also has a number of changes to the regress tests to
work with the changes to devel/ruby-rake.  It moves most of
the regress tests to use MODRUBY_REGRESS.

OK jcs@, landry@, jasper@, sthen@
2010-09-23 22:30:24 +00:00
bernd
f51f9ca090 Remove myself from MAINTAINER and bump. 2009-11-09 17:09:22 +00:00
pirofti
93554ed1e1 Update ruby-capistrano to 2.5.9 2009-10-13 19:40:47 +00:00
bernd
cc0872672e Update to ruby-capistrano-2.5.8. 2009-08-09 12:33:27 +00:00
bernd
5a2713c94a Update to ruby-capistrano-2.5.3. 2009-01-24 18:06:37 +00:00
landry
06e7b2ac77 bump PKGNAMEs after lang/ruby module change. 2008-06-14 23:53:05 +00:00
bernd
9824d384ac Update to ruby-capistrano-2.3.0. 2008-05-09 19:04:07 +00:00
bernd
8fd510c4a9 Update to ruby-capistrano-2.2.0. 2008-03-29 11:47:43 +00:00
bernd
ee427f7cd5 Initial import of ruby-capistrano-2.1.0.
Capistrano is a utility and framework for executing commands in parallel
on multiple remote machines, via SSH. It uses a simple DSL (borrowed in
part from Rake that allows you to define _tasks_), which may be applied
to machines in certain roles. It also supports tunneling connections via
some gateway machine to allow operations to be performed behind VPN's
and firewalls.

Capistrano was originally designed to simplify and automate deployment
of web applications to distributed environments, and originally came
bundled with a set of tasks designed for deploying Rails applications.
2008-02-02 11:42:15 +00:00