diff options
author | pgj <pgj@FreeBSD.org> | 2014-08-26 02:29:57 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2014-08-26 02:29:57 +0800 |
commit | 8945d42af8ce51962f12a164325839248c366640 (patch) | |
tree | 580da5a9c06fd7908e1077d4468025d59db0da0e /www | |
parent | 5ec79c1fd19d64dae0dd4d1030e51220e5b344ce (diff) | |
download | freebsd-ports-gnome-8945d42af8ce51962f12a164325839248c366640.tar.gz freebsd-ports-gnome-8945d42af8ce51962f12a164325839248c366640.tar.zst freebsd-ports-gnome-8945d42af8ce51962f12a164325839248c366640.zip |
- Update pandoc to 1.13.0.1
- Update gitit to 0.10.5
- Update texmath to 0.8
- Update zip-archive to 0.2.3.4
- Add haddock-library: Library exposing some functionality of Haddock
- Add hoauth2: Haskell OAuth2 authentication
- Add JuicyPixels: Picture loading/serialization
Obtained from: FreeBSD Haskell
Diffstat (limited to 'www')
-rw-r--r-- | www/hs-activehs/Makefile | 2 | ||||
-rw-r--r-- | www/hs-activehs/files/patch-activehs.cabal | 2 | ||||
-rw-r--r-- | www/hs-gitit/Makefile | 28 | ||||
-rw-r--r-- | www/hs-gitit/distinfo | 4 |
4 files changed, 23 insertions, 13 deletions
diff --git a/www/hs-activehs/Makefile b/www/hs-activehs/Makefile index b41d551c16b0..575a9382d7ab 100644 --- a/www/hs-activehs/Makefile +++ b/www/hs-activehs/Makefile @@ -2,7 +2,7 @@ PORTNAME= activehs PORTVERSION= 0.3.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-activehs/files/patch-activehs.cabal b/www/hs-activehs/files/patch-activehs.cabal index 53f52357b85f..170b056abcf3 100644 --- a/www/hs-activehs/files/patch-activehs.cabal +++ b/www/hs-activehs/files/patch-activehs.cabal @@ -32,7 +32,7 @@ + exceptions >= 0.6 && < 0.7, split >= 0.1 && < 0.3, - pandoc >= 1.10 && < 1.11, -+ pandoc >= 1.10 && < 1.13, ++ pandoc >= 1.10 && < 1.14, time >= 1.2 && < 1.5, old-time >= 1.0 && < 1.2, - process >= 1.0 && < 1.2, diff --git a/www/hs-gitit/Makefile b/www/hs-gitit/Makefile index 65fded0ce52d..779bdeb5e25e 100644 --- a/www/hs-gitit/Makefile +++ b/www/hs-gitit/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gitit -PORTVERSION= 0.10.4 +PORTVERSION= 0.10.5 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org @@ -9,16 +9,26 @@ COMMENT= Wiki using happstack, git or darcs, and pandoc LICENSE= GPLv2 -USE_CABAL= base64-bytestring>=0.1 blaze-html>=0.4 ConfigFile>=1 \ - 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 HTTP json>=0.4 mtl network>=2.3 pandoc>=1.12.4 \ - pandoc-types>=1.12.3 parsec random recaptcha>=0.1 safe \ - SHA>1 split syb tagsoup>=0.13 text uri>=0.1 url>=2.1 \ - url utf8-string>=0.3 xml>=1.3.5 xss-sanitize>=0.3 \ - zlib>=0.5 +USE_CABAL= aeson>=0.7 base64-bytestring>=0.1 blaze-html>=0.4 \ + ConfigFile>=1 feed>=0.3.6 filestore>=0.6 \ + happstack-server>=7.0 highlighting-kate>=0.5.0.1 \ + hoauth2>=0.4.1 hslogger>=1 HStringTemplate>=0.6 HTTP>=4000.0 \ + http-client>=0.3.5 http-client-tls>=0.2.2 json>=0.4 mtl \ + network>=2 pandoc>=1.12.4 pandoc-types>=1.12.3 parsec random \ + recaptcha>=0.1 safe SHA>1 split syb tagsoup>=0.13 text \ + uri>=0.1 url>=2.1 utf8-string>=0.3 xml>=1.3.5 \ + xss-sanitize>=0.3 zlib>=0.5 EXECUTABLE= expireGititCache gitit +FLAGS_DEFINE= PLUGINS +FLAGS_DEFAULT= PLUGINS + +PLUGINS_DESC= Enable support for plugins +PLUGINS_FLAG_ENABLE= plugins +PLUGINS_FLAG_CABAL= ghc-paths + +FLAGS_DISABLE= network-uri + .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/www/hs-gitit/distinfo b/www/hs-gitit/distinfo index e7539e0ab381..8471a58913dd 100644 --- a/www/hs-gitit/distinfo +++ b/www/hs-gitit/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/gitit-0.10.4.tar.gz) = f64c7c76676a765fe4bee5d43aa56e2934b0e7f883671d3f38f5e6aa6ed806fc -SIZE (cabal/gitit-0.10.4.tar.gz) = 215467 +SHA256 (cabal/gitit-0.10.5.tar.gz) = 922c5e3581233d463582b51a99b7f4746337a499d5a33e81a68ae7240e155d5c +SIZE (cabal/gitit-0.10.5.tar.gz) = 218905 |