pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/instiki Oops, this pacakge is supported with ruby ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/90aadbc89c3d
branches:  trunk
changeset: 490272:90aadbc89c3d
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Mar 06 17:15:52 2005 +0000

description:
Oops, this pacakge is supported with ruby 1.8.X only.

Remove DEPENDS line for ruby16 based pacakge.

diffstat:

 www/instiki/Makefile |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (24 lines):

diff -r c577ba9231a1 -r 90aadbc89c3d www/instiki/Makefile
--- a/www/instiki/Makefile      Sun Mar 06 17:14:18 2005 +0000
+++ b/www/instiki/Makefile      Sun Mar 06 17:15:52 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/03/06 17:14:18 taca Exp $
+# $NetBSD: Makefile,v 1.8 2005/03/06 17:15:52 taca Exp $
 
 DISTNAME=      instiki-0.9.2
 PKGREVISION=   3
@@ -10,14 +10,8 @@
 HOMEPAGE=      http://instiki.org/
 COMMENT=       Wiki clone that focuses on simple installation and running
 
-.include "../../lang/ruby/rubyversion.mk"
-.if ${RUBY_VER} == "16"
-DEPENDS+=      ${RUBY_PKGPREFIX}-digest-[0-9]*:../../security/ruby${RUBY_VER}-digest
-DEPENDS+=      ${RUBY_PKGPREFIX}-zlib-[0-9]*:../../devel/ruby${RUBY_VER}-zlib
-.else
 DEPENDS+=      ${RUBY_PKGPREFIX}-digest-[0-9]*:../../security/ruby-digest
 DEPENDS+=      ${RUBY_PKGPREFIX}-zlib-[0-9]*:../../devel/ruby-zlib
-.endif
 
 NO_BUILD=      # defined
 USE_BUILDLINK3= yes



Home | Main Index | Thread Index | Old Index