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 /misc | |
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 'misc')
-rw-r--r-- | misc/ruby-vpim/Makefile | 3 | ||||
-rw-r--r-- | misc/rubygem-mime-types/pkg-descr | 2 | ||||
-rw-r--r-- | misc/rubygem-mime-types117/pkg-descr | 2 | ||||
-rw-r--r-- | misc/rubygem-vpim/pkg-descr | 2 |
4 files changed, 6 insertions, 3 deletions
diff --git a/misc/ruby-vpim/Makefile b/misc/ruby-vpim/Makefile index e8f286112e1e..d876ef6fb41b 100644 --- a/misc/ruby-vpim/Makefile +++ b/misc/ruby-vpim/Makefile @@ -15,4 +15,7 @@ COMMENT= vCard and iCalendar support for ruby USE_RUBY= yes USE_RUBY_SETUP= yes +DEPRECATED= RubyForge shutdown May 15 2014 +EXPIRATION_DATE= 2014-09-20 + .include <bsd.port.mk> diff --git a/misc/rubygem-mime-types/pkg-descr b/misc/rubygem-mime-types/pkg-descr index 6558f32abc31..07057230feb7 100644 --- a/misc/rubygem-mime-types/pkg-descr +++ b/misc/rubygem-mime-types/pkg-descr @@ -1,4 +1,4 @@ MIME::Types for Ruby originally based on and synchronized with MIME::Types for Perl by Mark Overmeer, copyright 2001 - 2005. -WWW: http://mime-types.rubyforge.org/ +WWW: http://rubygems.org/gems/mime-types/ diff --git a/misc/rubygem-mime-types117/pkg-descr b/misc/rubygem-mime-types117/pkg-descr index 6558f32abc31..617b5a06783f 100644 --- a/misc/rubygem-mime-types117/pkg-descr +++ b/misc/rubygem-mime-types117/pkg-descr @@ -1,4 +1,4 @@ MIME::Types for Ruby originally based on and synchronized with MIME::Types for Perl by Mark Overmeer, copyright 2001 - 2005. -WWW: http://mime-types.rubyforge.org/ +WWW: http://rubygems.org/gems/mime-types117/ diff --git a/misc/rubygem-vpim/pkg-descr b/misc/rubygem-vpim/pkg-descr index ac12fadbe9f1..3a1ed9037b33 100644 --- a/misc/rubygem-vpim/pkg-descr +++ b/misc/rubygem-vpim/pkg-descr @@ -1,3 +1,3 @@ A pure-ruby library for decoding and encoding vCard and iCalendar data -WWW: http://vpim.rubyforge.org/ +WWW: http://rubygems.org/gems/vpim/ |