pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-sass-rails



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu Dec 26 05:45:34 UTC 2019

Modified Files:
        pkgsrc/www/ruby-sass-rails: Makefile

Log Message:
www/ruby-sass-rails: fix dependency

Relax dependency to sprockets-rails.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/ruby-sass-rails/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-sass-rails/Makefile
diff -u pkgsrc/www/ruby-sass-rails/Makefile:1.1 pkgsrc/www/ruby-sass-rails/Makefile:1.2
--- pkgsrc/www/ruby-sass-rails/Makefile:1.1     Sun Feb 24 16:03:44 2019
+++ pkgsrc/www/ruby-sass-rails/Makefile Thu Dec 26 05:45:33 2019
@@ -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 @@ LICENSE=    mit
 
 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