pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/ruby-rack-contrib
Module Name: pkgsrc
Committed By: taca
Date: Wed Mar 21 12:20:58 UTC 2018
Modified Files:
pkgsrc/www/ruby-rack-contrib: Makefile
Log Message:
www/ruby-rack-contrib: fix dependency
Fix dependency: depends on www/ruby-rack.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/ruby-rack-contrib/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/ruby-rack-contrib/Makefile
diff -u pkgsrc/www/ruby-rack-contrib/Makefile:1.8 pkgsrc/www/ruby-rack-contrib/Makefile:1.9
--- pkgsrc/www/ruby-rack-contrib/Makefile:1.8 Wed Mar 21 12:19:33 2018
+++ pkgsrc/www/ruby-rack-contrib/Makefile Wed Mar 21 12:20:58 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2018/03/21 12:19:33 taca Exp $
+# $NetBSD: Makefile,v 1.9 2018/03/21 12:20:58 taca Exp $
DISTNAME= rack-contrib-2.0.1
CATEGORIES= www
@@ -8,7 +8,7 @@ HOMEPAGE= https://github.com/rack/rack-c
COMMENT= Contributed Rack Middleware and Utilities
LICENSE= mit
-DEPENDS+= ${RUBY_PKGPREFIX}-rack>=1.4:../../www/ruby-rack15
+DEPENDS+= ${RUBY_PKGPREFIX}-rack>=2.0:../../www/ruby-rack
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index