pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/ruby-listen sysutils/ruby-listen: update depe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d372a352c16f
branches:  trunk
changeset: 331309:d372a352c16f
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Mar 16 14:12:37 2019 +0000

description:
sysutils/ruby-listen: update dependency to ruby-rb-inotify

Update dependency to ruby-rb-inotify.

diffstat:

 sysutils/ruby-listen/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 93a14919e4c2 -r d372a352c16f sysutils/ruby-listen/Makefile
--- a/sysutils/ruby-listen/Makefile     Sat Mar 16 14:11:44 2019 +0000
+++ b/sysutils/ruby-listen/Makefile     Sat Mar 16 14:12:37 2019 +0000
@@ -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 @@
 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