Fri Jan 13 19:38:18 2017 UTC ()
Pullup ticket #5187 - requested by taca
sysutils/ruby-listen: build fix (for www/ruby-jekyll)

Revisions pulled up:
- sysutils/ruby-listen/Makefile                                 1.12

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Mon Jan  9 15:02:32 UTC 2017

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

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

   Bump PKGREVISION.


(bsiegert)
diff -r1.11 -r1.11.2.1 pkgsrc/sysutils/ruby-listen/Makefile

cvs diff -r1.11 -r1.11.2.1 pkgsrc/sysutils/ruby-listen/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/ruby-listen/Makefile 2016/10/20 14:55:53 1.11
+++ pkgsrc/sysutils/ruby-listen/Makefile 2017/01/13 19:38:18 1.11.2.1
@@ -1,28 +1,24 @@ @@ -1,28 +1,24 @@
1# $NetBSD: Makefile,v 1.11 2016/10/20 14:55:53 taca Exp $ 1# $NetBSD: Makefile,v 1.11.2.1 2017/01/13 19:38:18 bsiegert Exp $
2 2
3DISTNAME= listen-3.1.5 3DISTNAME= listen-3.1.5
 4PKGREVISION= 1
4PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} 5PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
5CATEGORIES= sysutils 6CATEGORIES= sysutils
6 7
7MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://github.com/guard/listen 9HOMEPAGE= https://github.com/guard/listen
9COMMENT= Listen to file modifications 10COMMENT= Listen to file modifications
10LICENSE= mit 11LICENSE= mit
11 12
12RUBYGEM_OPTIONS+= --format-executable 13RUBYGEM_OPTIONS+= --format-executable
13 14
14RUBY_VERSIONS_ACCEPTED= 22 23 15RUBY_VERSIONS_ACCEPTED= 22 23
15 16
16.include "../../lang/ruby/rubyversion.mk" 17.include "../../lang/ruby/rubyversion.mk"
17 18
18.if ${OPSYS} == "Darwin" 
19DEPENDS+= ${RUBY_PKGPREFIX}-rb-fsevent>=0.9.4:../../devel/ruby-rb-fsevent 19DEPENDS+= ${RUBY_PKGPREFIX}-rb-fsevent>=0.9.4:../../devel/ruby-rb-fsevent
20OVERRIDE_GEMSPEC+= rb-inotify: 
21.else 
22DEPENDS+= ${RUBY_PKGPREFIX}-rb-inotify>=0.9.7:../../sysutils/ruby-rb-inotify 20DEPENDS+= ${RUBY_PKGPREFIX}-rb-inotify>=0.9.7:../../sysutils/ruby-rb-inotify
23OVERRIDE_GEMSPEC+= rb-fsevent: 
24.endif 
25DEPENDS+= ${RUBY_PKGPREFIX}-dep>=1.2:../../devel/ruby-dep 21DEPENDS+= ${RUBY_PKGPREFIX}-dep>=1.2:../../devel/ruby-dep
26 22
27.include "../../lang/ruby/gem.mk" 23.include "../../lang/ruby/gem.mk"
28.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"