pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ruby-sass-rails www/ruby-sass-rails: fix dependency



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6aefeba1c0b9
branches:  trunk
changeset: 419648:6aefeba1c0b9
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu Dec 26 05:45:33 2019 +0000

description:
www/ruby-sass-rails: fix dependency

Relax dependency to sprockets-rails.

Bump PKGREVISION.

diffstat:

 www/ruby-sass-rails/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r bbe09f249115 -r 6aefeba1c0b9 www/ruby-sass-rails/Makefile
--- a/www/ruby-sass-rails/Makefile      Wed Dec 25 17:35:12 2019 +0000
+++ b/www/ruby-sass-rails/Makefile      Thu Dec 26 05:45:33 2019 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2019/02/24 16:03:44 taca Exp $
+# $NetBSD: Makefile,v 1.2 2019/12/26 05:45:33 taca Exp $
 
 DISTNAME=      sass-rails-5.0.7
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/rails-/rails${RUBY_RAILS}-/}
+PKGREVISION=   1
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -11,12 +12,14 @@
 
 DEPENDS+=      ${RUBY_RAILTIES_DEPENDS}
 DEPENDS+=      ${RUBY_PKGPREFIX}-sass>=3.1<4:../../www/ruby-sass
-DEPENDS+=      ${RUBY_PKGPREFIX}-sprockets-rails>=3<4:../../misc/ruby-sprockets-rails
+DEPENDS+=      ${RUBY_PKGPREFIX}-sprockets-rails>=3:../../misc/ruby-sprockets-rails
 DEPENDS+=      ${RUBY_PKGPREFIX}-tilt1>=1.3<3:../../textproc/ruby-tilt1
 
 USE_LANGUAGES= # none
 
 RUBY_RAILS_ACCEPTED=   42 51
 
+OVERRIDE_GEMSPEC=      sprockets-rails>=3
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index