pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/ruby18-base Fix interpreter for h2rb script.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f5a3f8e93219
branches:  trunk
changeset: 547277:f5a3f8e93219
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Sep 15 03:30:22 2008 +0000

description:
Fix interpreter for h2rb script.

Bump PKGREVISION.

diffstat:

 lang/ruby18-base/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 87bfbc2523e0 -r f5a3f8e93219 lang/ruby18-base/Makefile
--- a/lang/ruby18-base/Makefile Mon Sep 15 02:46:41 2008 +0000
+++ b/lang/ruby18-base/Makefile Mon Sep 15 03:30:22 2008 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.47 2008/09/14 05:17:18 taca Exp $
+# $NetBSD: Makefile,v 1.48 2008/09/15 03:30:22 taca Exp $
 #
 
 DISTNAME=      ${RUBY_DISTNAME}
 PKGNAME=       ${RUBY_PKGPREFIX}-base-${RUBY_VERSION_SUFFIX}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    lang ruby
 MASTER_SITES=  ${MASTER_SITE_RUBY}
 #PKGREVISION=
@@ -98,6 +98,7 @@
 PTY_EXAMPLES=          expect_sample.rb script.rb shl.rb
 
 REPLACE_RUBY_DIRS=     bin ext lib sample
+REPLACE_RUBY=          ext/dl/h2rb
 INSTALLATION_DIRS=     bin ${RUBY_ARCHLIB} ${RUBY_DOC}/irb ${RUBY_DOC}/pty \
                        ${RUBY_EG}/bigdecimal ${RUBY_EG}/dl \
                        ${RUBY_EG}/openssl ${RUBY_EG}/pty



Home | Main Index | Thread Index | Old Index