summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-06-03 22:20:05 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-06-03 22:20:05 +0000
commitc8d9e83566ac0848deb3df1c607b19d19b2efeaf (patch)
tree98dc9d3ecf53fddbe0cfba8fc9a16f4878ad8ad0 /net
parent- Update to 2.3.0.13 (diff)
- Update to 0.7.6
Obtained from: FreeBSD Haskell
Notes
Notes: svn path=/head/; revision=298252
Diffstat (limited to 'net')
-rw-r--r--net/hs-sendfile/Makefile2
-rw-r--r--net/hs-sendfile/distinfo4
-rw-r--r--net/hs-sendfile/pkg-descr13
3 files changed, 9 insertions, 10 deletions
diff --git a/net/hs-sendfile/Makefile b/net/hs-sendfile/Makefile
index 6f2d832e7493..0a0f860583ac 100644
--- a/net/hs-sendfile/Makefile
+++ b/net/hs-sendfile/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= sendfile
-PORTVERSION= 0.7.4
+PORTVERSION= 0.7.6
CATEGORIES= net haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/net/hs-sendfile/distinfo b/net/hs-sendfile/distinfo
index 8400450b72eb..c738d5e56d78 100644
--- a/net/hs-sendfile/distinfo
+++ b/net/hs-sendfile/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cabal/sendfile-0.7.4.tar.gz) = 3897510713c9ad9cebbb1476452c684c0e5ea7168f0fdb766c63e91d9b7402c0
-SIZE (cabal/sendfile-0.7.4.tar.gz) = 10236
+SHA256 (cabal/sendfile-0.7.6.tar.gz) = ffe88cf69780bc302229387058620c5fca6f93bef1884eae71e70d7d40b60b73
+SIZE (cabal/sendfile-0.7.6.tar.gz) = 10656
diff --git a/net/hs-sendfile/pkg-descr b/net/hs-sendfile/pkg-descr
index 6623051aaffa..57f6373b1301 100644
--- a/net/hs-sendfile/pkg-descr
+++ b/net/hs-sendfile/pkg-descr
@@ -1,8 +1,7 @@
-A library which exposes zero-copy sendfile functionality in a portable way.
-If a platform does not support sendfile, a fallback implementation in Haskell
-is provided.
+A library which exposes zero-copy sendfile functionality in a portable
+way. If a platform does not support sendfile, a fallback implementation
+in haskell is provided. Currently supported platforms: Windows 2000+
+(Native), Linux 2.6+ (Native), FreeBSD (Native), OS-X 10.5+ (Native),
+Everything else (Portable Haskell code).
-Currently supported platforms: Windows 2000+ (Native), Linux 2.6+ (Native),
-FreeBSD (Native), OS-X 10.5+ (Native), Everything else (Portable Haskell code).
-
-WWW: http://patch-tag.com/r/mae/sendfile
+WWW: http://patch-tag.com/r/mae/sendfile