From 5b0e640fb6d97c5ebfacfd5cea5b87dd2e7c1346 Mon Sep 17 00:00:00 2001 From: swills Date: Tue, 19 Aug 2014 15:35:35 +0000 Subject: 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) --- audio/ruby-freedb/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'audio/ruby-freedb') 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 -- cgit