Last change
on this file was
137331,
checked in by kimuraw@…, 3 years ago
|
ruby/: ruby.setup option rubyforge_gem -> rubygems (#47984)
- change ruby.setup option rubyforge_gem to rubygems
- change homepage to the latest URL from search result at rubygems.org
- if the homepage is still pointing rubyforge.org,
change URL to the gem page at rubygems.org
- delete livecheck options that will not work
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
705 bytes
|
Line | |
---|
1 | # $Id: Portfile 137331 2015-06-09 11:17:57Z kimuraw@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup ruby 1.0 |
---|
5 | |
---|
6 | ruby.setup cgi_multipart_eof_fix 2.5.0 gem {} rubygems |
---|
7 | license {Ruby GPL-2} |
---|
8 | maintainers nomaintainer |
---|
9 | description Fix an exploitable bug in CGI multipart parsing which \ |
---|
10 | affects Ruby <= 1.8.5 when multipart boundary attribute \ |
---|
11 | contains a non-halting regular expression string. \ |
---|
12 | This port is required by rb-mongrel port (mongrel gem), \ |
---|
13 | even if the ruby version is > 1.8.5. |
---|
14 | long_description ${description} |
---|
15 | checksums md5 4f8d588e53755d5c86b0b61187e6d996 \ |
---|
16 | sha1 9d6a0a1308b4dd9b94d91b0c192186eb2593722e \ |
---|
17 | rmd160 075cfac2022d53d10ffd0a834e71b34d17b1c1fb |
---|
18 | homepage http://blog.evanweaver.com |
---|
19 | platforms darwin |
---|
20 | |
---|
Note: See
TracBrowser
for help on using the repository browser.