summaryrefslogtreecommitdiff
path: root/lang/ruby19/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove lang/ruby19 which reached its end-of-life on 2015-02-23Rene Ladan2015-02-248-216/+0
| | | | | | | | | | | | Add a note to UPDATING for ruby19 users. Differential Revision: https://reviews.freebsd.org/D1954 Submitted by: myself Reviewed by: ruby (swills, sunpoet) Approved by: ruby (swills) Notes: svn path=/head/; revision=379837
* Change the EDIT option of ruby to use libedit by default now that libeditBaptiste Daroussin2015-02-011-0/+11
| | | | | | | | | | | | | | | from ports is able to handle unicode. Make sure that ruby does not provides its own function to read the input but let libedit do it itself. This allows the binary package to by default not be "tainted" by the readline license. Differential Revision: https://reviews.freebsd.org/D1547 Reviewed by: swills Approved by: ruby (swills) Notes: svn path=/head/; revision=378283
* lang/ruby19: switch to USES=execinfoSteve Wills2014-09-141-7/+21
| | | | | | | | PR: 193411 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Notes: svn path=/head/; revision=368194
* lang/ruby*: remove obsolete patchesSteve Wills2014-09-021-19/+0
| | | | | | | | | | | Remove no longer needed patches for ftp. While here, fix the test target for ruby21 PR: 192998 Submitted by: Robert Grimm <rfgrimm@gmail.com> Notes: svn path=/head/; revision=366970
* lang/ruby19: update to Ruby 1.9.3-p547Steve Wills2014-07-261-19/+0
| | | | Notes: svn path=/head/; revision=362982
* - Fix patch broken in r292221Steve Wills2014-03-231-13/+13
| | | | | | | | PR: ports/187472 Redported by: Jeremy Chadwick <jdc@koitsu.org> Notes: svn path=/head/; revision=348863
* - Add patch to fix build on 11-CURRENT after Clang 3.4 import. No need toSteve Wills2014-02-251-0/+12
| | | | | | | | | | conditionalize this on OSVER because the patch is safe everywhere. No bump because package doesn't change. Submitted by: antoine (1.9, 2.0 and 2.1 based on) Notes: svn path=/head/; revision=345917
* - Add patch to increase stack size to avoid crash on ppc64Steve Wills2014-01-251-0/+19
| | | | | | | | | - Bump PORTREVISION due to binary and package change Submitted by: jhibbits (via private email) Notes: svn path=/head/; revision=341124
* - Update to 1.9.3-p448Steve Wills2013-07-111-10/+0
| | | | | | | - Remove patch for issue fixed upstream Notes: svn path=/head/; revision=322794
* - Update to p429Steve Wills2013-05-261-0/+10
| | | | | | | | - Cleanup a bit while here, headers use spaces not tabs - Add patch for Ruby bug 8406, already fixed upstream Notes: svn path=/head/; revision=319130
* - Update to 1.9.3p392Steve Wills2013-02-241-172/+0
| | | | | | | Security: forthcoming Notes: svn path=/head/; revision=312881
* - Update Ruby 1.9 to 1.9.3p385. This fixes a security issue in rdoc ↵Steve Wills2013-02-123-10/+198
| | | | | | | | | | | | | (CVE-2013-0256) - Also add the patch for the security issue in the bundled json (CVE-2013-0269) - Fix an issue with the .pc file by patching configure [1] Reported by: avg [1] Security: forthcoming Notes: svn path=/head/; revision=312118
* - Update lang/ruby19 to 1.9.3.286Steve Wills2012-10-311-10/+0
| | | | | | | | | | - Don't try to cleanup dir created by ruby-gems - Trim headers while here Feature safe: yes Notes: svn path=/head/; revision=306751
* - Fix memory leakSteve Wills2012-09-221-0/+10
| | | | | | | | PR: ports/171807 Submitted by: stas Notes: svn path=/head/; revision=304677
* - Update lang/ruby18 to p385Steve Wills2012-02-252-15/+15
| | | | | | | | | | | | | | | | | - Update lang/ruby19 to p125 Changes: http://www.ruby-forum.com/topic/3663807#1047121 http://www.ruby-lang.org/en/news/2012/02/16/ruby-1-9-3-p125-is-released/ PR: ports/165223 Submitted by: swills (myself) Reviewed by: pgollucci Approved by: portmgr Notes: svn path=/head/; revision=292221
* - Update lang/ruby19 to 1.9.3Steve Wills2011-11-215-68/+90
| | | | | | | | | | Submitted by: stas@ With hat: ruby@ Feature safe: yes Approved by: portmgr (pav) Notes: svn path=/head/; revision=286205
* - Undo some of the changes related to making Ruby 1.9 default.Steve Wills2011-08-231-9/+0
| | | | | | | | Specifically, don't try to use devel/ruby-gems instead of the bundled gem. Notes: svn path=/head/; revision=280238
* - Update Ruby 1.9 to p290Steve Wills2011-08-212-2/+61
| | | | | | | - Make Ruby 1.9 the default Ruby Notes: svn path=/head/; revision=280102
* - Add forgotten ruby19 patch, which sets the correct library path.Stanislav Sedov2010-10-111-0/+12
| | | | Notes: svn path=/head/; revision=262808
* - Update ruby19 to 1.9.2.Stanislav Sedov2010-10-119-301/+68
| | | | | | | | | | - Do not link agains librt. [1] PR: ports/149003 [1] Submitted by: Anonymous <swell.k@gmail.com> [1] Notes: svn path=/head/; revision=262794
* - Provide the correct value for TOPDIR in ruby 1.9.Stanislav Sedov2010-09-201-3/+13
| | | | | | | | | - Bump portrevision. Reported by: Jase Thew (irc) Notes: svn path=/head/; revision=261459
* - Update ruby 1.9.1 to p430. This release fixes CVE-2010-0541.Stanislav Sedov2010-08-182-10/+207
| | | | | | | | - Fix CVE-2010-0541 in ruby18. Bump portrevision. - Fix ruby19 build with openssl 1.1. Notes: svn path=/head/; revision=259464
* - Fix rubygems location for ruby 1.9, which got broken after the lastStanislav Sedov2010-01-291-0/+12
| | | | | | | | | | update. - Bump portrevision. Submitted by: Aaron Gifford <astounding@gmail.com> (based on) Notes: svn path=/head/; revision=248811
* - Fix issue when the handle of tempfile become closed when the fileStanislav Sedov2009-10-241-0/+10
| | | | | | | | | | | | was unlinked (see http://redmine.ruby-lang.org/issues/show/1494#note-10). - Bump PORTREVISION. PR: ports/139862 Submitted by: Ari Maniatis <ari@ish.com.au> Obtained from: Ruby SVN Notes: svn path=/head/; revision=243258
* - Fix SIGINT signal handling.Stanislav Sedov2009-10-121-0/+21
| | | | | | | | | PR: ports/136804 Submitted by: Emiel van de Laar <gemiel@gmail.com> Obtained from: ruby-lang SVN Notes: svn path=/head/; revision=242736
* - Fix the bug in URI module that smashed uri paths in merge method forStanislav Sedov2009-06-181-0/+19
| | | | | | | | | | ftp uris. PR: ports/131775 Reported by: Helmut Schneider <jumper99@gmx.de> Notes: svn path=/head/; revision=236220
* - Use correct library dir.Stanislav Sedov2009-02-111-1/+10
| | | | | | | Reported by: Andrew <refresh.xss@gmail.com> Notes: svn path=/head/; revision=228031
* - Update ruby19 to 1.9.1.Stanislav Sedov2009-02-093-20/+20
| | | | | | | | PR: ports/129818 (based on) Submitted by: Hung-Yi Chen <gaod@hychen.org> Notes: svn path=/head/; revision=227930
* - Add ruby 1.9 supportStanislav Sedov2008-04-064-0/+53
- 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@ Notes: svn path=/head/; revision=210636