diff options
author | taca <taca@pkgsrc.org> | 2005-01-23 17:33:19 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2005-01-23 17:33:19 +0000 |
commit | 2e4a774389391a5d7c974da28b2afd2ba9d2fe3d (patch) | |
tree | aa3f49cde1466a9606680195be4673421cea2c8a /databases | |
parent | d8e8e393d4c6f52f933de634b8033f019a7e25d0 (diff) | |
download | pkgsrc-2e4a774389391a5d7c974da28b2afd2ba9d2fe3d.tar.gz |
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]
Diffstat (limited to 'databases')
-rw-r--r-- | databases/ruby-dbm/Makefile | 3 | ||||
-rw-r--r-- | databases/ruby-gdbm/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/databases/ruby-dbm/Makefile b/databases/ruby-dbm/Makefile index 2e4c5ede890..3cec96b5462 100644 --- a/databases/ruby-dbm/Makefile +++ b/databases/ruby-dbm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/11/29 11:13:40 taca Exp $ +# $NetBSD: Makefile,v 1.3 2005/01/23 17:33:19 taca Exp $ # DISTNAME= ${RUBY_DISTNAME} @@ -10,6 +10,7 @@ MAINTAINER= taca@NetBSD.org HOMEPAGE= ${RUBY_HOMEPAGE} COMMENT= Ruby extension to DBM library +RUBY_HAS_ARCHLIB= yes USE_BUILDLINK3= yes USE_RUBY_EXTCONF= yes DISTINFO_FILE= ${RUBY_DISTINFO_FILE} diff --git a/databases/ruby-gdbm/Makefile b/databases/ruby-gdbm/Makefile index 972289b2aaa..95a29496c55 100644 --- a/databases/ruby-gdbm/Makefile +++ b/databases/ruby-gdbm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/11/27 14:30:14 taca Exp $ +# $NetBSD: Makefile,v 1.11 2005/01/23 17:33:19 taca Exp $ # DISTNAME= ${RUBY_DISTNAME} @@ -10,6 +10,7 @@ MAINTAINER= taca@NetBSD.org HOMEPAGE= ${RUBY_HOMEPAGE} COMMENT= Ruby extension to GDBM library +RUBY_HAS_ARCHLIB= yes USE_BUILDLINK3= yes USE_RUBY_EXTCONF= yes DISTINFO_FILE= ${RUBY_DISTINFO_FILE} |