pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ruby-compass-core www/ruby-compass-core: update de...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cb35a99e578f
branches:  trunk
changeset: 319963:cb35a99e578f
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Feb 24 16:24:55 2019 +0000

description:
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.

diffstat:

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

diffs (24 lines):

diff -r 8cb9d58cc7ab -r cb35a99e578f www/ruby-compass-core/Makefile
--- a/www/ruby-compass-core/Makefile    Sun Feb 24 16:23:01 2019 +0000
+++ b/www/ruby-compass-core/Makefile    Sun Feb 24 16:24:55 2019 +0000
@@ -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 @@
 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