diff options
author | pgj <pgj@FreeBSD.org> | 2012-06-04 06:38:12 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-06-04 06:38:12 +0800 |
commit | 2cc21dfeba85ab9c2f900b28a2f24e6962e19f51 (patch) | |
tree | da449aeda8170669c3fe2d0944c5aec1474dfb94 /www/hs-gitit | |
parent | 32c9c8e9053eb9fe833c595a0d3daea1309ee12e (diff) | |
download | freebsd-ports-gnome-2cc21dfeba85ab9c2f900b28a2f24e6962e19f51.tar.gz freebsd-ports-gnome-2cc21dfeba85ab9c2f900b28a2f24e6962e19f51.tar.zst freebsd-ports-gnome-2cc21dfeba85ab9c2f900b28a2f24e6962e19f51.zip |
- Update to 0.10
Obtained from: FreeBSD Haskell
Diffstat (limited to 'www/hs-gitit')
-rw-r--r-- | www/hs-gitit/Makefile | 18 | ||||
-rw-r--r-- | www/hs-gitit/distinfo | 4 |
2 files changed, 11 insertions, 11 deletions
diff --git a/www/hs-gitit/Makefile b/www/hs-gitit/Makefile index 28c3093c17ce..3b7ec61bb552 100644 --- a/www/hs-gitit/Makefile +++ b/www/hs-gitit/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gitit -PORTVERSION= 0.8.1 +PORTVERSION= 0.10 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org @@ -14,15 +14,15 @@ COMMENT= Wiki using happstack, git or darcs, and pandoc LICENSE= GPLv2 -USE_CABAL= cgi ConfigFile>=1 feed>=0.3.6 filestore>=0.4.0.2 \ - happstack-server>=6.0 happstack-util>=6.0 \ - highlighting-kate>=0.2.7.1 hslogger>=1 HStringTemplate>=0.6 \ - HTTP>=4000.0 json>=0.4 mtl network>=2.1.0.0 pandoc>=1.8.2 \ - pandoc-types>=1.8.2 parsec recaptcha>=0.1 safe SHA>1 text \ - url>=2.1 utf8-string>=0.3 xhtml xml>=1.3.5 xss-sanitize>=0.3 \ - zlib>=0.5 +USE_CABAL= base64-bytestring>=0.1 blaze-html>=0.4 cgi ConfigFile>=1 \ + feed>=0.3.6 filestore>=0.5 ghc-paths happstack-server>=6.6 \ + highlighting-kate>=0.5.0.1 hslogger>=1 HStringTemplate>=0.6 \ + HTTP>=4000.0 json>=0.4 mtl network>=2.1.0.0 pandoc>=1.9.0.5 \ + pandoc-types>=1.9.0.2 parsec random recaptcha>=0.1 safe SHA>1 \ + syb tagsoup>=0.12 text url>=2.1 utf8-string>=0.3 \ + xhtml xml>=1.3.5 xss-sanitize>=0.3 zlib>=0.5 -EXECUTABLE= gitit expireGititCache +EXECUTABLE= expireGititCache gitit .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/www/hs-gitit/distinfo b/www/hs-gitit/distinfo index f1a976ff4b23..5e08a6bfd745 100644 --- a/www/hs-gitit/distinfo +++ b/www/hs-gitit/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/gitit-0.8.1.tar.gz) = d6ed871590e58ea4a5c70e7b9ca96182f549e7effd54f0dfa6906f64aa33b1ac -SIZE (cabal/gitit-0.8.1.tar.gz) = 180641 +SHA256 (cabal/gitit-0.10.tar.gz) = eb177a0b3dbc2873aac3b42a1e58f70bfe215d1bf2026a840a6641e32b72e012 +SIZE (cabal/gitit-0.10.tar.gz) = 206654 |