pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/ruby-listen Now depends on both ruby-rb-fseve...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0fb6e00dd234
branches:  trunk
changeset: 356980:0fb6e00dd234
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Jan 09 15:02:31 2017 +0000

description:
Now depends on both ruby-rb-fsevent and ruby-rb-inotify since it really
require both package's codes.

Bump PKGREVISION.

diffstat:

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

diffs (26 lines):

diff -r 94b6dc9e4059 -r 0fb6e00dd234 sysutils/ruby-listen/Makefile
--- a/sysutils/ruby-listen/Makefile     Mon Jan 09 14:58:11 2017 +0000
+++ b/sysutils/ruby-listen/Makefile     Mon Jan 09 15:02:31 2017 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2016/10/20 14:55:53 taca Exp $
+# $NetBSD: Makefile,v 1.12 2017/01/09 15:02:31 taca Exp $
 
 DISTNAME=      listen-3.1.5
+PKGREVISION=   1
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
 CATEGORIES=    sysutils
 
@@ -15,13 +16,8 @@
 
 .include "../../lang/ruby/rubyversion.mk"
 
-.if ${OPSYS} == "Darwin"
 DEPENDS+=      ${RUBY_PKGPREFIX}-rb-fsevent>=0.9.4:../../devel/ruby-rb-fsevent
-OVERRIDE_GEMSPEC+=     rb-inotify:
-.else
 DEPENDS+=      ${RUBY_PKGPREFIX}-rb-inotify>=0.9.7:../../sysutils/ruby-rb-inotify
-OVERRIDE_GEMSPEC+=     rb-fsevent:
-.endif
 DEPENDS+=      ${RUBY_PKGPREFIX}-dep>=1.2:../../devel/ruby-dep
 
 .include "../../lang/ruby/gem.mk"



Home | Main Index | Thread Index | Old Index