pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-compass-import-once



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Feb 24 16:26:21 UTC 2019

Modified Files:
        pkgsrc/www/ruby-compass-import-once: Makefile

Log Message:
www/ruby-compass-import-once: update dependency to ruby-sass34

* Update dependency from www/ruby-sass to www/ruby-sass34.
* Add "USE_LANGUAGES= # none".

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/ruby-compass-import-once/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-compass-import-once/Makefile
diff -u pkgsrc/www/ruby-compass-import-once/Makefile:1.1 pkgsrc/www/ruby-compass-import-once/Makefile:1.2
--- pkgsrc/www/ruby-compass-import-once/Makefile:1.1    Fri Mar 13 16:34:26 2015
+++ pkgsrc/www/ruby-compass-import-once/Makefile        Sun Feb 24 16:26:21 2019
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2015/03/13 16:34:26 taca Exp $
+# $NetBSD: Makefile,v 1.2 2019/02/24 16:26:21 taca Exp $
 
 DISTNAME=      compass-import-once-1.0.5
+PKGREVISION=   1
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -8,7 +9,9 @@ HOMEPAGE=       https://github.com/chriseppste
 COMMENT=       Speed up your Sass compilation by making @import file once
 LICENSE=       mit
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-sass<3.5:../../www/ruby-sass
+DEPENDS+=      ${RUBY_PKGPREFIX}-sass34<3.5:../../www/ruby-sass34
+
+USE_LANGUAGES= # none
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index