CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2010/09/28 14:12:19
Modified files:
lang/ruby : ruby.port.mk
archivers/ruby-archive-tar-minitar: Makefile
audio/ruby-id3lib: Makefile
converters/ruby-json: Makefile
databases/ruby-activerecord: Makefile
databases/ruby-couchrest: Makefile
databases/ruby-data_objects: Makefile
databases/ruby-datamapper: Makefile.inc
databases/ruby-do_sqlite3: Makefile
databases/ruby-kirbybase: Makefile
databases/ruby-postgres: Makefile
databases/ruby-sequel: Makefile
databases/ruby-sqlite3: Makefile
databases/ruby-validatable: Makefile
devel/ruby-abstract: Makefile
devel/ruby-actionpack: Makefile
devel/ruby-activesupport: Makefile
devel/ruby-assistance: Makefile
devel/ruby-clio: Makefile
devel/ruby-color-tools: Makefile
devel/ruby-columnize: Makefile
devel/ruby-daemons: Makefile
devel/ruby-debug: Makefile
devel/ruby-debug-base: Makefile
devel/ruby-diff-lcs: Makefile
devel/ruby-extlib: Makefile
devel/ruby-facets: Makefile
devel/ruby-fastthread: Makefile
devel/ruby-flexmock: Makefile
devel/ruby-gem_plugin: Makefile
devel/ruby-gettext: Makefile
devel/ruby-highline: Makefile
devel/ruby-hoe : Makefile
devel/ruby-linecache: Makefile
devel/ruby-locale: Makefile
devel/ruby-minitest: Makefile
devel/ruby-mocha: Makefile
devel/ruby-needle: Makefile
devel/ruby-open4: Makefile
devel/ruby-parsetree: Makefile
devel/ruby-polyglot: Makefile
devel/ruby-rack-test: Makefile
devel/ruby-rake: Makefile
devel/ruby-rcov: Makefile
devel/ruby-rparsec: Makefile
devel/ruby-rspec: Makefile
devel/ruby-ruby2ruby: Makefile
devel/ruby-ruby_parser: Makefile
devel/ruby-rubyforge: Makefile
devel/ruby-rubyinline: Makefile
devel/ruby-sexp: Makefile
devel/ruby-sexp_processor: Makefile
devel/ruby-systemtimer: Makefile
devel/ruby-term-ansicolor: Makefile
devel/ruby-transaction-simple: Makefile
devel/ruby-trollop: Makefile
devel/ruby-tzinfo: Makefile
devel/ruby-uuidtools: Makefile
devel/ruby-zentest: Makefile
graphics/ruby-color: Makefile
graphics/ruby-gd2: Makefile
graphics/ruby-gruff: Makefile
graphics/ruby-mini_magick: Makefile
graphics/ruby-rmagick: Makefile
mail/ruby-actionmailer: Makefile
mail/ruby-mailfactory: Makefile
mail/ruby-mime : Makefile
mail/ruby-mime-types: Makefile
mail/ruby-rmail: Makefile
net/ruby-eventmachine: Makefile
net/ruby-net-dns: Makefile
net/ruby-net-scp: Makefile
net/ruby-net-sftp: Makefile
net/ruby-net-ssh: Makefile
net/ruby-net-ssh-gateway: Makefile
net/ruby-rrdtool: Makefile
net/ruby-snmp : Makefile
net/ruby-stomp : Makefile
net/ruby-xmpp4r: Makefile
security/ruby-bcrypt: Makefile
security/ruby-ezcrypto: Makefile
security/ruby-openid: Makefile
security/ruby-yadis: Makefile
sysutils/god : Makefile
sysutils/ruby-capistrano: Makefile
sysutils/ruby-mongrel_cluster: Makefile
sysutils/ruby-rails-app-installer: Makefile
sysutils/ruby-thor: Makefile
sysutils/ruby-vlad: Makefile
textproc/ruby-ascii85: Makefile
textproc/ruby-builder: Makefile
textproc/ruby-erubis: Makefile
textproc/ruby-fastercsv: Makefile
textproc/ruby-fastri: Makefile
textproc/ruby-haml: Makefile
textproc/ruby-hpricot: Makefile
textproc/ruby-htmlentities: Makefile
textproc/ruby-icalendar: Makefile
textproc/ruby-markaby: Makefile
textproc/ruby-nokogiri: Makefile
textproc/ruby-pdf-reader: Makefile
textproc/ruby-pdf-writer: Makefile
textproc/ruby-prawn: Makefile.inc
textproc/ruby-randexp: Makefile
textproc/ruby-redcloth: Makefile
textproc/ruby-rubigen: Makefile
textproc/ruby-templater: Makefile
textproc/ruby-treetop: Makefile
www/ruby-activemerchant: Makefile
www/ruby-activeresource: Makefile
www/ruby-addressable: Makefile
www/ruby-fcgi : Makefile
www/ruby-mechanize: Makefile
www/ruby-mongrel: Makefile
www/ruby-rack : Makefile
www/ruby-rails : Makefile
www/ruby-rest-client: Makefile
www/ruby-sinatra: Makefile
www/ruby-thin : Makefile
www/ruby-thin_http: Makefile
www/ruby-typo : Makefile
Log message:
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@