diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2013-06-04 18:53:40 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2013-06-04 18:53:40 +0000 |
commit | 109269205e521bb1d2d87678a391e5adefff88d6 (patch) | |
tree | 93f1f9278a9a48902904b7ff4a5ce711c10efe08 /www/hs-yesod-static | |
parent | ad7295cafd0e46ece6fcbf594ef39a767c296d0e (diff) | |
download | ports-109269205e521bb1d2d87678a391e5adefff88d6.tar.gz ports-109269205e521bb1d2d87678a391e5adefff88d6.zip |
Notes
Diffstat (limited to 'www/hs-yesod-static')
-rw-r--r-- | www/hs-yesod-static/Makefile | 9 | ||||
-rw-r--r-- | www/hs-yesod-static/distinfo | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/www/hs-yesod-static/Makefile b/www/hs-yesod-static/Makefile index 7043a8602b95..091179f9f1f5 100644 --- a/www/hs-yesod-static/Makefile +++ b/www/hs-yesod-static/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= yesod-static -PORTVERSION= 1.1.2.2 +PORTVERSION= 1.2.0 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org @@ -10,10 +10,11 @@ COMMENT= Static file serving subsite for Yesod Web Framework LICENSE= MIT USE_CABAL= base64-bytestring>=0.1.0.1 cereal>=0.3 conduit>=0.5 \ - crypto-conduit>=0.4 cryptohash>=0.6.1 file-embed>=0.0.4.1 \ - http-types>=0.7 system-filepath>=0.4.6 text>=0.9 \ + crypto-conduit>=0.4 cryptohash>=0.6.1 data-default \ + file-embed>=0.0.4.1 http-types>=0.7 shakespeare-css>=1.0.3 \ + system-fileio>=0.3 system-filepath>=0.4.6 text>=0.9 \ transformers>=0.2.2 unix-compat>=0.2 wai>=1.3 \ - wai-app-static>=1.3 yesod-core>=1.1 + wai-app-static>=1.3 yesod-core>=1.2 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/www/hs-yesod-static/distinfo b/www/hs-yesod-static/distinfo index f3f7af392133..980979c2e51b 100644 --- a/www/hs-yesod-static/distinfo +++ b/www/hs-yesod-static/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/yesod-static-1.1.2.2.tar.gz) = e198f1909fc47d872dc4b04303f2dec11cc48f3bda2fca35bf94ad9ef2752afc -SIZE (cabal/yesod-static-1.1.2.2.tar.gz) = 6304 +SHA256 (cabal/yesod-static-1.2.0.tar.gz) = 5f72dfc5c72de6eac00b4e7f82aac185eeba2aa5bbed0872a9507f8c26bcd3a1 +SIZE (cabal/yesod-static-1.2.0.tar.gz) = 8505 |