pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-rb-kqueue



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Jun  4 16:11:29 UTC 2017

Modified Files:
        pkgsrc/devel/ruby-rb-kqueue: Makefile PLIST distinfo

Log Message:
Update ruby-rb-kqueue to 0.2.5.

0.2.5 (2017/05/16)

* Use types in agreement with the event.h of native operating systems.
* Use EVFILT_ flags in agreement with the event.h of native operating systems.
* Add RSpec development dependency.
* Generate initial RSpec config.
* [WIP] Write basic tests for KQueue::Queue#watch_file.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-rb-kqueue/Makefile \
    pkgsrc/devel/ruby-rb-kqueue/PLIST pkgsrc/devel/ruby-rb-kqueue/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-rb-kqueue/Makefile
diff -u pkgsrc/devel/ruby-rb-kqueue/Makefile:1.1 pkgsrc/devel/ruby-rb-kqueue/Makefile:1.2
--- pkgsrc/devel/ruby-rb-kqueue/Makefile:1.1    Mon Jan  9 15:52:33 2017
+++ pkgsrc/devel/ruby-rb-kqueue/Makefile        Sun Jun  4 16:11:29 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2017/01/09 15:52:33 taca Exp $
+# $NetBSD: Makefile,v 1.2 2017/06/04 16:11:29 taca Exp $
 
-DISTNAME=      rb-kqueue-0.2.4
+DISTNAME=      rb-kqueue-0.2.5
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/ruby-rb-kqueue/PLIST
diff -u pkgsrc/devel/ruby-rb-kqueue/PLIST:1.1 pkgsrc/devel/ruby-rb-kqueue/PLIST:1.2
--- pkgsrc/devel/ruby-rb-kqueue/PLIST:1.1       Mon Jan  9 15:52:33 2017
+++ pkgsrc/devel/ruby-rb-kqueue/PLIST   Sun Jun  4 16:11:29 2017
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1 2017/01/09 15:52:33 taca Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/06/04 16:11:29 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/.rspec
 ${GEM_LIBDIR}/.yardopts
 ${GEM_LIBDIR}/Gemfile
 ${GEM_LIBDIR}/MIT-LICENSE
@@ -21,4 +22,6 @@ ${GEM_LIBDIR}/lib/rb-kqueue/watcher/sign
 ${GEM_LIBDIR}/lib/rb-kqueue/watcher/socket_read_write.rb
 ${GEM_LIBDIR}/lib/rb-kqueue/watcher/timer.rb
 ${GEM_LIBDIR}/rb-kqueue.gemspec
+${GEM_LIBDIR}/spec/kqueue_queue_spec.rb
+${GEM_LIBDIR}/spec/spec_helper.rb
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/devel/ruby-rb-kqueue/distinfo
diff -u pkgsrc/devel/ruby-rb-kqueue/distinfo:1.1 pkgsrc/devel/ruby-rb-kqueue/distinfo:1.2
--- pkgsrc/devel/ruby-rb-kqueue/distinfo:1.1    Mon Jan  9 15:52:33 2017
+++ pkgsrc/devel/ruby-rb-kqueue/distinfo        Sun Jun  4 16:11:29 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/01/09 15:52:33 taca Exp $
+$NetBSD: distinfo,v 1.2 2017/06/04 16:11:29 taca Exp $
 
-SHA1 (rb-kqueue-0.2.4.gem) = 2e72ccedad2011480bd466ba04d8861842d0573c
-RMD160 (rb-kqueue-0.2.4.gem) = 81a580db6dc6f321d033bac058c49d7e54428d82
-SHA512 (rb-kqueue-0.2.4.gem) = 23abc6582a8d96376dc3e572e341ff2a510f5cd033bae0ec04d434bac7c57c89ec50663c5920a6df9a057675ce26704e7d10f5b447bde0afb7f4e38ca66253c2
-Size (rb-kqueue-0.2.4.gem) = 16384 bytes
+SHA1 (rb-kqueue-0.2.5.gem) = 7038671d979987af69b3d5d42df3e53d7a2261ae
+RMD160 (rb-kqueue-0.2.5.gem) = c760de0d94685ff4482effd77c2e4030dd0f9924
+SHA512 (rb-kqueue-0.2.5.gem) = bf90eda5108c64bff144a46c3b1b7380290708e394c675c59552840d471fd1d4a92e7f55ea1450b44b9a79594c7b305371ab374bb853701fef86b32919b3cd45
+Size (rb-kqueue-0.2.5.gem) = 18944 bytes



Home | Main Index | Thread Index | Old Index