pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ruby-webrick Fix dependency to ruby-openssl packag...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3601440c9791
branches:  trunk
changeset: 484949:3601440c9791
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Dec 01 15:40:23 2004 +0000

description:
Fix dependency to ruby-openssl package; since this package is only for
ruby16, it should depneds on ruby16-openssl package.

This should fix bulkbuild problem.

diffstat:

 www/ruby-webrick/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9eb17440090e -r 3601440c9791 www/ruby-webrick/Makefile
--- a/www/ruby-webrick/Makefile Wed Dec 01 15:38:59 2004 +0000
+++ b/www/ruby-webrick/Makefile Wed Dec 01 15:40:23 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2004/11/28 05:48:32 taca Exp $
+# $NetBSD: Makefile,v 1.13 2004/12/01 15:40:23 taca Exp $
 #
 
 DISTNAME=      webrick-1.3.1
@@ -10,7 +10,7 @@
 HOMEPAGE=      http://www.webrick.org/
 COMMENT=       Ruby library to build HTTP servers
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-openssl>=0.1.3:../../security/ruby-openssl
+DEPENDS+=      ${RUBY_PKGPREFIX}-openssl>=0.1.3:../../security/ruby16-openssl
 DEPENDS+=      ${RUBY_PKGPREFIX}-erb>=1.4.3:../../textproc/ruby-erb
 
 RUBY_VERSION=          ${RUBY16_VERSION}



Home | Main Index | Thread Index | Old Index