aboutsummaryrefslogtreecommitdiff
path: root/www/hs-yesod
diff options
context:
space:
mode:
Diffstat (limited to 'www/hs-yesod')
-rw-r--r--www/hs-yesod/Makefile10
-rw-r--r--www/hs-yesod/distinfo4
-rw-r--r--www/hs-yesod/files/patch-yesod.cabal19
3 files changed, 7 insertions, 26 deletions
diff --git a/www/hs-yesod/Makefile b/www/hs-yesod/Makefile
index d62b97919cfb..0dc663f5b0b6 100644
--- a/www/hs-yesod/Makefile
+++ b/www/hs-yesod/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= yesod
-PORTVERSION= 1.2.6.1
-PORTREVISION= 1
+PORTVERSION= 1.4.1.5
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
@@ -12,9 +11,10 @@ LICENSE= MIT
USE_CABAL= aeson blaze-html>=0.5 blaze-markup>=0.5.1 conduit-extra \
data-default fast-logger monad-control>=0.3 monad-logger \
- safe shakespeare>=2.0 text unordered-containers wai>=1.3 \
- wai-extra>=1.3 warp>=1.3 yaml yesod-auth>=1.2 \
- yesod-core>=1.2.2 yesod-form>=1.3 yesod-persistent>=1.2
+ safe shakespeare>=2.0 streaming-commons text \
+ unordered-containers wai>=1.3 wai-extra>=1.3 wai-logger \
+ warp>=1.3 yaml yesod-auth>=1.4 yesod-core>=1.4 \
+ yesod-form>=1.3 yesod-persistent>=1.4
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
diff --git a/www/hs-yesod/distinfo b/www/hs-yesod/distinfo
index 03a4bb5008e3..89afdf1c56a3 100644
--- a/www/hs-yesod/distinfo
+++ b/www/hs-yesod/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cabal/yesod-1.2.6.1.tar.gz) = a2c624171e86f4c56f55634d02e72ea911147e1e40d3c322254cc72ed9ba38f6
-SIZE (cabal/yesod-1.2.6.1.tar.gz) = 7846
+SHA256 (cabal/yesod-1.4.1.5.tar.gz) = a1160d366cf2c91502bcd5c8f251041ec8a1bc962729c95d5bc572dbe9f8296b
+SIZE (cabal/yesod-1.4.1.5.tar.gz) = 9570
diff --git a/www/hs-yesod/files/patch-yesod.cabal b/www/hs-yesod/files/patch-yesod.cabal
deleted file mode 100644
index bbd9afdfa00a..000000000000
--- a/www/hs-yesod/files/patch-yesod.cabal
+++ /dev/null
@@ -1,19 +0,0 @@
---- ./yesod.cabal.orig 2014-06-09 09:48:13.000000000 +0200
-+++ ./yesod.cabal 2014-07-13 03:05:49.000000000 +0200
-@@ -30,16 +30,12 @@
- , transformers >= 0.2.2
- , wai >= 1.3
- , wai-extra >= 1.3
-- , hamlet >= 1.1
-- , shakespeare-js >= 1.0.2
-- , shakespeare-css >= 1.0
- , warp >= 1.3
- , blaze-html >= 0.5
- , blaze-markup >= 0.5.1
- , aeson
- , safe
- , data-default
-- , network-conduit
- , unordered-containers
- , yaml
- , text