pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/ruby Add h2rb command wrapper for ruby18 package.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/82d2226e1e57
branches:  trunk
changeset: 489437:82d2226e1e57
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Feb 21 15:35:53 2005 +0000

description:
Add h2rb command wrapper for ruby18 package.

Bump PKGREVISION.

diffstat:

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

diffs (22 lines):

diff -r 6618f4577af2 -r 82d2226e1e57 lang/ruby/Makefile
--- a/lang/ruby/Makefile        Mon Feb 21 15:29:15 2005 +0000
+++ b/lang/ruby/Makefile        Mon Feb 21 15:35:53 2005 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.30 2004/11/27 15:02:10 taca Exp $
+# $NetBSD: Makefile,v 1.31 2005/02/21 15:35:53 taca Exp $
 # FreeBSD: ports/lang/ruby/Makefile,v 1.40 2001/01/18 19:53:38 knu Exp
 
 DISTNAME=      ruby-${RUBY_VERSION}
+PKGREVISION=   1
 CATEGORIES=    lang ruby
 MASTER_SITES=  # empty
 DISTFILES=     # empty
@@ -22,7 +23,7 @@
 
 RUBY_COMMANDS= irb ruby
 .if ${RUBY_VER} >= 18
-RUBY_COMMANDS+=        erb rdoc ri testrb
+RUBY_COMMANDS+=        erb h2rb rdoc ri testrb
 .endif
 
 do-install:



Home | Main Index | Thread Index | Old Index