Update ruby-directory-watcher package to 1.4.0.
== 1.4.0 / 2011-03-15 Minor Enhancements - added support for 'cool.io' [Jonathan Stott]
This commit is contained in:
parent
4dad851f55
commit
cfa630723f
3 changed files with 13 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.2 2010/09/10 07:54:20 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2011/06/19 03:22:03 taca Exp $
|
||||
|
||||
DISTNAME= directory_watcher-1.3.2
|
||||
DISTNAME= directory_watcher-1.4.0
|
||||
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g}
|
||||
CATEGORIES= sysutils
|
||||
|
||||
|
@ -9,5 +9,7 @@ HOMEPAGE= http://rubygems.org/gems/directory_watcher
|
|||
COMMENT= FAM-like facility for Ruby
|
||||
LICENSE= mit
|
||||
|
||||
CONFLICTS+= ruby[1-9][0-9]-directory-watcher-[0-9]*
|
||||
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,9 +1,13 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2010/09/10 07:54:20 taca Exp $
|
||||
@comment $NetBSD: PLIST,v 1.4 2011/06/19 03:22:03 taca Exp $
|
||||
bin/dw
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/.gitignore
|
||||
${GEM_LIBDIR}/History.txt
|
||||
${GEM_LIBDIR}/README.txt
|
||||
${GEM_LIBDIR}/Rakefile
|
||||
${GEM_LIBDIR}/bin/dw
|
||||
${GEM_LIBDIR}/lib/directory_watcher.rb
|
||||
${GEM_LIBDIR}/lib/directory_watcher/coolio_scanner.rb
|
||||
${GEM_LIBDIR}/lib/directory_watcher/em_scanner.rb
|
||||
${GEM_LIBDIR}/lib/directory_watcher/rev_scanner.rb
|
||||
${GEM_LIBDIR}/lib/directory_watcher/scanner.rb
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2010/09/10 07:54:20 taca Exp $
|
||||
$NetBSD: distinfo,v 1.3 2011/06/19 03:22:03 taca Exp $
|
||||
|
||||
SHA1 (directory_watcher-1.3.2.gem) = e4ff0f4d4db71c62cd86a5e8fc6ba8904f92490a
|
||||
RMD160 (directory_watcher-1.3.2.gem) = 7fc71a255c9d29f99629f418496f448ae6adb099
|
||||
Size (directory_watcher-1.3.2.gem) = 14848 bytes
|
||||
SHA1 (directory_watcher-1.4.0.gem) = 91bf301e51a7e25f6c25dc7a3d5783b1788ac0ee
|
||||
RMD160 (directory_watcher-1.4.0.gem) = b7b432319404ede0a628f5a0189dbb97fecf69f9
|
||||
Size (directory_watcher-1.4.0.gem) = 15360 bytes
|
||||
|
|
Loading…
Reference in a new issue