aboutsummaryrefslogtreecommitdiffstats
path: root/lang/ruby19
Commit message (Collapse)AuthorAgeFilesLines
* - Fix plist.stas2009-06-181-1/+0
|
* - Fix pkg-plist. Apparently ruby19 install all files in its workdirstas2009-06-181-0/+5
| | | | including the patch(1) leftovers.
* - Fix the bug in URI module that smashed uri paths in merge method forstas2009-06-181-0/+19
| | | | | | | ftp uris. PR: ports/131775 Reported by: Helmut Schneider <jumper99@gmx.de>
* - Update ruby 1.9.1 to patchset 129.stas2009-06-031-3/+3
|
* - Use correct library dir.stas2009-02-111-1/+10
| | | | Reported by: Andrew <refresh.xss@gmail.com>
* - Update ruby19 to 1.9.1.stas2009-02-106-129/+165
| | | | | PR: ports/129818 (based on) Submitted by: Hung-Yi Chen <gaod@hychen.org>
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-061-4/+0
|
* - Mark broken on 5.x where it fails to compilestas2008-05-041-0/+4
| | | | probably due a kse problem.
* - Update ruby 1.9 to patchlevel 1. Forgotten in previous commit.stas2008-04-062-52/+66
|
* - Add ruby 1.9 supportstas2008-04-069-0/+1267
- Implement new knobs for gems and rake (these are included in ruby 1.9 distribution already). Also move gem bits from ruby-gems/Makefile.common to bsd.ruby.mk[1]. Now to depend on gems or rake you should define USE_RUBYGEMS/USE_RAKE accordingly. Also RAKE_BIN variable is provided for pointing to the right rake executable. - Rewrite RUBY_SCHEBANG in awk to eliminate build dependency on ruby. Discussed with: Jonathan Weiss <jw@innerewut.de> [1] (gems maintainer) Tested by: ports@