pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2016Q4] pkgsrc/sysutils/ruby-listen



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Fri Jan 13 19:38:18 UTC 2017

Modified Files:
        pkgsrc/sysutils/ruby-listen [pkgsrc-2016Q4]: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.11.2.1 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.11 pkgsrc/sysutils/ruby-listen/Makefile:1.11.2.1
--- pkgsrc/sysutils/ruby-listen/Makefile:1.11   Thu Oct 20 14:55:53 2016
+++ pkgsrc/sysutils/ruby-listen/Makefile        Fri Jan 13 19:38:18 2017
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2016/10/20 14:55:53 taca Exp $
+# $NetBSD: Makefile,v 1.11.2.1 2017/01/13 19:38:18 bsiegert Exp $
 
 DISTNAME=      listen-3.1.5
+PKGREVISION=   1
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
 CATEGORIES=    sysutils
 
@@ -15,13 +16,8 @@ RUBY_VERSIONS_ACCEPTED= 22 23
 
 .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