pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Feb 25 09:20:53 UTC 2019

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

Log Message:
ruby-sass-listen: Fix path to ruby-rb-inotify.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/ruby-sass-listen/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-listen/Makefile
diff -u pkgsrc/www/ruby-sass-listen/Makefile:1.1 pkgsrc/www/ruby-sass-listen/Makefile:1.2
--- pkgsrc/www/ruby-sass-listen/Makefile:1.1    Sun Feb 24 15:50:25 2019
+++ pkgsrc/www/ruby-sass-listen/Makefile        Mon Feb 25 09:20:53 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/02/24 15:50:25 taca Exp $
+# $NetBSD: Makefile,v 1.2 2019/02/25 09:20:53 jperkin Exp $
 #
 
 DISTNAME=      sass-listen-4.0.0
@@ -9,7 +9,7 @@ HOMEPAGE=       https://github.com/sass/listen
 COMMENT=       listens to file modifications and notifies
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-rb-fsevent>=0.9.4:../../devel/ruby-rb-fsevent
-DEPENDS+=      ${RUBY_PKGPREFIX}-rb-inotify>=0.9.7:../../devel/ruby-rb-inotify
+DEPENDS+=      ${RUBY_PKGPREFIX}-rb-inotify>=0.9.7:../../sysutils/ruby-rb-inotify
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index