diff --git a/devel/hs-unix-compat/Makefile b/devel/hs-unix-compat/Makefile index a147d62ecd95..0d1bea20e407 100644 --- a/devel/hs-unix-compat/Makefile +++ b/devel/hs-unix-compat/Makefile @@ -6,12 +6,11 @@ # PORTNAME= unix-compat -PORTVERSION= 0.2.2.1 -PORTREVISION= 1 +PORTVERSION= 0.3.0.1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org -COMMENT= Portable POSIX-compatibility layer for Haskell +COMMENT= Portable POSIX-compatibility layer LICENSE= BSD diff --git a/devel/hs-unix-compat/distinfo b/devel/hs-unix-compat/distinfo index 7ffcca8bb409..b3f7e669dd5c 100644 --- a/devel/hs-unix-compat/distinfo +++ b/devel/hs-unix-compat/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/unix-compat-0.2.2.1.tar.gz) = 11ffa76d633ff3b77792dd53614623dd61e2464e1887267265b355d9ab792d01 -SIZE (cabal/unix-compat-0.2.2.1.tar.gz) = 10116 +SHA256 (cabal/unix-compat-0.3.0.1.tar.gz) = 84096dc156ebc99c3201ef6f5589ae0e5e92aefa25b081e295840672608cc227 +SIZE (cabal/unix-compat-0.3.0.1.tar.gz) = 12614 diff --git a/devel/hs-unix-compat/pkg-descr b/devel/hs-unix-compat/pkg-descr index cd1bc93749cf..da7fac995072 100644 --- a/devel/hs-unix-compat/pkg-descr +++ b/devel/hs-unix-compat/pkg-descr @@ -1,5 +1,5 @@ -This Haskell package provides portable implementations of parts of the -unix package. This package re-exports the unix package when available. -When it is not available, portable implementations are used. +This package provides portable implementations of parts of the unix package. +This package re-exports the unix package when available. When it isn't +available, portable implementations are used. -WWW: http://hackage.haskell.org/package/unix-compat +WWW: http://github.com/jystic/unix-compat