diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2013-06-04 18:53:40 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2013-06-04 18:53:40 +0000 |
commit | 109269205e521bb1d2d87678a391e5adefff88d6 (patch) | |
tree | 93f1f9278a9a48902904b7ff4a5ce711c10efe08 /devel/hs-fsnotify | |
parent | ad7295cafd0e46ece6fcbf594ef39a767c296d0e (diff) |
Notes
Diffstat (limited to 'devel/hs-fsnotify')
-rw-r--r-- | devel/hs-fsnotify/Makefile | 4 | ||||
-rw-r--r-- | devel/hs-fsnotify/distinfo | 4 | ||||
-rw-r--r-- | devel/hs-fsnotify/pkg-descr | 2 |
3 files changed, 4 insertions, 6 deletions
diff --git a/devel/hs-fsnotify/Makefile b/devel/hs-fsnotify/Makefile index a95037e52ecb..b96cec9f65e8 100644 --- a/devel/hs-fsnotify/Makefile +++ b/devel/hs-fsnotify/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= fsnotify -PORTVERSION= 0.0.6 +PORTVERSION= 0.0.11 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -9,8 +9,6 @@ COMMENT= Cross-platform library for file system notifications LICENSE= BSD -CABAL_SETUP= Setup.hs - USE_CABAL= hinotify>=0.3.5 system-fileio>=0.3.8 system-filepath>=0.4.6 \ text>=0.11.0 diff --git a/devel/hs-fsnotify/distinfo b/devel/hs-fsnotify/distinfo index 4d4553ba69ff..48b0b29c2603 100644 --- a/devel/hs-fsnotify/distinfo +++ b/devel/hs-fsnotify/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/fsnotify-0.0.6.tar.gz) = 85e31556ab86f4c1c6fa5039492e0f66094e029705ebd53b4c58ed21b5556645 -SIZE (cabal/fsnotify-0.0.6.tar.gz) = 14570 +SHA256 (cabal/fsnotify-0.0.11.tar.gz) = 987be41d188782fd8fe081263d6a7345c8bad6576848457a73ef7b666f08a90e +SIZE (cabal/fsnotify-0.0.11.tar.gz) = 14530 diff --git a/devel/hs-fsnotify/pkg-descr b/devel/hs-fsnotify/pkg-descr index ba3bb03ac7ec..3a14903bcb56 100644 --- a/devel/hs-fsnotify/pkg-descr +++ b/devel/hs-fsnotify/pkg-descr @@ -1,4 +1,4 @@ -Cross platform library for file creation, modification, and deletion +Cross-platform library for file creation, modification, and deletion notification. This library builds upon existing libraries for platform-specific Window, Mac, and Linux filesystem event notification. |