diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2014-11-10 22:33:53 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2014-11-10 22:33:53 +0000 |
commit | 0135c477714a54dc9ffb3ce9538392225500122b (patch) | |
tree | d70c707452e5b9548804304ff56b8da00647df05 | |
parent | b02decb2adc1ca88885c0bec3416650b86a1547d (diff) | |
download | ports-0135c477714a54dc9ffb3ce9538392225500122b.tar.gz ports-0135c477714a54dc9ffb3ce9538392225500122b.zip |
Notes
-rw-r--r-- | net/hs-hoauth2/Makefile | 3 | ||||
-rw-r--r-- | net/hs-hoauth2/distinfo | 4 | ||||
-rw-r--r-- | textproc/hs-pandoc/Makefile | 11 | ||||
-rw-r--r-- | textproc/hs-pandoc/distinfo | 4 | ||||
-rw-r--r-- | textproc/hs-pandoc/files/patch-pandoc.cabal | 15 | ||||
-rw-r--r-- | www/hs-activehs/Makefile | 2 | ||||
-rw-r--r-- | www/hs-gitit/Makefile | 7 | ||||
-rw-r--r-- | www/hs-gitit/distinfo | 4 |
8 files changed, 16 insertions, 34 deletions
diff --git a/net/hs-hoauth2/Makefile b/net/hs-hoauth2/Makefile index 82df3bc70654..e13775f72f59 100644 --- a/net/hs-hoauth2/Makefile +++ b/net/hs-hoauth2/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= hoauth2 -PORTVERSION= 0.4.1 -PORTREVISION= 1 +PORTVERSION= 0.4.3 CATEGORIES= net haskell MAINTAINER= haskell@FreeBSD.org diff --git a/net/hs-hoauth2/distinfo b/net/hs-hoauth2/distinfo index 0601c487890d..6814cecdecb3 100644 --- a/net/hs-hoauth2/distinfo +++ b/net/hs-hoauth2/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/hoauth2-0.4.1.tar.gz) = fd5e140744bcf9707209e4b6089a2b337c614fd226eeb9246d3df4be927fb490 -SIZE (cabal/hoauth2-0.4.1.tar.gz) = 8462 +SHA256 (cabal/hoauth2-0.4.3.tar.gz) = 6f531f635c62cc7c42fb3e33193833adfdf789aafa2d2c754be2f23c609ab0e2 +SIZE (cabal/hoauth2-0.4.3.tar.gz) = 8480 diff --git a/textproc/hs-pandoc/Makefile b/textproc/hs-pandoc/Makefile index bc4ea3dd1565..d17a177baa0e 100644 --- a/textproc/hs-pandoc/Makefile +++ b/textproc/hs-pandoc/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pandoc -PORTVERSION= 1.13.0.1 -PORTREVISION= 1 +PORTVERSION= 1.13.1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org @@ -11,12 +10,12 @@ COMMENT= Conversion between markup formats LICENSE= GPLv2 -USE_CABAL= aeson>=0.7 attoparsec>=0.10 base64-bytestring>=0.1 \ - blaze-html>=0.5 blaze-markup>=0.5.1 data-default>=0.4 \ +USE_CABAL= aeson>=0.7.0.5 base64-bytestring>=0.1 blaze-html>=0.5 \ + blaze-markup>=0.5.1 data-default>=0.4 deepseq-generics>=0.1 \ extensible-exceptions>=0.1 haddock-library>=1.1 \ - highlighting-kate>=0.5.8 hslua>=0.3 HTTP>=4000.0.5 \ + highlighting-kate>=0.5.8.5 hslua>=0.3 HTTP>=4000.0.5 \ JuicyPixels>=3.1.6.1 mtl>=1.1 network>=2 \ - pandoc-types>=1.12.3.3 parsec>=3.1 random>=1 scientific>=0.2 \ + pandoc-types>=1.12.4 parsec>=3.1 random>=1 scientific>=0.2 \ SHA>=1.6 syb>=0.1 tagsoup>=0.13.1 temporary>=1.1 texmath>=0.8 \ text>=0.11 unordered-containers>=0.2 vector>=0.10 xml>=1.3.12 \ yaml>=0.8.8.2 zip-archive>=0.2.3.4 zlib>=0.5 diff --git a/textproc/hs-pandoc/distinfo b/textproc/hs-pandoc/distinfo index 4761abd4dd0e..308d166e3bac 100644 --- a/textproc/hs-pandoc/distinfo +++ b/textproc/hs-pandoc/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/pandoc-1.13.0.1.tar.gz) = a6994016a01050b4582021b88e8370d9bc6a0a03b164da5bde60bf91b2ee5e5e -SIZE (cabal/pandoc-1.13.0.1.tar.gz) = 1866051 +SHA256 (cabal/pandoc-1.13.1.tar.gz) = 7b1bb9b7d66edfbac33796a3f5d3218c2add786b95ea9dfbd497dc0e8ed27e6f +SIZE (cabal/pandoc-1.13.1.tar.gz) = 1823730 diff --git a/textproc/hs-pandoc/files/patch-pandoc.cabal b/textproc/hs-pandoc/files/patch-pandoc.cabal deleted file mode 100644 index 3cb0a7f47131..000000000000 --- a/textproc/hs-pandoc/files/patch-pandoc.cabal +++ /dev/null @@ -1,15 +0,0 @@ ---- ./pandoc.cabal.orig 2014-08-18 02:12:46.000000000 +0200 -+++ ./pandoc.cabal 2014-08-24 15:03:23.000000000 +0200 -@@ -364,10 +364,10 @@ - Executable trypandoc - Main-Is: trypandoc.hs - Hs-Source-Dirs: trypandoc -- build-depends: base, aeson, pandoc, highlighting-kate, -- text, wai-extra, wai >= 0.3, http-types - default-language: Haskell2010 - if flag(trypandoc) -+ build-depends: base, aeson, pandoc, highlighting-kate, -+ text, wai-extra, wai >= 0.3, http-types - Buildable: True - else - Buildable: False diff --git a/www/hs-activehs/Makefile b/www/hs-activehs/Makefile index a9ae47dfd388..66e900d036c2 100644 --- a/www/hs-activehs/Makefile +++ b/www/hs-activehs/Makefile @@ -2,7 +2,7 @@ PORTNAME= activehs PORTVERSION= 0.3.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-gitit/Makefile b/www/hs-gitit/Makefile index 5f3b6b1a0f3b..8e7b1ece4245 100644 --- a/www/hs-gitit/Makefile +++ b/www/hs-gitit/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= gitit -PORTVERSION= 0.10.5 -PORTREVISION= 1 +PORTVERSION= 0.10.6.1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org @@ -14,10 +13,10 @@ 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 \ + http-client-tls>=0.2.2 http-conduit>=2.1.4 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 \ + uri>=0.1 url>=2.1 utf8-string>=0.3 uuid>=1.3 xml>=1.3.5 \ xss-sanitize>=0.3 zlib>=0.5 EXECUTABLE= expireGititCache gitit diff --git a/www/hs-gitit/distinfo b/www/hs-gitit/distinfo index 8471a58913dd..8fcfa88c4a99 100644 --- a/www/hs-gitit/distinfo +++ b/www/hs-gitit/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/gitit-0.10.5.tar.gz) = 922c5e3581233d463582b51a99b7f4746337a499d5a33e81a68ae7240e155d5c -SIZE (cabal/gitit-0.10.5.tar.gz) = 218905 +SHA256 (cabal/gitit-0.10.6.1.tar.gz) = c0ceb611e3e61f37af9e1fd1330a493ffbd07c59455cba988f35f3e881cadfd0 +SIZE (cabal/gitit-0.10.6.1.tar.gz) = 265716 |