pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/ruby-rdtool Re-add dependency to ruby-strscan...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ddbfcc1ddef1
branches:  trunk
changeset: 472561:ddbfcc1ddef1
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Apr 11 13:17:09 2004 +0000

description:
Re-add dependency to ruby-strscan package since ruby-rdtool package
depends to it at runtime.

Bump package revision.

diffstat:

 textproc/ruby-rdtool/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 7668b2d9a5af -r ddbfcc1ddef1 textproc/ruby-rdtool/Makefile
--- a/textproc/ruby-rdtool/Makefile     Sun Apr 11 13:14:31 2004 +0000
+++ b/textproc/ruby-rdtool/Makefile     Sun Apr 11 13:17:09 2004 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.11 2004/03/16 02:01:11 taca Exp $
+# $NetBSD: Makefile,v 1.12 2004/04/11 13:17:09 taca Exp $
 # FreeBSD: ports/textproc/ruby-rdtool/Makefile,v 1.15 2001/01/30 19:20:09 knu Exp
 
 DISTNAME=      rdtool-${RUBY_RD_VERSION}
 PKGNAME=       ${RUBY_PKGNAMEPREFIX}${DISTNAME}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    textproc ruby
 MASTER_SITES=  http://www2.pos.to/~tosh/ruby/rdtool/archive/
 
@@ -11,8 +11,9 @@
 HOMEPAGE=      http://www2.pos.to/~tosh/ruby/rdtool/
 COMMENT=       RD (Ruby Document) converter to HTML/man/etc
 
+DEPENDS+=      ${RUBY_PKGNAMEPREFIX}optparse>=0.7:../../devel/ruby-optparse
+DEPENDS+=      ${RUBY_PKGNAMEPREFIX}strscan>=0.6.1:../../devel/ruby-strscan
 BUILD_DEPENDS+=        ${RUBY_PKGNAMEPREFIX}racc>=1.3.6:../../devel/ruby-racc
-DEPENDS+=      ${RUBY_PKGNAMEPREFIX}optparse>=0.7:../../devel/ruby-optparse
 
 DIST_SUBDIR=   ruby
 USE_RUBY=      yes



Home | Main Index | Thread Index | Old Index