aboutsummaryrefslogtreecommitdiff
path: root/net/hs-simple-sendfile
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-06-03 22:20:43 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-06-03 22:20:43 +0000
commit53b544944c717c01ca95f9b986cdbda6bebc99de (patch)
tree240e565ebbd920e296216b66b790f2b8662990e1 /net/hs-simple-sendfile
parentc8d9e83566ac0848deb3df1c607b19d19b2efeaf (diff)
downloadports-53b544944c717c01ca95f9b986cdbda6bebc99de.tar.gz
ports-53b544944c717c01ca95f9b986cdbda6bebc99de.zip
- Update to 0.2.3
Obtained from: FreeBSD Haskell
Notes
Notes: svn path=/head/; revision=298253
Diffstat (limited to 'net/hs-simple-sendfile')
-rw-r--r--net/hs-simple-sendfile/Makefile5
-rw-r--r--net/hs-simple-sendfile/distinfo4
-rw-r--r--net/hs-simple-sendfile/pkg-descr2
3 files changed, 6 insertions, 5 deletions
diff --git a/net/hs-simple-sendfile/Makefile b/net/hs-simple-sendfile/Makefile
index c8a07c91e6b4..f3c919a47a98 100644
--- a/net/hs-simple-sendfile/Makefile
+++ b/net/hs-simple-sendfile/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= simple-sendfile
-PORTVERSION= 0.2.0
+PORTVERSION= 0.2.3
CATEGORIES= net haskell
MAINTAINER= haskell@FreeBSD.org
@@ -15,7 +15,8 @@ COMMENT= Cross-platform library for the sendfile() system call
LICENSE= BSD
CABAL_SETUP= Setup.hs
-USE_CABAL= enumerator network transformers
+
+USE_CABAL= network
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
diff --git a/net/hs-simple-sendfile/distinfo b/net/hs-simple-sendfile/distinfo
index b9d1c961657b..e6e0924cdb96 100644
--- a/net/hs-simple-sendfile/distinfo
+++ b/net/hs-simple-sendfile/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cabal/simple-sendfile-0.2.0.tar.gz) = c408c2bb0290c8af87e7e717b45c661fa21540928c63fe9d7e08133d2dad4be7
-SIZE (cabal/simple-sendfile-0.2.0.tar.gz) = 3934
+SHA256 (cabal/simple-sendfile-0.2.3.tar.gz) = 3bbb1b4cc4522a816464a53fbe1b4d784b7d8bf87061419b23a0603e41ea72c4
+SIZE (cabal/simple-sendfile-0.2.3.tar.gz) = 3890
diff --git a/net/hs-simple-sendfile/pkg-descr b/net/hs-simple-sendfile/pkg-descr
index 25cf93ea6d88..2d6dc4799e4e 100644
--- a/net/hs-simple-sendfile/pkg-descr
+++ b/net/hs-simple-sendfile/pkg-descr
@@ -1,4 +1,4 @@
Cross-platform library for the sendfile() system call. This library tries
to call minimum system calls which are the bottleneck of web servers.
-WWW: https://github.com/kazu-yamamoto/simple-sendfile/
+WWW: http://hackage.haskell.org/package/simple-sendfile