diff options
author | pgj <pgj@FreeBSD.org> | 2012-06-04 06:52:31 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-06-04 06:52:31 +0800 |
commit | bcadeed438ac0e40ac43f35abd7fd9c6917347e0 (patch) | |
tree | cc61d5155226227342425e8ca9a6bddc4bb866fb /www/hs-yesod-auth | |
parent | 6706cbae6755930b3d5729507457554f933d313c (diff) | |
download | freebsd-ports-gnome-bcadeed438ac0e40ac43f35abd7fd9c6917347e0.tar.gz freebsd-ports-gnome-bcadeed438ac0e40ac43f35abd7fd9c6917347e0.tar.zst freebsd-ports-gnome-bcadeed438ac0e40ac43f35abd7fd9c6917347e0.zip |
- Update to 1.0.2.1
Obtained from: FreeBSD Haskell
Diffstat (limited to 'www/hs-yesod-auth')
-rw-r--r-- | www/hs-yesod-auth/Makefile | 20 | ||||
-rw-r--r-- | www/hs-yesod-auth/distinfo | 4 |
2 files changed, 13 insertions, 11 deletions
diff --git a/www/hs-yesod-auth/Makefile b/www/hs-yesod-auth/Makefile index 83e6d7308c40..64abf0987df1 100644 --- a/www/hs-yesod-auth/Makefile +++ b/www/hs-yesod-auth/Makefile @@ -6,21 +6,23 @@ # PORTNAME= yesod-auth -PORTVERSION= 0.7.9 +PORTVERSION= 1.0.2.1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Authentication for Yesod -LICENSE= BSD +LICENSE= MIT -USE_CABAL= aeson>=0.3 authenticate>=0.10.4 blaze-html>=0.4.1.3 \ - control-monad-attempt>=0.3.0 hamlet>=0.10 http-enumerator>=0.6 \ - mime-mail>=0.3 persistent>=0.6 persistent-template>=0.6 \ - pureMD5>=2.0 pwstore-fast>=2.2 SHA>=1.4.1.3 \ - shakespeare-css>=0.10 text>=0.7 transformers>=0.2.2 \ - unordered-containers wai>=0.4 yesod-core>=0.9.3.4 \ - yesod-form>=0.3 yesod-json>=0.2 yesod-persistent>=0.2 +USE_CABAL= aeson>=0.5 authenticate>=1.2 blaze-html>=0.4.1.3 \ + hamlet>=1.0 http-conduit>=1.4.1.1 lifted-base>=0.1 \ + mime-mail>=0.3 persistent>=0.9 persistent-template>=0.9 \ + pureMD5>=2.0 pwstore-fast>=2.2 random>=1.0.0.2 SHA>=1.4.1.3 \ + shakespeare-css>=1.0 text>=0.7 transformers>=0.2.2 \ + unordered-containers wai>=1.2 yesod-core>=1.0 yesod-form>=1.0 \ + yesod-json>=1.0 yesod-persistent>=1.0 + +CONFIGURE_ARGS+= --flags="-blaze_html_0_5" .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/www/hs-yesod-auth/distinfo b/www/hs-yesod-auth/distinfo index 3720df078cc2..e6b9ebba3e58 100644 --- a/www/hs-yesod-auth/distinfo +++ b/www/hs-yesod-auth/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/yesod-auth-0.7.9.tar.gz) = 24080f397c9f90d961b0b63b208d8a8ce9c2b9f3b339dbd006fbb3e183917423 -SIZE (cabal/yesod-auth-0.7.9.tar.gz) = 15626 +SHA256 (cabal/yesod-auth-1.0.2.1.tar.gz) = 796397582e4d54d4592a83ff32ff722569a326392e9cd3cec9307db4fc4e733a +SIZE (cabal/yesod-auth-1.0.2.1.tar.gz) = 15268 |