diff options
Diffstat (limited to 'devel/rubygem-wdm')
-rw-r--r-- | devel/rubygem-wdm/Makefile | 4 | ||||
-rw-r--r-- | devel/rubygem-wdm/distinfo | 6 | ||||
-rw-r--r-- | devel/rubygem-wdm/pkg-descr | 7 |
3 files changed, 9 insertions, 8 deletions
diff --git a/devel/rubygem-wdm/Makefile b/devel/rubygem-wdm/Makefile index 4a872a0195ab..14efdcb226ff 100644 --- a/devel/rubygem-wdm/Makefile +++ b/devel/rubygem-wdm/Makefile @@ -1,9 +1,9 @@ PORTNAME= wdm -PORTVERSION= 0.1.1 +PORTVERSION= 0.2.0 CATEGORIES= devel rubygems MASTER_SITES= RG -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library for monitoring directories for changes WWW= https://github.com/Maher4Ever/wdm diff --git a/devel/rubygem-wdm/distinfo b/devel/rubygem-wdm/distinfo index c9d93cdc7a06..8401b8f273dc 100644 --- a/devel/rubygem-wdm/distinfo +++ b/devel/rubygem-wdm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1514155103 -SHA256 (rubygem/wdm-0.1.1.gem) = 28406f5f236796019bea5b2a85e37cbcd229ec928c8b68261947a44eec15b474 -SIZE (rubygem/wdm-0.1.1.gem) = 19968 +TIMESTAMP = 1753370252 +SHA256 (rubygem/wdm-0.2.0.gem) = c46d9dcb6d375199ca07465bc67669ee8f041aeaa55dd7dafe6de4dd97b27647 +SIZE (rubygem/wdm-0.2.0.gem) = 24064 diff --git a/devel/rubygem-wdm/pkg-descr b/devel/rubygem-wdm/pkg-descr index aa8b7871a3fb..f0ef718ba41c 100644 --- a/devel/rubygem-wdm/pkg-descr +++ b/devel/rubygem-wdm/pkg-descr @@ -1,3 +1,4 @@ -Windows Directory Monitor (WDM) is a library which can be used to monitor -directories for changes. It's mostly implemented in C and uses the Win32 API -for a better performance. +Windows Directory Monitor (WDM) is a thread-safe ruby library which can be used +to monitor directories for changes on Windows. + +It's mostly implemented in C and uses the Win32 API for a better performance. |