diff options
author | pgj <pgj@FreeBSD.org> | 2012-06-04 06:02:00 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-06-04 06:02:00 +0800 |
commit | 9f6311512a506819c0b0737e9a6ba307a2896982 (patch) | |
tree | d557a39cecc47b37d4cae041f9c9f24b4ac42d04 /devel/hs-unix-compat | |
parent | dd0c45bb8c6058471368f4ed8d552433f3cbb5f2 (diff) | |
download | freebsd-ports-gnome-9f6311512a506819c0b0737e9a6ba307a2896982.tar.gz freebsd-ports-gnome-9f6311512a506819c0b0737e9a6ba307a2896982.tar.zst freebsd-ports-gnome-9f6311512a506819c0b0737e9a6ba307a2896982.zip |
- Update to 0.3.0.1
Obtained from: FreeBSD Haskell
Diffstat (limited to 'devel/hs-unix-compat')
-rw-r--r-- | devel/hs-unix-compat/Makefile | 5 | ||||
-rw-r--r-- | devel/hs-unix-compat/distinfo | 4 | ||||
-rw-r--r-- | devel/hs-unix-compat/pkg-descr | 8 |
3 files changed, 8 insertions, 9 deletions
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 |