diff options
author | pgj <pgj@FreeBSD.org> | 2012-08-03 11:23:13 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-08-03 11:23:13 +0800 |
commit | a971ac770aa0477ea76a589638f5a3d0c9f89639 (patch) | |
tree | 92ad92d0b356b8c68bf0d6ebb81ce22481fa55f9 /www | |
parent | ecbc0676cb073558d91e7c37b44534b608719b64 (diff) | |
download | freebsd-ports-gnome-a971ac770aa0477ea76a589638f5a3d0c9f89639.tar.gz freebsd-ports-gnome-a971ac770aa0477ea76a589638f5a3d0c9f89639.tar.zst freebsd-ports-gnome-a971ac770aa0477ea76a589638f5a3d0c9f89639.zip |
- Update to 1.2.0.5
- Use the new options framework
Obtained from: FreeBSD Haskell
Diffstat (limited to 'www')
-rw-r--r-- | www/hs-wai-extra/Makefile | 6 | ||||
-rw-r--r-- | www/hs-wai-extra/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/hs-wai-extra/Makefile b/www/hs-wai-extra/Makefile index 28619958e590..3e9490905e61 100644 --- a/www/hs-wai-extra/Makefile +++ b/www/hs-wai-extra/Makefile @@ -6,7 +6,7 @@ # PORTNAME= wai-extra -PORTVERSION= 1.2.0.4 +PORTVERSION= 1.2.0.5 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org @@ -17,8 +17,8 @@ LICENSE= MIT USE_CABAL= ansi-terminal blaze-builder>=0.2.1.4 blaze-builder-conduit>=0.4 \ case-insensitive>=0.2 conduit>=0.4 data-default>=0.3 \ fast-logger>=0.0.2 http-types>=0.6 network>=2.2.1.5 \ - resourcet>=0.3 text>=0.7 transformers>=0.2.2 wai>=1.2 \ - zlib-conduit>=0.4 + resourcet>=0.3 stringsearch>=0.3 text>=0.7 transformers>=0.2.2 \ + wai>=1.2 zlib-conduit>=0.4 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/www/hs-wai-extra/distinfo b/www/hs-wai-extra/distinfo index 37850543e2b5..af8fa7612fc8 100644 --- a/www/hs-wai-extra/distinfo +++ b/www/hs-wai-extra/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/wai-extra-1.2.0.4.tar.gz) = 5fe9d774506baadb4bb18310f561434f2848dd6723540ee3112860a3d741cd82 -SIZE (cabal/wai-extra-1.2.0.4.tar.gz) = 29870 +SHA256 (cabal/wai-extra-1.2.0.5.tar.gz) = 36aa7669d839ddf3525b709ee4e3915c1edb7211e204a7f93a52c0c68c6d3f55 +SIZE (cabal/wai-extra-1.2.0.5.tar.gz) = 29726 |