summaryrefslogtreecommitdiff
path: root/lang/ruby200-base
AgeCommit message (Collapse)AuthorFilesLines
2014-03-30More care was needed to the case of editline(3).taca2-1/+31
Base on r45240 in Ruby's repository with one critical correction.
2014-03-29Fix ruby-readline build problem with readline 6.3 and later.taca2-1/+17
2014-03-16Use RUBY_SUFFIX instead of RUBY_VER for consistency.taca1-5/+5
No functional change.
2014-03-13Update ruby200-base and ruby200 packages to 2.0.0p451 (Ruby 2.0.0-p451).taca4-23/+21
pkgsrc chagnges: * Use RUBY_SUFFIX instead of RUBY_VER for appropriate place. * Detect NetBSD correctly in Gem::Platform. Quote from release announce: This release includes many bugfixes. See tickets and ChangeLog for details.
2014-02-19Fix rubygems bundled in ruby200-base.taca6-17/+17
Check install_root's value is nil before it is empty string. Reported a problem from @_ki_nu via Twitter. Bump PKGREVISION.
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron1-2/+2
2014-01-08Make sure unwanted mkdir is not recorded with full path in rbconfig.rb, ↵fhajny1-5/+3
fixes packages built with pbulk.
2014-01-08Fix patch so that 'gem install' actually works outside pkgsrc.fhajny3-5/+6
Bump PKGREVISION.
2013-11-24Fix wrong parameter from [ruby-list:49643] in ruby-tk package.taca2-2/+17
Bump PKGREVISION.
2013-11-24Update ruby200-base, ruby200 and ruby-mode package to 2.00-p353.taca15-127/+74
Ruby 2.0.0-p353 is released Now Ruby 2.0.0-p353 is released. This release includes a security fix about floating point parsing. Heap Overflow in Floating Point Parsing (CVE-2013-4164) And some bugfixes are also included. See tickets and ChangeLog for details.
2013-10-28Fix build problem on some platforms; FreeBSD and MirBSD.taca2-5/+30
For FreeBSD: * Fix careless mistake of patch to configure. For MirBSD (and possibly OpenBSD): * Don't pass empy string (before semicolon to sed(1). * Correct suffix for libruby's shared library. No PKGREVISION bump since this is simply fix for build problem.
2013-10-25Don't pessimize the compilation by forcing per-function call pushs.joerg2-1/+14
2013-09-30Fix build problem on Mac OS X.taca1-1/+8
No PKGREVISION bump since this fixes simply PLIST problem on Mac OS X.
2013-09-30Update a patch for CVE-2013-4363 (previous CVE-2013-4287).taca3-8/+10
Bump PKGREVISION.
2013-09-10Add a fix for CVE-2013-4287 in rubygems.taca3-2/+19
Bump PKGREVISION.
2013-08-15Don't use ${libdir} when linking sockets.so as it will be relinkedjoerg2-4/+13
during install stage and get the DESTDIR prepended.
2013-07-21Add ruby200-base-2.0.0p247.taca32-0/+2117
This is latest stable release of Ruby and it basically compatible with Ruby 1.9.3. Please refer full changes to NEWS/ChangeLog files or official Web site. Here is language changes: * Added keyword arguments. * Added %i and %I for symbol list creation (similar to %w and %W). * Default source encoding is changed to UTF-8. (was US-ASCII) * No warning for unused variables starting with '_'