diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2014-08-10 22:34:50 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2014-08-10 22:34:50 +0000 |
commit | cc555442337c7591ab5c3fd19ad8e3e185a256b0 (patch) | |
tree | a6a0dfa4f440949889fc7b609c83f74555f6894e /www/hs-yesod-form | |
parent | 5e492199d1e024a681c6d21087c8d948cb3b7bc3 (diff) | |
download | ports-cc555442337c7591ab5c3fd19ad8e3e185a256b0.tar.gz ports-cc555442337c7591ab5c3fd19ad8e3e185a256b0.zip |
Notes
Diffstat (limited to 'www/hs-yesod-form')
-rw-r--r-- | www/hs-yesod-form/Makefile | 12 | ||||
-rw-r--r-- | www/hs-yesod-form/distinfo | 4 | ||||
-rw-r--r-- | www/hs-yesod-form/files/patch-yesod-form.cabal | 13 |
3 files changed, 20 insertions, 9 deletions
diff --git a/www/hs-yesod-form/Makefile b/www/hs-yesod-form/Makefile index f606df7527f2..ae17e260a7f9 100644 --- a/www/hs-yesod-form/Makefile +++ b/www/hs-yesod-form/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= yesod-form -PORTVERSION= 1.3.0 -PORTREVISION= 4 +PORTVERSION= 1.3.14 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org @@ -11,11 +10,10 @@ COMMENT= Form handling support for Yesod Web Framework LICENSE= MIT USE_CABAL= aeson attoparsec>=0.10 blaze-builder>=0.2.1.4 blaze-html>=0.5 \ - blaze-markup>=0.5.1 crypto-api>=0.8 data-default \ - email-validate>=1.0 hamlet>=1.1 network>=2.2 persistent>=1.2 \ - resourcet shakespeare-css>=1.0 shakespeare-js>=1.0.2 \ - text>=0.9 transformers>=0.2.2 wai>=1.3 xss-sanitize>=0.3.0.1 \ - yesod-core>=1.2 yesod-persistent>=1.2 + blaze-markup>=0.5.1 byteable data-default email-validate>=1.0 \ + network>=2.2 persistent>=1.2 resourcet shakespeare text>=0.9 \ + wai>=1.3 xss-sanitize>=0.3.0.1 yesod-core>=1.2 \ + yesod-persistent>=1.2 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/www/hs-yesod-form/distinfo b/www/hs-yesod-form/distinfo index 7a77230b936b..08fdcc5c980a 100644 --- a/www/hs-yesod-form/distinfo +++ b/www/hs-yesod-form/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/yesod-form-1.3.0.tar.gz) = cc9a11a07d182656dd59fd4b63a10587b577c238e2a8cd2a891e0c1e0c4ce2f8 -SIZE (cabal/yesod-form-1.3.0.tar.gz) = 18892 +SHA256 (cabal/yesod-form-1.3.14.tar.gz) = 509f3c230fb33a4ddfab8f00392439248ea1acc413d18a3f221eb863b2a25d28 +SIZE (cabal/yesod-form-1.3.14.tar.gz) = 24300 diff --git a/www/hs-yesod-form/files/patch-yesod-form.cabal b/www/hs-yesod-form/files/patch-yesod-form.cabal new file mode 100644 index 000000000000..5f7ff91d1c1c --- /dev/null +++ b/www/hs-yesod-form/files/patch-yesod-form.cabal @@ -0,0 +1,13 @@ +--- ./yesod-form.cabal.orig 2014-06-09 09:46:28.000000000 +0200 ++++ ./yesod-form.cabal 2014-07-13 02:03:44.000000000 +0200 +@@ -17,10 +17,7 @@ + , yesod-core >= 1.2 && < 1.3 + , yesod-persistent >= 1.2 && < 1.3 + , time >= 1.1.4 +- , hamlet >= 1.1.8 + , shakespeare +- , shakespeare-css >= 1.0 +- , shakespeare-js >= 1.0.2 + , persistent >= 1.2 && < 1.4 + , template-haskell + , transformers >= 0.2.2 |