pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/ruby-listen



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Mar 16 14:12:37 UTC 2019

Modified Files:
        pkgsrc/sysutils/ruby-listen: Makefile

Log Message:
sysutils/ruby-listen: update dependency to ruby-rb-inotify

Update dependency to ruby-rb-inotify.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/sysutils/ruby-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/sysutils/ruby-listen/Makefile
diff -u pkgsrc/sysutils/ruby-listen/Makefile:1.14 pkgsrc/sysutils/ruby-listen/Makefile:1.15
--- pkgsrc/sysutils/ruby-listen/Makefile:1.14   Tue Sep 19 16:34:55 2017
+++ pkgsrc/sysutils/ruby-listen/Makefile        Sat Mar 16 14:12:37 2019
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2017/09/19 16:34:55 taca Exp $
+# $NetBSD: Makefile,v 1.15 2019/03/16 14:12:37 taca Exp $
 
 DISTNAME=      listen-3.1.5
-PKGREVISION=   1
+PKGREVISION=   2
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
 CATEGORIES=    sysutils
 
@@ -11,7 +11,7 @@ COMMENT=      Listen to file modifications
 LICENSE=       mit
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-rb-fsevent>=0.9.4:../../devel/ruby-rb-fsevent
-DEPENDS+=      ${RUBY_PKGPREFIX}-rb-inotify>=0.9.7:../../sysutils/ruby-rb-inotify
+DEPENDS+=      ${RUBY_PKGPREFIX}-rb-inotify>=0.9.7:../../devel/ruby-rb-inotify
 DEPENDS+=      ${RUBY_PKGPREFIX}-dep>=1.2:../../devel/ruby-dep
 
 RUBYGEM_OPTIONS+=      --format-executable



Home | Main Index | Thread Index | Old Index