- Update to 0.10
Obtained from: FreeBSD Haskell
This commit is contained in:
parent
ff6a82fba1
commit
22c126ff61
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298284
2 changed files with 11 additions and 11 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue