pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-compass-core



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

Modified Files:
        pkgsrc/www/ruby-compass-core: Makefile

Log Message:
www/ruby-compass-core: 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-core/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-core/Makefile
diff -u pkgsrc/www/ruby-compass-core/Makefile:1.1 pkgsrc/www/ruby-compass-core/Makefile:1.2
--- pkgsrc/www/ruby-compass-core/Makefile:1.1   Fri Mar 13 16:32:47 2015
+++ pkgsrc/www/ruby-compass-core/Makefile       Sun Feb 24 16:24:55 2019
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2015/03/13 16:32:47 taca Exp $
+# $NetBSD: Makefile,v 1.2 2019/02/24 16:24:55 taca Exp $
 
 DISTNAME=      compass-core-1.0.3
+PKGREVISION=   1
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -8,8 +9,10 @@ HOMEPAGE=      http://compass-style.org/refer
 COMMENT=       Compass core stylesheet library
 LICENSE=       mit
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-sass<3.5:../../www/ruby-sass
+DEPENDS+=      ${RUBY_PKGPREFIX}-sass34<3.5:../../www/ruby-sass34
 DEPENDS+=      ${RUBY_PKGPREFIX}-multi_json>=1.0<2:../../textproc/ruby-multi_json
 
+USE_LANGUAGES= # none
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index