pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-compass



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Mar 16 14:17:20 UTC 2019

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

Log Message:
www/ruby-compass: update dependencies

* Update dependency to devel/ruby-rb-inotify.
* Enable dependency to devel/ruby-rb-fsevent.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/ruby-compass/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/Makefile
diff -u pkgsrc/www/ruby-compass/Makefile:1.10 pkgsrc/www/ruby-compass/Makefile:1.11
--- pkgsrc/www/ruby-compass/Makefile:1.10       Thu Apr 16 10:59:42 2015
+++ pkgsrc/www/ruby-compass/Makefile    Sat Mar 16 14:17:20 2019
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2015/04/16 10:59:42 jperkin Exp $
+# $NetBSD: Makefile,v 1.11 2019/03/16 14:17:20 taca Exp $
 
 DISTNAME=      compass-1.0.3
+PKGREVISION=   1
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -11,10 +12,9 @@ LICENSE=     mit
 DEPENDS+=      ${RUBY_PKGPREFIX}-chunky_png>=1.2<2:../../graphics/ruby-chunky_png
 DEPENDS+=      ${RUBY_PKGPREFIX}-compass-core>=1.0.2<1.1:../../www/ruby-compass-core
 DEPENDS+=      ${RUBY_PKGPREFIX}-compass-import-once>=1.0.5<1.1:../../www/ruby-compass-import-once
-#DEPENDS+=     ${RUBY_PKGPREFIX}-rb-fsevent>=0.9.3:../../sysutils/ruby-rb-fsevent
-DEPENDS+=      ${RUBY_PKGPREFIX}-rb-inotify>=0.9:../../sysutils/ruby-rb-inotify
+DEPENDS+=      ${RUBY_PKGPREFIX}-rb-fsevent>=0.9.3:../../devel/ruby-rb-fsevent
+DEPENDS+=      ${RUBY_PKGPREFIX}-rb-inotify>=0.9:../../devel/ruby-rb-inotify
 
-OVERRIDE_GEMSPEC+=     rb-fsevent:
 RUBYGEM_OPTIONS+=      --format-executable
 
 .include "../../lang/ruby/gem.mk"



Home | Main Index | Thread Index | Old Index