diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2015-08-20 23:02:14 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2015-08-20 23:02:14 +0000 |
commit | 39b8e49140afdb1d1d001c477befb4b05efa7fc3 (patch) | |
tree | 607a5ca77efd301a2b4dc49b05d108829fcffa77 /www/hs-yesod-static | |
parent | 75b64b1cb42c127b71646f039269eb7bd560d8ef (diff) | |
download | ports-39b8e49140afdb1d1d001c477befb4b05efa7fc3.tar.gz ports-39b8e49140afdb1d1d001c477befb4b05efa7fc3.zip |
Notes
Diffstat (limited to 'www/hs-yesod-static')
-rw-r--r-- | www/hs-yesod-static/Makefile | 10 | ||||
-rw-r--r-- | www/hs-yesod-static/distinfo | 4 | ||||
-rw-r--r-- | www/hs-yesod-static/files/patch-yesod-static.cabal | 18 |
3 files changed, 6 insertions, 26 deletions
diff --git a/www/hs-yesod-static/Makefile b/www/hs-yesod-static/Makefile index 91a8c2979fc5..7f74e2ed0518 100644 --- a/www/hs-yesod-static/Makefile +++ b/www/hs-yesod-static/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= yesod-static -PORTVERSION= 1.2.4 -PORTREVISION= 1 +PORTVERSION= 1.5.0.2 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org @@ -14,10 +13,9 @@ USE_CABAL= async attoparsec>=0.10 base64-bytestring>=0.1.0.1 \ blaze-builder>=0.3 byteable>=0.1 conduit>=0.5 conduit-extra \ cryptohash>=0.11 cryptohash-conduit>=0.1 css-text>=0.1.2 \ data-default file-embed>=0.0.4.1 hashable>=1.1 hjsmin \ - http-types>=0.7 mime-types>=0.1 resourcet>=0.4 \ - shakespeare>=2.0 system-fileio>=0.3 system-filepath>=0.4.6 \ - text>=0.9 unix-compat>=0.2 unordered-containers>=0.2 \ - wai>=1.3 wai-app-static>=1.3.2 yesod-core>=1.2 + http-types>=0.7 mime-types>=0.1 old-time>=1.0 resourcet>=0.4 \ + text>=0.9 unix-compat>=0.2 unordered-containers>=0.2 wai>=1.3 \ + wai-app-static>=3.1 yesod-core>=1.4 .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 5d5f582e0458..363c4fdc62c6 100644 --- a/www/hs-yesod-static/distinfo +++ b/www/hs-yesod-static/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/yesod-static-1.2.4.tar.gz) = 3f180018dee2e3dd8c306bebdedfd67a8160e8836adc097765a7c95765f8ab64 -SIZE (cabal/yesod-static-1.2.4.tar.gz) = 25099 +SHA256 (cabal/yesod-static-1.5.0.2.tar.gz) = 8aec8fc99df9a9910d7a3f732b669753c01dd3ea4177f9e5a7f8cea936b62ea9 +SIZE (cabal/yesod-static-1.5.0.2.tar.gz) = 25037 diff --git a/www/hs-yesod-static/files/patch-yesod-static.cabal b/www/hs-yesod-static/files/patch-yesod-static.cabal deleted file mode 100644 index 85d1c2f30ae1..000000000000 --- a/www/hs-yesod-static/files/patch-yesod-static.cabal +++ /dev/null @@ -1,18 +0,0 @@ ---- ./yesod-static.cabal.orig 2014-06-09 09:45:32.000000000 +0200 -+++ ./yesod-static.cabal 2014-07-13 02:04:58.000000000 +0200 -@@ -47,7 +47,6 @@ - , system-filepath >= 0.4.6 && < 0.5 - , system-fileio >= 0.3 - , data-default -- , shakespeare-css >= 1.0.3 - , mime-types >= 0.1 - , hjsmin - , filepath >= 1.3 -@@ -107,7 +106,6 @@ - , system-filepath - , system-fileio - , data-default -- , shakespeare-css - , mime-types - , hjsmin - , filepath |