a4dfc41703
3.6.0 (2021-07-21) New Features * #452 for FIPS compatibility, use SHA256 instead of MD5 (#541) @ColinDKelley 3.7.0 (2021-08-19) * issue #509: raise Listen::Error::INotifyMaxWatchesExceeded rather than abort (#545) @ColinDKelley * Plumb Silencer.new and use it #542 spec (#544) @ColinDKelley * fix: Avoid scanning and building entries for silenced directories (#542) @ElMassimo
19 lines
512 B
Makefile
19 lines
512 B
Makefile
# $NetBSD: Makefile,v 1.20 2021/08/31 16:52:57 taca Exp $
|
|
|
|
DISTNAME= listen-3.7.0
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/guard/listen
|
|
COMMENT= Listen to file modifications
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rb-fsevent>=0.10.3:../../devel/ruby-rb-fsevent
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rb-inotify>=0.9.10:../../devel/ruby-rb-inotify
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|