Update ruby-listen to 3.0.6.
pkgsrc change: * Depend on ruby-rb-fsevent Darwin. Bugfixes * #364 - fix broken dependency (rb-inotify gem version 0.9.6 was removed from RubyGems) - thanks, @benja83 !
This commit is contained in:
parent
ed14a84597
commit
a850ebdc30
2 changed files with 16 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.8 2015/12/13 15:12:04 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2016/03/15 15:35:52 taca Exp $
|
||||
|
||||
DISTNAME= listen-3.0.5
|
||||
DISTNAME= listen-3.0.6
|
||||
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= sysutils
|
||||
|
||||
|
@ -9,11 +9,17 @@ HOMEPAGE= https://github.com/guard/listen
|
|||
COMMENT= Listen to file modifications
|
||||
LICENSE= mit
|
||||
|
||||
#DEPENDS+= ${RUBY_PKGPREFIX}-rb-fsevent>=0.9.3:../../sysutils/ruby-rb-fsevent
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-rb-inotify>=0.9:../../sysutils/ruby-rb-inotify
|
||||
|
||||
RUBYGEM_OPTIONS+= --format-executable
|
||||
|
||||
.include "../../lang/ruby/rubyversion.mk"
|
||||
|
||||
.if ${OPSYS} == "Darwin"
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-rb-fsevent>=0.9.7:../../devel/ruby-rb-fsevent
|
||||
OVERRIDE_GEMSPEC+= rb-inotify:
|
||||
.else
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-rb-inotify>=0.9:../../sysutils/ruby-rb-inotify
|
||||
OVERRIDE_GEMSPEC+= rb-fsevent:
|
||||
.endif
|
||||
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.7 2015/12/13 15:12:04 taca Exp $
|
||||
$NetBSD: distinfo,v 1.8 2016/03/15 15:35:52 taca Exp $
|
||||
|
||||
SHA1 (listen-3.0.5.gem) = b8186e059cc5bb57c618fa387a744639970dd7ba
|
||||
RMD160 (listen-3.0.5.gem) = 4754fd1d794b375d2eb9afe9bd7ae39fa6293eee
|
||||
SHA512 (listen-3.0.5.gem) = cc4d4c2cb235a664039724e54e9d5dc891a9886a5c7b2a315ea86696240cfa5081081a5eb8ed465d989d4e97371340f47e7e6f1772408f32ac651d0de1cb30cf
|
||||
Size (listen-3.0.5.gem) = 26624 bytes
|
||||
SHA1 (listen-3.0.6.gem) = 279ce3fd44375138770982a06f46d698573b7dac
|
||||
RMD160 (listen-3.0.6.gem) = 99b32cb53a15d2dd708a538cdb01b0fc446ab362
|
||||
SHA512 (listen-3.0.6.gem) = 2a195ea3e227fc56967c11cdbf190ef129168c9995fffac49c880c7b5b9c19aca2441bde3d73dc45b1d55d5779c0c016c25f4dff2f13c24ae974890fb337685d
|
||||
Size (listen-3.0.6.gem) = 26624 bytes
|
||||
|
|
Loading…
Reference in a new issue