pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ruby-padrino-core Comment out ruby-tilt dependency...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a7edd4d5ad8d
branches:  trunk
changeset: 632164:a7edd4d5ad8d
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue Mar 18 09:43:47 2014 +0000

description:
Comment out ruby-tilt dependency, there is no version which matches the
requirement.

diffstat:

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

diffs (18 lines):

diff -r 0a215951424a -r a7edd4d5ad8d www/ruby-padrino-core/Makefile
--- a/www/ruby-padrino-core/Makefile    Tue Mar 18 09:03:26 2014 +0000
+++ b/www/ruby-padrino-core/Makefile    Tue Mar 18 09:43:47 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2014/03/14 19:18:31 taca Exp $
+# $NetBSD: Makefile,v 1.4 2014/03/18 09:43:47 jperkin Exp $
 
 DISTNAME=      padrino-core-${RUBY_PADRINO_VERS}
 CATEGORIES=    www
@@ -13,7 +13,7 @@
 DEPENDS+=      ${RUBY_PKGPREFIX}-rack-protection>=1.5.0:../../www/ruby-rack-protection
 DEPENDS+=      ${RUBY_PKGPREFIX}-sinatra>=1.4.2<1.5:../../www/ruby-sinatra
 DEPENDS+=      ${RUBY_PKGPREFIX}-thor>=0.17.0:../../devel/ruby-thor
-DEPENDS+=      ${RUBY_PKGPREFIX}-tilt>=1.4.1<1.5:../../textproc/ruby-tilt
+#DEPENDS+=     ${RUBY_PKGPREFIX}-tilt>=1.4.1<1.5:../../textproc/ruby-tilt
 
 CONFLICTS+=    ruby[1-9][0-9][0-9]-padrino-core-[0-9]*
 



Home | Main Index | Thread Index | Old Index