diff options
author | pgj <pgj@FreeBSD.org> | 2012-06-04 06:54:38 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-06-04 06:54:38 +0800 |
commit | eac546c3d42562f5910426d5056181d7d835db0b (patch) | |
tree | 41f5b101469b8380761516c5f4f9bfb00047eb48 | |
parent | 263e0f7e80f2564efc6fb1e835e281fedd425a57 (diff) | |
download | freebsd-ports-gnome-eac546c3d42562f5910426d5056181d7d835db0b.tar.gz freebsd-ports-gnome-eac546c3d42562f5910426d5056181d7d835db0b.tar.zst freebsd-ports-gnome-eac546c3d42562f5910426d5056181d7d835db0b.zip |
- Update to 1.0.0.1
Obtained from: FreeBSD Haskell
-rw-r--r-- | www/hs-yesod-json/Makefile | 11 | ||||
-rw-r--r-- | www/hs-yesod-json/distinfo | 4 | ||||
-rw-r--r-- | www/hs-yesod-persistent/Makefile | 8 | ||||
-rw-r--r-- | www/hs-yesod-persistent/distinfo | 4 |
4 files changed, 14 insertions, 13 deletions
diff --git a/www/hs-yesod-json/Makefile b/www/hs-yesod-json/Makefile index 4eef3638c7d5..3f062eed6664 100644 --- a/www/hs-yesod-json/Makefile +++ b/www/hs-yesod-json/Makefile @@ -6,17 +6,18 @@ # PORTNAME= yesod-json -PORTVERSION= 0.2.3 +PORTVERSION= 1.0.0.1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Generate content for Yesod using the aeson package -LICENSE= BSD +LICENSE= MIT -USE_CABAL= aeson>=0.3 attoparsec-enumerator>=0.3 blaze-builder \ - shakespeare-js>=0.10 text>=0.8 transformers>=0.2.2 \ - unordered-containers vector>=0.9 yesod-core>=0.9 +USE_CABAL= aeson>=0.5 attoparsec-conduit>=0.4 blaze-builder \ + conduit>=0.4 safe>=0.2 shakespeare-js>=1.0 text>=0.8 \ + transformers>=0.2.2 vector>=0.9 wai>=1.2 wai-extra>=1.2 \ + yesod-core>=1.0 yesod-routes>=1.0 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/www/hs-yesod-json/distinfo b/www/hs-yesod-json/distinfo index f0ad142c14f7..d0f4615185e8 100644 --- a/www/hs-yesod-json/distinfo +++ b/www/hs-yesod-json/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/yesod-json-0.2.3.tar.gz) = c5637aca8b899ef2865c2cadea8ee825ae0fb62ca16cb1d0c45965dcff2fa72d -SIZE (cabal/yesod-json-0.2.3.tar.gz) = 2480 +SHA256 (cabal/yesod-json-1.0.0.1.tar.gz) = f06e330d9af14f1fb5f55e454da331fbda20f0babaaa4e930faa1f033c490236 +SIZE (cabal/yesod-json-1.0.0.1.tar.gz) = 3060 diff --git a/www/hs-yesod-persistent/Makefile b/www/hs-yesod-persistent/Makefile index acabafa90e2d..30198fdb39c2 100644 --- a/www/hs-yesod-persistent/Makefile +++ b/www/hs-yesod-persistent/Makefile @@ -6,16 +6,16 @@ # PORTNAME= yesod-persistent -PORTVERSION= 0.2.2 +PORTVERSION= 1.0.0.1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Some helpers for using Persistent from Yesod -LICENSE= BSD +LICENSE= MIT -USE_CABAL= failure>=0.1 persistent>=0.6 persistent-template>=0.6 \ - transformers>=0.2.2 yesod-core>=0.8 +USE_CABAL= persistent>=0.9 persistent-template>=0.9 transformers>=0.2.2 \ + yesod-core>=1.0 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/www/hs-yesod-persistent/distinfo b/www/hs-yesod-persistent/distinfo index 5dc380ecb0a4..5a5a5141c1db 100644 --- a/www/hs-yesod-persistent/distinfo +++ b/www/hs-yesod-persistent/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/yesod-persistent-0.2.2.tar.gz) = ec90ae9e42c2b7ef70268674c79c19b3f158baebb755780e7f2fd161fd64fb5d -SIZE (cabal/yesod-persistent-0.2.2.tar.gz) = 1916 +SHA256 (cabal/yesod-persistent-1.0.0.1.tar.gz) = bd1214a5944ad8c2ac3b7da360343c6aa9d194ca412505a85f45899e1eb991ec +SIZE (cabal/yesod-persistent-1.0.0.1.tar.gz) = 1801 |