Subject: CVS commit: pkgsrc/devel/ruby-zlib
To: None <pkgsrc-changes@NetBSD.org>
From: Takahiro Kambe <taca@netbsd.org>
List: pkgsrc-changes
Date: 01/23/2005 17:34:55
Module Name:	pkgsrc
Committed By:	taca
Date:		Sun Jan 23 17:34:55 UTC 2005

Modified Files:
	pkgsrc/devel/ruby-zlib: Makefile
Added Files:
	pkgsrc/devel/ruby-zlib: distinfo
	pkgsrc/devel/ruby-zlib/patches: patch-aa

Log Message:
Update to Ruby 1.8.2 base and thses changes:

o Set RUBY_HAS_ARCHLIB=yes for Ruby packages including archtecture depending
  extention library in order to depend more specific Ruby.

o Apply some bug fixes.

	* ext/zlib/zlib.c (zstream_end): should return value.

	* ext/zlib/zlib.c (rb_deflate_s_deflate, rb_inflate_s_inflate): ensure
	  freeing internal zstreams.  fixed: [ruby-dev:25309]

	* ext/zlib/zlib.c (rb_deflate_init_copy): replace rb_deflate_clone.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/devel/ruby-zlib/Makefile
cvs rdiff -r0 -r1.3 pkgsrc/devel/ruby-zlib/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/devel/ruby-zlib/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.