summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca>2003-07-10 03:49:55 +0000
committertaca <taca>2003-07-10 03:49:55 +0000
commit7ef4bdd7d50f074d0d84abd5025c91bbd7b8cf1a (patch)
treead71ed16f4507b6b97e2158bedffb94398cb0415
parentbd98baa70133d8aef27922d61aaaf877f30a69d0 (diff)
downloadpkgsrc-7ef4bdd7d50f074d0d84abd5025c91bbd7b8cf1a.tar.gz
Fix DEPENDS lines; add package's version explicitly.
-rw-r--r--www/ruby-borges/Makefile6
-rw-r--r--www/ruby-webrick/Makefile6
2 files changed, 6 insertions, 6 deletions
diff --git a/www/ruby-borges/Makefile b/www/ruby-borges/Makefile
index 8b2917a4dca..426fb653651 100644
--- a/www/ruby-borges/Makefile
+++ b/www/ruby-borges/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2003/07/07 03:43:07 taca Exp $
+# $NetBSD: Makefile,v 1.3 2003/07/10 03:49:55 taca Exp $
DISTNAME= borges-0.2.0
PKGNAME= ${RUBY_PKGNAMEPREFIX}${DISTNAME}
@@ -9,8 +9,8 @@ MAINTAINER= rasputin@idoru.mine.nu
HOMEPAGE= http://segment7.net/ruby-code/borges/borges.html
COMMENT= Ruby web appliation framework
-DEPENDS+= ruby-installpkg:../../devel/ruby-installpkg
-DEPENDS+= ruby-webrick:../../www/ruby-webrick
+DEPENDS+= ruby-installpkg>=0.0.1:../../devel/ruby-installpkg
+DEPENDS+= ruby-webrick>=1.2.3:../../www/ruby-webrick
DIST_SUBDIR= ruby
USE_RUBY= yes
diff --git a/www/ruby-webrick/Makefile b/www/ruby-webrick/Makefile
index 94c9f156e36..deb66704f08 100644
--- a/www/ruby-webrick/Makefile
+++ b/www/ruby-webrick/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2003/07/07 03:42:01 taca Exp $
+# $NetBSD: Makefile,v 1.3 2003/07/10 03:51:35 taca Exp $
#
DISTNAME= webrick-1.2.3
@@ -10,8 +10,8 @@ MAINTAINER= rasputin@idoru.mine.nu
HOMEPAGE= http://www.webrick.org
COMMENT= Ruby library to build HTTP servers
-DEPENDS+= ruby-openssl:../../security/ruby-openssl
-DEPENDS+= ruby-erb:../../textproc/ruby-erb
+DEPENDS+= ruby-openssl>=0.1.3:../../security/ruby-openssl
+DEPENDS+= ruby-erb>=1.4.3:../../textproc/ruby-erb
DIST_SUBDIR= ruby
USE_RUBY= yes