pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/ruby-rb-inotify



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Mar 20 15:21:49 UTC 2017

Modified Files:
        pkgsrc/sysutils/ruby-rb-inotify: Makefile distinfo

Log Message:
Update ruby-rb-inotifyto 0.9.8.

* Avoid crashing after fd is closed
* Add support for platforms with libinotify
* Add license to gemspec.
* Do not follow into symlinked directories when traversing directories


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/ruby-rb-inotify/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/ruby-rb-inotify/distinfo

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-rb-inotify/Makefile
diff -u pkgsrc/sysutils/ruby-rb-inotify/Makefile:1.2 pkgsrc/sysutils/ruby-rb-inotify/Makefile:1.3
--- pkgsrc/sysutils/ruby-rb-inotify/Makefile:1.2        Tue Mar 15 15:33:02 2016
+++ pkgsrc/sysutils/ruby-rb-inotify/Makefile    Mon Mar 20 15:21:49 2017
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2016/03/15 15:33:02 taca Exp $
+# $NetBSD: Makefile,v 1.3 2017/03/20 15:21:49 taca Exp $
 
-DISTNAME=      rb-inotify-0.9.7
+DISTNAME=      rb-inotify-0.9.8
 CATEGORIES=    sysutils
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://github.com/nex3/rb-inotify
+HOMEPAGE=      https://github.com/nex3/rb-inotify
 COMMENT=       Ruby wrapper for Linux's inotify, using FFI
 LICENSE=       mit
 

Index: pkgsrc/sysutils/ruby-rb-inotify/distinfo
diff -u pkgsrc/sysutils/ruby-rb-inotify/distinfo:1.3 pkgsrc/sysutils/ruby-rb-inotify/distinfo:1.4
--- pkgsrc/sysutils/ruby-rb-inotify/distinfo:1.3        Tue Mar 15 15:33:02 2016
+++ pkgsrc/sysutils/ruby-rb-inotify/distinfo    Mon Mar 20 15:21:49 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2016/03/15 15:33:02 taca Exp $
+$NetBSD: distinfo,v 1.4 2017/03/20 15:21:49 taca Exp $
 
-SHA1 (rb-inotify-0.9.7.gem) = a47c5e88135cc959bb520894d635d631fa23a3f6
-RMD160 (rb-inotify-0.9.7.gem) = 4da255def1ef0c386c4c8889a09181de56e27d95
-SHA512 (rb-inotify-0.9.7.gem) = bc9be713becf7ee644a58e5d68dc0c514f8ba69a5b78de19cc84c2f55c98601065da59612a7373cd784646234b8ae9acd6575089c6a77e0317a0284c3f1fcbe4
-Size (rb-inotify-0.9.7.gem) = 14336 bytes
+SHA1 (rb-inotify-0.9.8.gem) = 3832a46beb1d142b6fa977c679f99dee67c144f7
+RMD160 (rb-inotify-0.9.8.gem) = da07081692ad5a12d9e750acf04ed69f65fd2909
+SHA512 (rb-inotify-0.9.8.gem) = 9fecf48c7ca20bd8edcf616980bcebe5bd124a0c0a59a2166790cc57c4e43e1bd4b499c58ebc2a573f2c2e140c8aeabc08c8cf6ef2a9a594b207e78ee63d80c5
+Size (rb-inotify-0.9.8.gem) = 14336 bytes



Home | Main Index | Thread Index | Old Index