aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-unix-compat
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-06-03 22:02:00 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-06-03 22:02:00 +0000
commit5fd990dbdce3f76bd3156ee1fd6d4e549098a061 (patch)
tree00f839e8860a6ab86962334850f5740fda9d4ed6 /devel/hs-unix-compat
parentbb93428ae015a871d9c3b5adc9a85650f21a0ad0 (diff)
Notes
Diffstat (limited to 'devel/hs-unix-compat')
-rw-r--r--devel/hs-unix-compat/Makefile5
-rw-r--r--devel/hs-unix-compat/distinfo4
-rw-r--r--devel/hs-unix-compat/pkg-descr8
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