summaryrefslogtreecommitdiff
path: root/lang/ruby/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2022-11-26lang/ruby30-base: update to 3.0.5taca1-2/+1
Ruby 3.0.5 Released (2022-11-24) Ruby 3.0.5 has been released. This release includes a security fix. Please check the topics below for details. * CVE-2021-33621: HTTP response splitting in CGI This release also includes some bug fixes. See the commit logs for further details.
2022-10-10Treat RUBY_VER as number instead of string.taca1-4/+4
2022-10-10lang/ruby: remove support for Ruby 2.6taca1-4/+2
2022-09-10lang/ruby: add support for Ruby 3.1taca1-1/+2
Add support for Ruby 3.1 which was lack. Real change for it was accidently commited in previous update for Ruby on Rails 7.1 Bump PKGREVISION.
2022-09-10lang/ruby: start update of Ruby on Rails 7.0taca1-1/+3
Start update of Ruby on Rails to 7.0.4.
2021-04-11lang/ruby: reset PKGREVISIONtaca1-2/+1
Reset PKGREVISION with updates of all ruby{26,27,30}.
2021-04-01lang/ruby: remove Ruby 2.5 supporttaca1-4/+2
2021-02-14lang/ruby: add support for ruby 3.0taca1-1/+3
2020-12-30lang/ruby: correct list of commandstaca1-2/+9
Correctly update list of commands. Bump PKGREVISION.
2020-01-26all: migrate homepages from http to httpsrillig1-2/+2
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
2019-11-03lang: align variable assignmentsrillig1-2/+2
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
2017-05-30* Replace RUBY_VERSION_FULL with RUBY_VERSION since there is notaca1-8/+3
RUBY_VERSION_FULL contains Ruby's patchlevel. * Remove ruby18 specific code.
2017-05-30* Drop setting RUBY_VERSIONS_ACCEPTED since it is now default value.taca1-3/+1
2017-04-22Remove 18 from RUBY_VERSIONS_ACCEPTED.taca1-2/+2
2016-09-08Rename RUBY_VERSION_SUPPORTED into _RUBY_VERSIONS_ACCEPTED to follow thejoerg1-2/+2
naming scheme of the other multi-version packages. Add support for the coorresponding RUBY_VERSIONS_INCOMPATIBLE list.
2016-03-14remove references to ruby200tnn1-2/+2
2015-12-30Add support for ruby23.taca1-2/+2
2015-11-23Remove 193 from RUBY_VERSION_SUPPORTED.taca1-2/+2
2015-03-08Allow build with ruby22-base.taca1-1/+3
2014-03-13Refelect change of RUBY_SRCDIR.taca1-3/+3
2013-06-27Reset PKGREVISION by update of both ruby18 and ruby193.taca1-2/+1
2013-05-14RUBY_COMMANDS aren't specific to ruby193 but they will be also neededtaca1-2/+2
by ruby200.
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-09-16Remove support of ruby19 (Ruby 1.9.2).taca1-2/+2
2011-11-08* Change RUBY_VERSION_SUFFIX to RUBY_VERSION_FULL.taca1-4/+4
* Add support for Ruby 1.9.3.
2011-06-16Remove bin/rdoc and bin/ri from this package since it will conflicttaca1-2/+3
with devel/ruby-rdoc. Bump PKGREVISION.
2010-09-10Add support for Ruby19.taca1-4/+7
2009-04-09Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.joerg1-2/+1
2008-03-04Mechanical changes to add DESTDIR support to packages that installjlam1-3/+6
their files via a custom do-install target.
2007-10-25Move code that generates a dynamic PLIST from the {pre,do,post}-installjlam1-7/+12
targets and into a GENERATE_PLIST variable definition. Remove some unnecessary empty PLISTs as a result of properly setting GENERATE_PLIST.
2007-09-09Set PKGNAME only here since lang/ruby package is a meta package.taca1-2/+3
2007-03-15Updating Ruby to 1.8.6.taca1-2/+2
- discontinue use of RUBY_PATCH_DATE. - Introduce RUBY_PATCH_LEVEL. pkgsrc's ruby tracks Ruby's patch release and avoid to maintain its own patch files (with RUBY_PATCH_DATE). Changes are too much, please see ChangeLog file.
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-3/+3
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2006-12-06Update ruby package to 1.8.5.20061205. No change for this wrapper package.taca1-2/+2
2006-01-03lang/ruby package is now 1.8.4, reset PKGREVISION.taca1-2/+1
2005-12-08Bumped the PKGREVISION of the packages that have been broken by the recentrillig1-1/+2
"pkglint --autofix" change.
2005-11-02- Update to ruby 1.8.3.taca1-3/+2
- Conflict with pkg_alternatives (ruby18-base support PKG_ALTERNATIVES now).
2005-07-19depends should be ../../<category>/<pkg>grant1-2/+2
2005-06-17Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead ofjlam1-2/+2
${PREFIX}.
2005-06-16Create directories before installing files into them.jlam1-1/+3
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz1-2/+1
useful.
2005-03-06Change depends to ruby16-base/ruby18-base package from ruby16/ruby18taca1-4/+4
package and tweak the package's COMMENT. Bump PKGREVISION.
2005-03-06Cosmetic change with pkglint(1).taca1-4/+4
2005-02-21Add h2rb command wrapper for ruby18 package.taca1-2/+3
Bump PKGREVISION.
2004-11-27Update ruby package to 1.8.1.taca1-15/+23
Now, this package isn't meta-package. Ruby itself is provided as language/ruby18 (Ruby 1.8.1) or language/ruby16 (Ruby 1.6.8) and Ruby's commands are $PREFIX/bin/ruby18 or $PREFIX/bin/ruby16. This pacakge provide commands without its version in name as $PREFIX/bin/ruby. Some extention libraries bundled in Ruby's distribution are move to separate packages. For ruby18: converters/ruby-iconv: Iconv module databases/ruby-dbm: DBM module databases/ruby-gdbm: GDBM module devel/ruby-curses: Curses module security/ruby-digest: message digest module security/ruby-openssl: OpenSSL module devel/ruby-readline: readline module x11/ruby-tcltklib: Tcl/Tk libraries x11/ruby-tk: Tk modules And for ruby16: databases/ruby-dbm: DBM module databases/ruby-gdbm: GDBM module devel/ruby16-curses: Curses module security/ruby-digest: message digest module devel/ruby-readline: readline module x11/ruby16-tcltklib: Tcl/Tk libraries x11/ruby16-tk: Tk modules You can specify default Ruby's version by setting RUBY_VERSION_DEFAULT to 1.6 or 1.8 in /etc/mk.conf.
2004-03-16Add ruby to CATEGORIES.taca1-2/+2
2004-03-12Bump pacakge revision with ruby-base package's update.taca1-1/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-28NO_PATCH is deprecated, says pkglint. Remove it.wiz1-2/+1
2003-03-24Remove PKGREVISION for updating ruby (meta) package to 1.6.8.taca1-2/+1
This is bug fix release of ruby programming language. Since change from ruby 1.6.7 to 1.6.8 are to huge (>= 47K bytes), I omit includes here.