diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2013-02-05 22:26:31 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2013-02-05 22:26:31 +0000 |
commit | c731105b7f8e403a3db33599a7d7f1ce9257f375 (patch) | |
tree | 23d3f49a5183d8fbc5324dad9a1ae399f457b1d7 /www/hs-gitit | |
parent | 32ca3ee61e3889801319024959589312eb652bfa (diff) | |
download | ports-c731105b7f8e403a3db33599a7d7f1ce9257f375.tar.gz ports-c731105b7f8e403a3db33599a7d7f1ce9257f375.zip |
Notes
Diffstat (limited to 'www/hs-gitit')
-rw-r--r-- | www/hs-gitit/Makefile | 6 | ||||
-rw-r--r-- | www/hs-gitit/distinfo | 4 | ||||
-rw-r--r-- | www/hs-gitit/files/patch-gitit.cabal | 11 |
3 files changed, 5 insertions, 16 deletions
diff --git a/www/hs-gitit/Makefile b/www/hs-gitit/Makefile index b7e216ad6e3d..9146ae9f7c7d 100644 --- a/www/hs-gitit/Makefile +++ b/www/hs-gitit/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gitit -PORTVERSION= 0.10.0.2 +PORTVERSION= 0.10.1.2 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org @@ -10,9 +10,9 @@ COMMENT= Wiki using happstack, git or darcs, and pandoc LICENSE= GPLv2 USE_CABAL= base64-bytestring>=0.1 blaze-html>=0.4 cgi ConfigFile>=1 \ - feed>=0.3.6 filestore>=0.5 ghc-paths happstack-server>=7.0 \ + feed>=0.3.6 filestore>=0.6 ghc-paths happstack-server>=7.0 \ 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 \ + HTTP>=4000.0 json>=0.4 mtl network>=2.3 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 diff --git a/www/hs-gitit/distinfo b/www/hs-gitit/distinfo index 9f02bbdeb847..1b2acd82587b 100644 --- a/www/hs-gitit/distinfo +++ b/www/hs-gitit/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/gitit-0.10.0.2.tar.gz) = 3180e38c2d1b35cd1e215ac95a57c5e4b0cfbfae4d8c57bdba585102cba0d832 -SIZE (cabal/gitit-0.10.0.2.tar.gz) = 207370 +SHA256 (cabal/gitit-0.10.1.2.tar.gz) = 53d5074b7b2d34dbc0b2043791d52061f7e348e4fe6b877be99d99466de3c1b7 +SIZE (cabal/gitit-0.10.1.2.tar.gz) = 208344 diff --git a/www/hs-gitit/files/patch-gitit.cabal b/www/hs-gitit/files/patch-gitit.cabal deleted file mode 100644 index 227467ec4ac2..000000000000 --- a/www/hs-gitit/files/patch-gitit.cabal +++ /dev/null @@ -1,11 +0,0 @@ ---- ./gitit.cabal.orig 2012-11-02 07:32:54.000000000 +0100 -+++ ./gitit.cabal 2012-12-01 14:12:27.000000000 +0100 -@@ -148,7 +148,7 @@ - random, - network >= 2.1.0.0 && < 2.5, - utf8-string >= 0.3 && < 0.4, -- SHA > 1 && < 1.6, -+ SHA > 1 && < 1.7, - HTTP >= 4000.0 && < 4000.3, - HStringTemplate >= 0.6 && < 0.7, - old-locale >= 1, |