diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-08-19 15:35:35 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-08-19 15:35:35 +0000 |
commit | f64d9973793a9276d2552aa0e13dcb33bbfb61dc (patch) | |
tree | 09c2d656aaba0bcc376e74ce56d845f491a8ffa7 /audio | |
parent | - Update to 1.9.0 (diff) |
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)
Notes
Notes:
svn path=/head/; revision=365393
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ruby-freedb/Makefile | 3 | ||||
-rw-r--r-- | audio/ruby-mp3info/Makefile | 3 | ||||
-rw-r--r-- | audio/rubygem-librmpd/pkg-descr | 2 | ||||
-rw-r--r-- | audio/rubygem-ruby-ogginfo/pkg-descr | 2 |
4 files changed, 8 insertions, 2 deletions
diff --git a/audio/ruby-freedb/Makefile b/audio/ruby-freedb/Makefile index 6556feb42493..2117f546c112 100644 --- a/audio/ruby-freedb/Makefile +++ b/audio/ruby-freedb/Makefile @@ -23,6 +23,9 @@ EXAMPLES= examples/*.rb OPTIONS_DEFINE= DOCS +DEPRECATED= RubyForge shutdown May 15 2014 +EXPIRATION_DATE= 2014-09-20 + post-patch: ${REINPLACE_CMD} -E -e "s,RSTRING\(([^)]+)\)->ptr,RSTRING_PTR(\1),g" ${WRKSRC}/freedb_cdrom.c diff --git a/audio/ruby-mp3info/Makefile b/audio/ruby-mp3info/Makefile index 62f094ae247c..d6338af6f04c 100644 --- a/audio/ruby-mp3info/Makefile +++ b/audio/ruby-mp3info/Makefile @@ -22,6 +22,9 @@ CONFIGURE_ARGS= --prefix=${PREFIX} DOCS= CHANGELOG EXAMPLES README +DEPRECATED= RubyForge shutdown May 15 2014 +EXPIRATION_DATE= 2014-09-20 + OPTIONS_DEFINE= DOCS post-install: diff --git a/audio/rubygem-librmpd/pkg-descr b/audio/rubygem-librmpd/pkg-descr index f763330d9412..e35f5248a743 100644 --- a/audio/rubygem-librmpd/pkg-descr +++ b/audio/rubygem-librmpd/pkg-descr @@ -2,4 +2,4 @@ librmpd is a simple yet powerful Music Player Daemon library written entirely in Ruby. It provides callback functionality to create an event/listener type of setup, along with thread safety for threaded apps. -WWW: http://librmpd.rubyforge.org/ +WWW: http://rubygems.org/gems/librmpd/ diff --git a/audio/rubygem-ruby-ogginfo/pkg-descr b/audio/rubygem-ruby-ogginfo/pkg-descr index 537b50021bee..e136d3299266 100644 --- a/audio/rubygem-ruby-ogginfo/pkg-descr +++ b/audio/rubygem-ruby-ogginfo/pkg-descr @@ -1,4 +1,4 @@ Ogginfo gives you access to low level information on ogg files (bitrate, length, samplerate, encoder, etc... ), as well as tag. -WWW: http://ruby-ogginfo.rubyforge.org/ +WWW: http://rubygems.org/gems/ruby-ogginfo/ |