wiz
707dc0f8ab
ruby-gdbm: limit to 26 27 30
...
From the 3.1 release notes:
The following gems has been removed from the Ruby standard library.
...
gdbm
2022-06-22 10:09:32 +00:00
taca
1d4c0b0100
Remove extra RUBY_VERSIONS_ACCEPTED.
2020-12-28 08:20:47 +00:00
taca
2e00400b9f
remove ruby24 support.
2020-05-21 15:51:51 +00:00
taca
f452fac171
Drop support for ruby22.
2020-03-15 16:42:10 +00:00
taca
aaaa02af69
Allow build package with ruby27-base
2020-03-15 15:29:10 +00:00
taca
d26ed8ea46
databases/ruby-gdbm: drop support for ruby23
...
Drop support for ruby23.
2019-04-14 15:30:24 +00:00
taca
6af8872967
Add missing Ruby 2.6 support.
2019-02-03 22:20:35 +00:00
taca
9061f779e4
lang/ruby22: explicitly specify RUBY_VERSIONS_ACCEPTED
...
Explicitly specify RUBY_VERSIONS_ACCEPTED to all versions.
2019-01-13 02:36:28 +00:00
taca
d70b19a9d2
databases/ruby-gdbm: reset PKGREVISION
...
Reset PKGREVISION by updates of all ruby*-base packages.
2018-03-29 03:14:19 +00:00
wiz
bff4597ffc
Bump PKGREVISION for gdbm shlib major bump
2018-01-28 20:10:34 +00:00
taca
42ad66111d
Prepare for Ruby 2.4.
2017-06-01 22:14:45 +00:00
taca
370c87b2d4
Replace RUBY_VERSION_FULL with RUBY_VERSION since there is no
...
RUBY_VERSION_FULL contains Ruby's patchlevel.
2017-05-30 15:46:21 +00:00
taca
2e6e72ea55
* Drop setting RUBY_VERSIONS_ACCEPTED since it is now default value.
2017-05-30 14:22:40 +00:00
taca
c315d3c8c0
Remove 18 from RUBY_VERSIONS_ACCEPTED.
2017-04-22 18:27:04 +00:00
joerg
852712577b
Rename RUBY_VERSION_SUPPORTED into _RUBY_VERSIONS_ACCEPTED to follow the
...
naming scheme of the other multi-version packages. Add support for the
coorresponding RUBY_VERSIONS_INCOMPATIBLE list.
2016-09-08 15:19:16 +00:00
tnn
0eb65a92b4
remove references to ruby200
2016-03-14 00:59:05 +00:00
taca
a526ba2671
Add support for ruby23.
2015-12-30 15:00:57 +00:00
taca
02aaf14df7
Remove 193 from RUBY_VERSION_SUPPORTED.
2015-11-23 15:46:58 +00:00
taca
afcc52c24b
Explictly allow build with ruby21-base.
2015-03-08 16:27:42 +00:00
taca
3fa8925e45
Reset PKGREVISION by update of both ruby18 and ruby193.
2013-06-27 16:37:16 +00:00
asau
354ee694fd
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
2012-10-02 21:25:15 +00:00
taca
0619ee5040
Use RUBY_EXTNAME in databases/ruby-gdbm/Makefile and
...
devel/ruby-readline/Makefile.
2012-02-18 06:55:15 +00:00
sbd
0baf031533
Recursive dependency bump for databases/gdbm ABI_DEPENDS change.
2012-01-24 09:10:50 +00:00
sbd
808d4aedd7
Change RUBY_VERSION_SUFFIX to RUBY_VERSION_FULL.
2011-11-09 02:43:27 +00:00
obache
c5d8a2a356
Recursive bump from gdbm shlib bump.
2011-08-23 13:06:45 +00:00
taca
86858bedd1
Remove RUBY_HAS_ARCHLIB.
2010-09-10 03:30:05 +00:00
taca
ceb91dddc5
Sort order with ruby-readline.
2008-06-20 15:43:14 +00:00
taca
6049068629
Update ruby18-gdbm package to 1.8.7.
...
Since chanes are too much to write here, please refer
http://svn.ruby-lang.org/repos/ruby/tags/v1_8_7/NEWS
http://svn.ruby-lang.org/repos/ruby/tags/v1_8_7/ChangeLog
http://svn.ruby-lang.org/repos/ruby/tags/v1_8_7_17/NEWS
http://svn.ruby-lang.org/repos/ruby/tags/v1_8_7_17/ChangeLog
2008-06-19 14:36:28 +00:00
jlam
5ccfe84922
Support user-destdir installation
2008-03-13 22:04:07 +00:00
taca
2bbccfd187
Updating Ruby to 1.8.6; ruby18-gdbm
...
- 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-03-15 16:42:06 +00:00
taca
1d17d56027
Update ruby-gdbm package to 1.8.5.20061205:
...
- rdoc addition and trivial change.
2006-12-06 16:25:26 +00:00
taca
22e712c5fc
Update distinfo for Ruby 1.8.3.
2005-11-02 09:32:28 +00:00
tv
f816d81489
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
2005-04-11 21:44:48 +00:00
taca
0f010b9a66
Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge.
2005-03-06 17:19:05 +00:00
taca
e794da07d3
Update Ruby 1.8.2.
...
This is basically bug fix release, but official changes aren't provided
yet. Please refer ChangeLog.
Here is pkgsrc changes:
o Set RUBY_HAS_ARCHLIB=yes for Ruby packages including archtecture depending
extention library in order to depend more specific Ruby.
o Now install database for ri(1). Fix PR pkg/28566.
o Net::IMAP
* lib/net/imap.rb (u8tou16): fixed typo. fixed: [ruby-list:40546]
o NKF:
* ext/nkf/nkf-utf8/nkf.c (reinit): should initialize all static
variables. fixed: [ruby-list:40445]
* ext/nkf/lib/kconv.rb (Kconv::RegexpEucjp): second byte is up to
0xfe.
* ext/nkf/lib/kconv.rb (Kconv#kconv): should handle UTF8 and UTF16
properly.
o WEBrick
* lib/webrick/httpauth/htpasswd.rb (WEBrick::Htpasswd#reload):
raise NotImplementedError if password is encrypted by digest
algorithms. This patch is contributed by sheepman. [ruby-list:40467]
* lib/webrick/httpauth/digestauth.rb
(WEBrick::HTTPAuth::DigestAuth#_authenticate): fix digest calculation.
This patch is contributed by sheepman. [ruby-list:40482]
* lib/webrick/{httpauth.rb,httpauth/basicauth.rb,httpproxy.rb}: use
pack/unpack-template char "m" instead of lib/base64.rb to do base64
encoding/decoding. fixed: [ruby-dev:25336]
2005-01-23 17:33:19 +00:00
taca
05a0ff5ab1
Switch to use RUBY_DLEXT as suffix of extention library.
2004-12-04 17:20:46 +00:00
taca
2b2aa439c9
Make ruby-gdbm package into new framework.
...
Since this change PKGBASE, PKGREVISION is reset now.
2004-11-27 14:30:14 +00:00
taca
d428fd9d93
Add ruby to CATEGORIES.
2004-03-16 02:01:09 +00:00
taca
4ebeb28b9f
Bump pacakge revision with ruby-base package's update.
2004-03-12 05:02:55 +00:00
agc
dc52048e01
Move WRKSRC definition away from the first paragraph in a Makefile.
2004-01-20 12:07:06 +00:00
sketch
c9989faa7d
Bump PKGREVISION for packages which install files into RUBY_ARCHLIBDIR,
...
which has changed for Solaris installs.
2003-12-19 12:04:20 +00:00
grant
91f00f1cbc
s/netbsd.org/NetBSD.org/
2003-07-17 21:21:03 +00:00
jmmv
0916498c1b
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
2003-03-29 12:40:00 +00:00
taca
40fdd648b8
Remove PKGREVISION for updating ruby-gdbm package to 1.6.8.
...
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.
2003-03-24 14:56:00 +00:00
wiz
f7538fa45d
Depend on latest gdbm and bump PKGREVISION (major bump in gdbm library).
2002-11-01 16:34:34 +00:00
hubertf
09c1f15d9d
Adjust format a bit:
...
* 75 * '='
* RCS ID
* blank line
* message text
* optional blank line
* 75 * '='
2001-11-11 06:17:26 +00:00
zuntum
0ca28723fb
Move pkg/ files into package's toplevel directory
2001-11-01 00:11:36 +00:00
taca
bbbc42c7ce
Importing Ruby extension to GDBM library.
...
This will be part of ruby meta-package.
2001-06-30 08:15:23 +00:00