Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Takahiro Kambe <taca@netbsd.org>
List: pkgsrc-changes
Date: 01/28/2007 15:15:58
Module Name:	pkgsrc
Committed By:	taca
Date:		Sun Jan 28 15:15:58 UTC 2007

Modified Files:
	pkgsrc/lang/ruby: rubyversion.mk
	pkgsrc/lang/ruby18-base: DEINSTALL INSTALL Makefile PLIST.common_end
	    options.mk
	pkgsrc/textproc/ruby-redcloth: Makefile

Log Message:
Fix ruby-build-ri-db option related problem.

- Include options.mk before rubyversion.mk, so PLIST for ri database
  should be created suitably.

- make RUBY_RIDIR and its friends relative path to ${PREFIX}.

- Fix and improve handling of ${RUBY_RIDIR} handling and should
  be fixed remaining ${RUBY_RIDIR} after pkg_delete ruby18-base.
  (Noted by private mail from wiz@.)

Bump PKGREVISION of ruby18-base package.


To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 pkgsrc/lang/ruby/rubyversion.mk
cvs rdiff -r1.1 -r1.2 pkgsrc/lang/ruby18-base/DEINSTALL \
    pkgsrc/lang/ruby18-base/INSTALL pkgsrc/lang/ruby18-base/options.mk
cvs rdiff -r1.29 -r1.30 pkgsrc/lang/ruby18-base/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/lang/ruby18-base/PLIST.common_end
cvs rdiff -r1.5 -r1.6 pkgsrc/textproc/ruby-redcloth/Makefile

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