summaryrefslogtreecommitdiff
path: root/www/hs-http-reverse-proxy
diff options
context:
space:
mode:
Diffstat (limited to 'www/hs-http-reverse-proxy')
-rw-r--r--www/hs-http-reverse-proxy/Makefile14
-rw-r--r--www/hs-http-reverse-proxy/distinfo4
-rw-r--r--www/hs-http-reverse-proxy/pkg-descr7
3 files changed, 13 insertions, 12 deletions
diff --git a/www/hs-http-reverse-proxy/Makefile b/www/hs-http-reverse-proxy/Makefile
index a3ddd8fef18b..5e2716351a77 100644
--- a/www/hs-http-reverse-proxy/Makefile
+++ b/www/hs-http-reverse-proxy/Makefile
@@ -1,19 +1,19 @@
# $FreeBSD$
PORTNAME= http-reverse-proxy
-PORTVERSION= 0.1.1.6
-PORTREVISION= 4
+PORTVERSION= 0.4.0.1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Reverse proxy HTTP requests, either over raw sockets or with WAI
-LICENSE= BSD
+LICENSE= BSD3CLAUSE
-USE_CABAL= blaze-builder>=0.3 case-insensitive>=0.4 classy-prelude>=0.3 \
- conduit>=0.5 data-default http-conduit>=1.6 http-types>=0.6 \
- lifted-base>=0.1 monad-control>=0.3 network network-conduit>=0.6 \
- text>=0.11 wai>=1.3 warp>=1.3.4 word8>=0.0
+USE_CABAL= async blaze-builder>=0.3 case-insensitive>=0.4 conduit>=1.1 \
+ conduit-extra data-default-class http-client>=0.3 \
+ http-types>=0.6 lifted-base>=0.1 monad-control>=0.3 \
+ network resourcet streaming-commons text>=0.11 wai>=3.0 \
+ wai-logger word8>=0.0
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
diff --git a/www/hs-http-reverse-proxy/distinfo b/www/hs-http-reverse-proxy/distinfo
index 6632a92f105b..4ea7d8ec4720 100644
--- a/www/hs-http-reverse-proxy/distinfo
+++ b/www/hs-http-reverse-proxy/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cabal/http-reverse-proxy-0.1.1.6.tar.gz) = 34ad0eab9ca014477fabf5372242dfe85837ad8b6f36a1e3871a80396a0e063a
-SIZE (cabal/http-reverse-proxy-0.1.1.6.tar.gz) = 6786
+SHA256 (cabal/http-reverse-proxy-0.4.0.1.tar.gz) = 30fc8eadde6efb2dd0548087d55f5baae63558d1442c5efbd0d978dda7afcf3f
+SIZE (cabal/http-reverse-proxy-0.4.0.1.tar.gz) = 8839
diff --git a/www/hs-http-reverse-proxy/pkg-descr b/www/hs-http-reverse-proxy/pkg-descr
index 7f0be104ad09..bb89c68e4f74 100644
--- a/www/hs-http-reverse-proxy/pkg-descr
+++ b/www/hs-http-reverse-proxy/pkg-descr
@@ -1,5 +1,6 @@
-Provides a simple means of reverse-proxying HTTP requests. The raw approach
-uses the same technique as leveraged by keter, whereas the WAI approach
-performs full request/response parsing via WAI and http-conduit.
+Provides a simple means of reverse-proxying HTTP requests. The raw
+approach uses the same technique as leveraged by keter, whereas the WAI
+approach performs full request/response parsing via WAI and
+http-conduit.
WWW: https://github.com/fpco/http-reverse-proxy