diff options
author | swills <swills@FreeBSD.org> | 2014-08-19 23:35:35 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-08-19 23:35:35 +0800 |
commit | 5b0e640fb6d97c5ebfacfd5cea5b87dd2e7c1346 (patch) | |
tree | 09c2d656aaba0bcc376e74ce56d845f491a8ffa7 /graphics/rubygem-railroad | |
parent | 2e2898df5b5a7cac63a843e9a47b43836efbf0db (diff) | |
download | freebsd-ports-gnome-5b0e640fb6d97c5ebfacfd5cea5b87dd2e7c1346.tar.gz freebsd-ports-gnome-5b0e640fb6d97c5ebfacfd5cea5b87dd2e7c1346.tar.zst freebsd-ports-gnome-5b0e640fb6d97c5ebfacfd5cea5b87dd2e7c1346.zip |
many ruby/rubygem ports: death of rubyforge.org
rubyforge.org shutdown on May 15, 2014. This commit accounts for that by doing
several things:
- Deprecate ruby that had only rubyforge.org as MASTER_SITES (and so are now
only fetchable via our cache)
- Deprecate ports that depend on those
- Update the WWW pkg-descr line that points to rubyforge.org for rubygem ports
(which are still fetchable from rubygems.org)
The next step will be to remove rubyforge.org from bsd.sites.mk, after these
deprecated ports are deleted.
Phabric: D591
With hat: ruby
Approved by: portmgr (because of committing to unstaged graphics/mingplot port)
Diffstat (limited to 'graphics/rubygem-railroad')
-rw-r--r-- | graphics/rubygem-railroad/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/rubygem-railroad/pkg-descr b/graphics/rubygem-railroad/pkg-descr index dd019e80e8a2..68011ba80f1d 100644 --- a/graphics/rubygem-railroad/pkg-descr +++ b/graphics/rubygem-railroad/pkg-descr @@ -3,4 +3,4 @@ properties (attributes, methods) and relationships (inheritance, model associations like has_many, etc.) The output is a graph description in the DOT language, suitable to be handled with tools like Graphviz. -WWW: http://railroad.rubyforge.org +WWW: http://rubygems.org/gems/railroad/ |