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 /textproc | |
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 'textproc')
-rw-r--r-- | textproc/ruby-liquid/Makefile | 3 | ||||
-rw-r--r-- | textproc/rubygem-diff-lcs/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/rubygem-fast_xs/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/rubygem-fast_xs073/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/rubygem-hikidoc/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/rubygem-htmlentities/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/rubygem-ini/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/rubygem-opml/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/rubygem-rak/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/rubygem-ri_cal/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/rubygem-spreadsheet/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/rubygem-syntax/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/rubygem-tidy/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/rubygem-xml-simple/pkg-descr | 2 |
14 files changed, 16 insertions, 13 deletions
diff --git a/textproc/ruby-liquid/Makefile b/textproc/ruby-liquid/Makefile index aa22f376e196..d9d17fd5ed5f 100644 --- a/textproc/ruby-liquid/Makefile +++ b/textproc/ruby-liquid/Makefile @@ -20,6 +20,9 @@ DOCS= CHANGELOG README.txt History.txt OPTIONS_DEFINE= DOCS +DEPRECATED= RubyForge shutdown May 15 2014 +EXPIRATION_DATE= 2014-09-20 + do-install: ${MKDIR} ${STAGEDIR}${SADIR}/liquid/tags ${STAGEDIR}${SADIR}/liquid/extras ${INSTALL_DATA} ${WRKSRC}/lib/liquid.rb ${STAGEDIR}${SADIR}/ diff --git a/textproc/rubygem-diff-lcs/pkg-descr b/textproc/rubygem-diff-lcs/pkg-descr index 8ef3f6ce8e8d..958ac782810b 100644 --- a/textproc/rubygem-diff-lcs/pkg-descr +++ b/textproc/rubygem-diff-lcs/pkg-descr @@ -2,4 +2,4 @@ Diff::LCS is a port of Algorithm::Diff that uses the McIlroy-Hunt longest common subsequence (LCS) algorithm to compute intelligent differences between two sequenced enumerable containers. -WWW: http://rubyforge.org/projects/ruwiki/ +WWW: http://rubygems.org/gems/diff-lcs/ diff --git a/textproc/rubygem-fast_xs/pkg-descr b/textproc/rubygem-fast_xs/pkg-descr index 2a9e7539aea8..d404860a103d 100644 --- a/textproc/rubygem-fast_xs/pkg-descr +++ b/textproc/rubygem-fast_xs/pkg-descr @@ -17,4 +17,4 @@ optional, but all parsers are able ot handle it. XML::Builder as packaged in Rails 2.0 will be automatically use String#fast_xs instead of String#to_xs available. -WWW: http://fast-xs.rubyforge.org/ +WWW: http://rubygems.org/gems/fast_xs/ diff --git a/textproc/rubygem-fast_xs073/pkg-descr b/textproc/rubygem-fast_xs073/pkg-descr index 2a9e7539aea8..1d5d53485a20 100644 --- a/textproc/rubygem-fast_xs073/pkg-descr +++ b/textproc/rubygem-fast_xs073/pkg-descr @@ -17,4 +17,4 @@ optional, but all parsers are able ot handle it. XML::Builder as packaged in Rails 2.0 will be automatically use String#fast_xs instead of String#to_xs available. -WWW: http://fast-xs.rubyforge.org/ +WWW: http://rubygems.org/gems/fast_xs073/ diff --git a/textproc/rubygem-hikidoc/pkg-descr b/textproc/rubygem-hikidoc/pkg-descr index 2c6c3df6b4b3..6d6e965906a4 100644 --- a/textproc/rubygem-hikidoc/pkg-descr +++ b/textproc/rubygem-hikidoc/pkg-descr @@ -2,4 +2,4 @@ allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid HTML (or XHTML). -WWW: http://rubyforge.org/projects/hikidoc/ +WWW: http://rubygems.org/gems/hikidoc/ diff --git a/textproc/rubygem-htmlentities/pkg-descr b/textproc/rubygem-htmlentities/pkg-descr index e60b5cf0a83c..3a67e78be9fe 100644 --- a/textproc/rubygem-htmlentities/pkg-descr +++ b/textproc/rubygem-htmlentities/pkg-descr @@ -2,4 +2,4 @@ HTMLEntities is a simple library to facilitate encoding and decoding of named (ý and so on) or numerical ({ or Ī) entities in HTML and XHTML documents. -WWW: http://htmlentities.rubyforge.org/ +WWW: http://rubygems.org/gems/htmlentities/ diff --git a/textproc/rubygem-ini/pkg-descr b/textproc/rubygem-ini/pkg-descr index b96fb972fb93..58f302b81e39 100644 --- a/textproc/rubygem-ini/pkg-descr +++ b/textproc/rubygem-ini/pkg-descr @@ -5,4 +5,4 @@ gem has one goal: make INI file, structure, and stream manipulation as fast, safe, and simple as possible. We take a modal approach with a pluggable parser class. -WWW: http://rubyforge.org/projects/inifile/ +WWW: http://rubygems.org/gems/ini/ diff --git a/textproc/rubygem-opml/pkg-descr b/textproc/rubygem-opml/pkg-descr index 2902ff81dd65..979424160ec6 100644 --- a/textproc/rubygem-opml/pkg-descr +++ b/textproc/rubygem-opml/pkg-descr @@ -1,3 +1,3 @@ A simple wrapper for parsing OPML files. -WWW: http://rubyforge.org/projects/opml/ +WWW: http://rubygems.org/gems/opml/ diff --git a/textproc/rubygem-rak/pkg-descr b/textproc/rubygem-rak/pkg-descr index c77d3565c09c..a987d04fb24d 100644 --- a/textproc/rubygem-rak/pkg-descr +++ b/textproc/rubygem-rak/pkg-descr @@ -3,4 +3,4 @@ expressions and automatically recurses directories, skipping .svn/, .cvs/, pkg/ and more things you don't care about. It is based on the Perl tool. -WWW: http://rubyforge.org/projects/rak +WWW: http://rubygems.org/gems/rak/ diff --git a/textproc/rubygem-ri_cal/pkg-descr b/textproc/rubygem-ri_cal/pkg-descr index f83be63945d7..207196539a08 100644 --- a/textproc/rubygem-ri_cal/pkg-descr +++ b/textproc/rubygem-ri_cal/pkg-descr @@ -16,4 +16,4 @@ Enumeration of recurring occurrences. For example, if an Event has one or more recurrence rules, then the occurrences of the event can be enumerated as a series of Event occurrences. -WWW: http://ri-cal.rubyforge.org/ +WWW: http://rubygems.org/gems/ri_cal/ diff --git a/textproc/rubygem-spreadsheet/pkg-descr b/textproc/rubygem-spreadsheet/pkg-descr index 3dcffc5d55c3..8bbf81de6a22 100644 --- a/textproc/rubygem-spreadsheet/pkg-descr +++ b/textproc/rubygem-spreadsheet/pkg-descr @@ -4,4 +4,4 @@ supported. Spreadsheet is a combination/complete rewrite of the Spreadsheet::Excel Library by Daniel J. Berger and the ParseExcel Library by Hannes Wyss. Spreadsheet can read, write and modify Spreadsheet Documents. -WWW: http://spreadsheet.rubyforge.org +WWW: http://rubygems.org/gems/spreadsheet/ diff --git a/textproc/rubygem-syntax/pkg-descr b/textproc/rubygem-syntax/pkg-descr index b385ea70dd65..ee69bc91ad74 100644 --- a/textproc/rubygem-syntax/pkg-descr +++ b/textproc/rubygem-syntax/pkg-descr @@ -1,4 +1,4 @@ Syntax highlighting library for various languages. Has built-in support for converting source code to syntax-highlighted HTML. -WWW: http://rubyforge.org/projects/syntax/ +WWW: http://rubygems.org/gems/syntax/ diff --git a/textproc/rubygem-tidy/pkg-descr b/textproc/rubygem-tidy/pkg-descr index cc6f009e45e5..62979d2ad766 100644 --- a/textproc/rubygem-tidy/pkg-descr +++ b/textproc/rubygem-tidy/pkg-descr @@ -1,3 +1,3 @@ Ruby interface to HTML Tidy Library Project -WWW: http://tidy.rubyforge.org +WWW: http://rubygems.org/gems/tidy/ diff --git a/textproc/rubygem-xml-simple/pkg-descr b/textproc/rubygem-xml-simple/pkg-descr index 88cbaa4285e7..2c2f86502246 100644 --- a/textproc/rubygem-xml-simple/pkg-descr +++ b/textproc/rubygem-xml-simple/pkg-descr @@ -2,4 +2,4 @@ Class XmlSimple offers an easy API to read and write XML. It is a Ruby translation of Grant McLean's Perl module XML::Simple. Simply put, it automatically converts XML documents into a Ruby Hash. -WWW: http://xml-simple.rubyforge.org +WWW: http://rubygems.org/gems/xml-simple/ |