pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/instiki Correct dependency to Ruby; any package sh...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6b0b72a891aa
branches: trunk
changeset: 488690:6b0b72a891aa
user: taca <taca%pkgsrc.org@localhost>
date: Sun Feb 06 13:36:10 2005 +0000
description:
Correct dependency to Ruby; any package should not depend on
lang/ruby but lang/ruby${RUBY_VER}.
diffstat:
www/instiki/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 7b121f1c8175 -r 6b0b72a891aa www/instiki/Makefile
--- a/www/instiki/Makefile Sun Feb 06 13:21:45 2005 +0000
+++ b/www/instiki/Makefile Sun Feb 06 13:36:10 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/02/04 15:33:43 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2005/02/06 13:36:10 taca Exp $
DISTNAME= instiki-0.9.2
PKGREVISION= 1
@@ -10,7 +10,7 @@
HOMEPAGE= http://instiki.org/
COMMENT= Wiki clone that focuses on simple installation and running
-DEPENDS+= ruby>=1.8.1:../../lang/ruby
+DEPENDS+= ruby${RUBY_VER}>=${RUBY_REQD}:../../lang/ruby${RUBY_VER}
DEPENDS+= ruby${RUBY_VER}-digest-[0-9]*:../../security/ruby-digest
DEPENDS+= ruby${RUBY_VER}-zlib-[0-9]*:../../devel/ruby-zlib
Home |
Main Index |
Thread Index |
Old Index