pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ruby-rails42 Fix dependency.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/815cdfc010dd
branches:  trunk
changeset: 365504:815cdfc010dd
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue Jul 18 14:44:08 2017 +0000

description:
Fix dependency.

Require depends on misc/ruby-sprockets-rails not misc/ruby-sprockets.

Bump PKGREVISION.

diffstat:

 www/ruby-rails42/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r de6a08601ba6 -r 815cdfc010dd www/ruby-rails42/Makefile
--- a/www/ruby-rails42/Makefile Tue Jul 18 14:42:26 2017 +0000
+++ b/www/ruby-rails42/Makefile Tue Jul 18 14:44:08 2017 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2017/06/21 13:12:21 taca Exp $
+# $NetBSD: Makefile,v 1.3 2017/07/18 14:44:08 taca Exp $
 
 DISTNAME=      rails-${RAILS_VERSION}
 PKGNAME=       ${RUBY_PKGPREFIX}-rails${RUBY_RAILS}-${RAILS_VERSION}
+PKGREVISION=   1
 CATEGORIES=    www
 
 MAINTAINER=    minskim%NetBSD.org@localhost
@@ -18,7 +19,7 @@
 DEPENDS+=      ${RUBY_ACTIVESUPPORT_DEPENDS}
 DEPENDS+=      ${RUBY_RAILTIES_DEPENDS}
 DEPENDS+=      ${RUBY_PKGPREFIX}-bundler>=1.3.0<2:../../misc/ruby-bundler
-DEPENDS+=      ${RUBY_PKGPREFIX}-sprockets-[0-9]*:../../misc/ruby-sprockets
+DEPENDS+=      ${RUBY_PKGPREFIX}-sprockets-rails-[0-9]*:../../misc/ruby-sprockets-rails
 
 CONFLICTS+=    ruby[1-9][0-9]-rails-[0-9]*
 



Home | Main Index | Thread Index | Old Index