diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-02-10 08:03:22 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-02-10 08:03:22 +0000 |
commit | 932e6dc413857ca66802dc4fbe28f5477d4abc11 (patch) | |
tree | 595a1c21749cc18bad532e9f0d057b340bc9d7c3 | |
parent | databases/sqlcipher: update 3.4.1 -> 3.4.2 to fix build with libressl (diff) |
Switch C compiler used to compile GHC to base Clang.
This removes build dependency on gcc and runtime dependency on gcc's runtime libraries.
Big thanks to Gleb for working on this.
PR: 225185
Submitted by: Gleb Popov <6yearold@gmail.com>
Exp-run by: antoine
Reviewed by: pgj
Differential Revision: https://reviews.freebsd.org/D12043
Notes
Notes:
svn path=/head/; revision=461362
559 files changed, 634 insertions, 200 deletions
diff --git a/archivers/hs-tar/Makefile b/archivers/hs-tar/Makefile index 195de84e0b24..b1d2dcc1281c 100644 --- a/archivers/hs-tar/Makefile +++ b/archivers/hs-tar/Makefile @@ -2,6 +2,7 @@ PORTNAME= tar PORTVERSION= 0.5.0.3 +PORTREVISION= 1 CATEGORIES= archivers haskell MAINTAINER= haskell@FreeBSD.org diff --git a/archivers/hs-zip-archive/Makefile b/archivers/hs-zip-archive/Makefile index 518bbad51621..bb92a4b4bcf4 100644 --- a/archivers/hs-zip-archive/Makefile +++ b/archivers/hs-zip-archive/Makefile @@ -2,6 +2,7 @@ PORTNAME= zip-archive PORTVERSION= 0.3.1.1 +PORTREVISION= 1 CATEGORIES= archivers haskell MAINTAINER= haskell@FreeBSD.org diff --git a/archivers/hs-zlib-bindings/Makefile b/archivers/hs-zlib-bindings/Makefile index 70d4e7fa5a47..074d319055a8 100644 --- a/archivers/hs-zlib-bindings/Makefile +++ b/archivers/hs-zlib-bindings/Makefile @@ -2,7 +2,7 @@ PORTNAME= zlib-bindings PORTVERSION= 0.1.1.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers haskell MAINTAINER= haskell@FreeBSD.org diff --git a/archivers/hs-zlib-enum/Makefile b/archivers/hs-zlib-enum/Makefile index 7fa838abfc22..9577dc2c6550 100644 --- a/archivers/hs-zlib-enum/Makefile +++ b/archivers/hs-zlib-enum/Makefile @@ -2,7 +2,7 @@ PORTNAME= zlib-enum PORTVERSION= 0.2.3.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= archivers haskell MAINTAINER= haskell@FreeBSD.org diff --git a/archivers/hs-zlib/Makefile b/archivers/hs-zlib/Makefile index 84348d68b577..f4a7257f59eb 100644 --- a/archivers/hs-zlib/Makefile +++ b/archivers/hs-zlib/Makefile @@ -3,6 +3,7 @@ PORTNAME= zlib PORTVERSION= 0.6.1.2 +PORTREVISION= 1 CATEGORIES= archivers haskell MAINTAINER= haskell@FreeBSD.org diff --git a/audio/hs-ALUT/Makefile b/audio/hs-ALUT/Makefile index bb7e0001c131..b030d6a25cd8 100644 --- a/audio/hs-ALUT/Makefile +++ b/audio/hs-ALUT/Makefile @@ -3,6 +3,7 @@ PORTNAME= ALUT PORTVERSION= 2.4.0.2 +PORTREVISION= 1 CATEGORIES= audio haskell MAINTAINER= haskell@FreeBSD.org diff --git a/audio/hs-OpenAL/Makefile b/audio/hs-OpenAL/Makefile index 3b31e7e0178a..a19b94fbd14a 100644 --- a/audio/hs-OpenAL/Makefile +++ b/audio/hs-OpenAL/Makefile @@ -3,6 +3,7 @@ PORTNAME= OpenAL PORTVERSION= 1.7.0.4 +PORTREVISION= 1 CATEGORIES= audio haskell MAINTAINER= haskell@FreeBSD.org diff --git a/audio/hs-libmpd/Makefile b/audio/hs-libmpd/Makefile index 8dd1a1713047..6f3461255784 100644 --- a/audio/hs-libmpd/Makefile +++ b/audio/hs-libmpd/Makefile @@ -2,6 +2,7 @@ PORTNAME= libmpd PORTVERSION= 0.9.0.6 +PORTREVISION= 1 CATEGORIES= audio haskell MAINTAINER= haskell@FreeBSD.org diff --git a/benchmarks/hs-criterion/Makefile b/benchmarks/hs-criterion/Makefile index 78affc26a4ab..550b7f6bfc80 100644 --- a/benchmarks/hs-criterion/Makefile +++ b/benchmarks/hs-criterion/Makefile @@ -3,6 +3,7 @@ PORTNAME= criterion PORTVERSION= 1.2.1.0 +PORTREVISION= 1 CATEGORIES= benchmarks haskell MAINTAINER= haskell@FreeBSD.org diff --git a/converters/hs-aeson-compat/Makefile b/converters/hs-aeson-compat/Makefile index 4dda8e90408e..4a0a107ae1ec 100644 --- a/converters/hs-aeson-compat/Makefile +++ b/converters/hs-aeson-compat/Makefile @@ -2,6 +2,7 @@ PORTNAME= aeson-compat PORTVERSION= 0.3.7 +PORTREVISION= 1 CATEGORIES= converters haskell MAINTAINER= haskell@FreeBSD.org diff --git a/converters/hs-aeson-pretty/Makefile b/converters/hs-aeson-pretty/Makefile index ef644e2833f9..99584c0638db 100644 --- a/converters/hs-aeson-pretty/Makefile +++ b/converters/hs-aeson-pretty/Makefile @@ -2,6 +2,7 @@ PORTNAME= aeson-pretty PORTVERSION= 0.8.5 +PORTREVISION= 1 CATEGORIES= converters haskell MAINTAINER= haskell@FreeBSD.org diff --git a/converters/hs-aeson/Makefile b/converters/hs-aeson/Makefile index f5b77570373b..9e9e6b74bbfd 100644 --- a/converters/hs-aeson/Makefile +++ b/converters/hs-aeson/Makefile @@ -2,6 +2,7 @@ PORTNAME= aeson PORTVERSION= 1.2.1.0 +PORTREVISION= 1 CATEGORIES= converters haskell MAINTAINER= haskell@FreeBSD.org diff --git a/converters/hs-dataenc/Makefile b/converters/hs-dataenc/Makefile index cd993da8869d..9157131f9646 100644 --- a/converters/hs-dataenc/Makefile +++ b/converters/hs-dataenc/Makefile @@ -2,7 +2,7 @@ PORTNAME= dataenc PORTVERSION= 0.14.0.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= converters haskell MAINTAINER= haskell@FreeBSD.org diff --git a/converters/hs-json/Makefile b/converters/hs-json/Makefile index e4d4fb6f247e..5940686ca09d 100644 --- a/converters/hs-json/Makefile +++ b/converters/hs-json/Makefile @@ -3,7 +3,7 @@ PORTNAME= json PORTVERSION= 0.9.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= converters haskell MAINTAINER= haskell@FreeBSD.org diff --git a/converters/hs-sandi/Makefile b/converters/hs-sandi/Makefile index db3458f7b68d..c348ef67450a 100644 --- a/converters/hs-sandi/Makefile +++ b/converters/hs-sandi/Makefile @@ -2,6 +2,7 @@ PORTNAME= sandi PORTVERSION= 0.4.0 +PORTREVISION= 1 CATEGORIES= converters haskell MAINTAINER= haskell@FreeBSD.org diff --git a/databases/hs-esqueleto/Makefile b/databases/hs-esqueleto/Makefile index 86407ac19b2f..3101a60bc2f4 100644 --- a/databases/hs-esqueleto/Makefile +++ b/databases/hs-esqueleto/Makefile @@ -2,6 +2,7 @@ PORTNAME= esqueleto PORTVERSION= 2.5.3 +PORTREVISION= 1 CATEGORIES= databases haskell MAINTAINER= haskell@FreeBSD.org diff --git a/databases/hs-hedis/Makefile b/databases/hs-hedis/Makefile index 7c8b4f5ece67..25d3d9820360 100644 --- a/databases/hs-hedis/Makefile +++ b/databases/hs-hedis/Makefile @@ -3,6 +3,7 @@ PORTNAME= hedis PORTVERSION= 0.9.8 +PORTREVISION= 1 CATEGORIES= databases haskell MAINTAINER= haskell@FreeBSD.org diff --git a/databases/hs-mysql/Makefile b/databases/hs-mysql/Makefile index 26bfc6400b69..40396cde5d5c 100644 --- a/databases/hs-mysql/Makefile +++ b/databases/hs-mysql/Makefile @@ -3,6 +3,7 @@ PORTNAME= mysql PORTVERSION= 0.1.4 +PORTREVISION= 1 CATEGORIES= databases haskell MAINTAINER= haskell@FreeBSD.org diff --git a/databases/hs-persistent-sqlite/Makefile b/databases/hs-persistent-sqlite/Makefile index 1f54d0f1cf5a..44e8f2f8503e 100644 --- a/databases/hs-persistent-sqlite/Makefile +++ b/databases/hs-persistent-sqlite/Makefile @@ -2,6 +2,7 @@ PORTNAME= persistent-sqlite PORTVERSION= 2.6.2 +PORTREVISION= 1 CATEGORIES= databases haskell MAINTAINER= haskell@FreeBSD.org diff --git a/databases/hs-persistent-template/Makefile b/databases/hs-persistent-template/Makefile index 2527c2d3ed3d..15460be92087 100644 --- a/databases/hs-persistent-template/Makefile +++ b/databases/hs-persistent-template/Makefile @@ -2,6 +2,7 @@ PORTNAME= persistent-template PORTVERSION= 2.5.2 +PORTREVISION= 1 CATEGORIES= databases haskell MAINTAINER= haskell@FreeBSD.org diff --git a/databases/hs-persistent/Makefile b/databases/hs-persistent/Makefile index 030f629d830b..3dca5c1299f6 100644 --- a/databases/hs-persistent/Makefile +++ b/databases/hs-persistent/Makefile @@ -2,6 +2,7 @@ PORTNAME= persistent PORTVERSION= 2.7.0 +PORTREVISION= 1 CATEGORIES= databases haskell MAINTAINER= haskell@FreeBSD.org diff --git a/deskutils/hs-fdo-notify/Makefile b/deskutils/hs-fdo-notify/Makefile index 6371020f6eb3..16b243000251 100644 --- a/deskutils/hs-fdo-notify/Makefile +++ b/deskutils/hs-fdo-notify/Makefile @@ -2,6 +2,7 @@ PORTNAME= fdo-notify PORTVERSION= 0.3.1 +PORTREVISION= 1 CATEGORIES= deskutils haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-BNFC/Makefile b/devel/hs-BNFC/Makefile index 7b442f52bfe8..64d5afacbff2 100644 --- a/devel/hs-BNFC/Makefile +++ b/devel/hs-BNFC/Makefile @@ -3,6 +3,7 @@ PORTNAME= BNFC PORTVERSION= 2.8.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-Boolean/Makefile b/devel/hs-Boolean/Makefile index 8e98e83311de..d2ca5c28ff5b 100644 --- a/devel/hs-Boolean/Makefile +++ b/devel/hs-Boolean/Makefile @@ -2,6 +2,7 @@ PORTNAME= Boolean PORTVERSION= 0.2.4 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-BoundedChan/Makefile b/devel/hs-BoundedChan/Makefile index 5a155f970635..a8057714c8c1 100644 --- a/devel/hs-BoundedChan/Makefile +++ b/devel/hs-BoundedChan/Makefile @@ -3,7 +3,7 @@ PORTNAME= BoundedChan PORTVERSION= 1.0.3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-ConfigFile/Makefile b/devel/hs-ConfigFile/Makefile index 00c596cbacf0..844307c37d4a 100644 --- a/devel/hs-ConfigFile/Makefile +++ b/devel/hs-ConfigFile/Makefile @@ -2,7 +2,7 @@ PORTNAME= ConfigFile PORTVERSION= 1.1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-DrIFT/Makefile b/devel/hs-DrIFT/Makefile index c89e13532287..65afd1f1e63d 100644 --- a/devel/hs-DrIFT/Makefile +++ b/devel/hs-DrIFT/Makefile @@ -2,7 +2,7 @@ PORTNAME= DrIFT PORTVERSION= 2.4.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-EdisonAPI/Makefile b/devel/hs-EdisonAPI/Makefile index c17c2f457a0a..706e6c05dd5c 100644 --- a/devel/hs-EdisonAPI/Makefile +++ b/devel/hs-EdisonAPI/Makefile @@ -2,6 +2,7 @@ PORTNAME= EdisonAPI PORTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-EdisonCore/Makefile b/devel/hs-EdisonCore/Makefile index c3b5618ffc27..4b6aa5af2ca5 100644 --- a/devel/hs-EdisonCore/Makefile +++ b/devel/hs-EdisonCore/Makefile @@ -2,6 +2,7 @@ PORTNAME= EdisonCore PORTVERSION= 1.3.1.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-Glob/Makefile b/devel/hs-Glob/Makefile index 67d65b16d356..c17b8950f8af 100644 --- a/devel/hs-Glob/Makefile +++ b/devel/hs-Glob/Makefile @@ -2,6 +2,7 @@ PORTNAME= Glob PORTVERSION= 0.8.0 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-HUnit/Makefile b/devel/hs-HUnit/Makefile index 448c20235a8a..81f967b0ef91 100644 --- a/devel/hs-HUnit/Makefile +++ b/devel/hs-HUnit/Makefile @@ -2,6 +2,7 @@ PORTNAME= HUnit PORTVERSION= 1.6.0.0 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-IfElse/Makefile b/devel/hs-IfElse/Makefile index a7b996c75fa9..7b42733e699d 100644 --- a/devel/hs-IfElse/Makefile +++ b/devel/hs-IfElse/Makefile @@ -2,7 +2,7 @@ PORTNAME= IfElse PORTVERSION= 0.85 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-List/Makefile b/devel/hs-List/Makefile index 1f111663be02..c5ac8d85fde0 100644 --- a/devel/hs-List/Makefile +++ b/devel/hs-List/Makefile @@ -2,6 +2,7 @@ PORTNAME= List PORTVERSION= 0.6.0 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-ListLike/Makefile b/devel/hs-ListLike/Makefile index e3f0031f57e0..1bd733adefe5 100644 --- a/devel/hs-ListLike/Makefile +++ b/devel/hs-ListLike/Makefile @@ -2,6 +2,7 @@ PORTNAME= ListLike PORTVERSION= 4.5.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-MemoTrie/Makefile b/devel/hs-MemoTrie/Makefile index 3d31ce647676..fcb86164a2c2 100644 --- a/devel/hs-MemoTrie/Makefile +++ b/devel/hs-MemoTrie/Makefile @@ -3,6 +3,7 @@ PORTNAME= MemoTrie PORTVERSION= 0.6.8 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-MissingH/Makefile b/devel/hs-MissingH/Makefile index a19fe4fba5ef..d2ffed42dbd0 100644 --- a/devel/hs-MissingH/Makefile +++ b/devel/hs-MissingH/Makefile @@ -3,6 +3,7 @@ PORTNAME= MissingH PORTVERSION= 1.4.0.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-MonadRandom/Makefile b/devel/hs-MonadRandom/Makefile index b91a7fe5938a..8a18b3a29820 100644 --- a/devel/hs-MonadRandom/Makefile +++ b/devel/hs-MonadRandom/Makefile @@ -2,6 +2,7 @@ PORTNAME= MonadRandom PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-ObjectName/Makefile b/devel/hs-ObjectName/Makefile index 02cfb6d44354..f75557565b78 100644 --- a/devel/hs-ObjectName/Makefile +++ b/devel/hs-ObjectName/Makefile @@ -3,6 +3,7 @@ PORTNAME= ObjectName PORTVERSION= 1.1.0.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-Only/Makefile b/devel/hs-Only/Makefile index 16b851916edc..5d77163bb39a 100644 --- a/devel/hs-Only/Makefile +++ b/devel/hs-Only/Makefile @@ -2,6 +2,7 @@ PORTNAME= Only PORTVERSION= 0.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-PSQueue/Makefile b/devel/hs-PSQueue/Makefile index 8535add3acd8..d6ed60ba8582 100644 --- a/devel/hs-PSQueue/Makefile +++ b/devel/hs-PSQueue/Makefile @@ -2,7 +2,7 @@ PORTNAME= PSQueue PORTVERSION= 1.1 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-QuickCheck/Makefile b/devel/hs-QuickCheck/Makefile index 62533977baaa..ed96cd9d9954 100644 --- a/devel/hs-QuickCheck/Makefile +++ b/devel/hs-QuickCheck/Makefile @@ -3,6 +3,7 @@ PORTNAME= QuickCheck PORTVERSION= 2.10.0.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-ReadArgs/Makefile b/devel/hs-ReadArgs/Makefile index 1a13c0e3e085..fe5b8982035d 100644 --- a/devel/hs-ReadArgs/Makefile +++ b/devel/hs-ReadArgs/Makefile @@ -2,6 +2,7 @@ PORTNAME= ReadArgs PORTVERSION= 1.2.3 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-STMonadTrans/Makefile b/devel/hs-STMonadTrans/Makefile index bdf8a77db120..fdee27f9454d 100644 --- a/devel/hs-STMonadTrans/Makefile +++ b/devel/hs-STMonadTrans/Makefile @@ -2,6 +2,7 @@ PORTNAME= STMonadTrans PORTVERSION= 0.4.3 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-SafeSemaphore/Makefile b/devel/hs-SafeSemaphore/Makefile index 72ccc5daf7c0..129b6e90b68d 100644 --- a/devel/hs-SafeSemaphore/Makefile +++ b/devel/hs-SafeSemaphore/Makefile @@ -2,7 +2,7 @@ PORTNAME= SafeSemaphore PORTVERSION= 0.10.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-ShellCheck/Makefile b/devel/hs-ShellCheck/Makefile index 87b11341f533..12d0c0da17b4 100644 --- a/devel/hs-ShellCheck/Makefile +++ b/devel/hs-ShellCheck/Makefile @@ -2,6 +2,7 @@ PORTNAME= ShellCheck PORTVERSION= 0.4.7 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= pizzamig@FreeBSD.org diff --git a/devel/hs-StateVar/Makefile b/devel/hs-StateVar/Makefile index 41f903e94301..5179dd6cc89c 100644 --- a/devel/hs-StateVar/Makefile +++ b/devel/hs-StateVar/Makefile @@ -2,6 +2,7 @@ PORTNAME= StateVar PORTVERSION= 1.1.0.4 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-Stream/Makefile b/devel/hs-Stream/Makefile index df0145fcd6c0..540ce0015c13 100644 --- a/devel/hs-Stream/Makefile +++ b/devel/hs-Stream/Makefile @@ -3,7 +3,7 @@ PORTNAME= Stream PORTVERSION= 0.4.7.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-TypeCompose/Makefile b/devel/hs-TypeCompose/Makefile index 17d37e1c4ff0..da62bd91791f 100644 --- a/devel/hs-TypeCompose/Makefile +++ b/devel/hs-TypeCompose/Makefile @@ -3,6 +3,7 @@ PORTNAME= TypeCompose PORTVERSION= 0.9.12 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-abstract-deque/Makefile b/devel/hs-abstract-deque/Makefile index b5f7caa610b2..878826c83854 100644 --- a/devel/hs-abstract-deque/Makefile +++ b/devel/hs-abstract-deque/Makefile @@ -2,7 +2,7 @@ PORTNAME= abstract-deque PORTVERSION= 0.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-abstract-par/Makefile b/devel/hs-abstract-par/Makefile index 31d3881c7e90..60be578063bc 100644 --- a/devel/hs-abstract-par/Makefile +++ b/devel/hs-abstract-par/Makefile @@ -2,7 +2,7 @@ PORTNAME= abstract-par PORTVERSION= 0.3.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-activehs-base/Makefile b/devel/hs-activehs-base/Makefile index 8f9186cbc56c..35b7242462c4 100644 --- a/devel/hs-activehs-base/Makefile +++ b/devel/hs-activehs-base/Makefile @@ -2,6 +2,7 @@ PORTNAME= activehs-base PORTVERSION= 0.3.0.4 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-alex/Makefile b/devel/hs-alex/Makefile index 86b413889c35..fdd37916c310 100644 --- a/devel/hs-alex/Makefile +++ b/devel/hs-alex/Makefile @@ -3,6 +3,7 @@ PORTNAME= alex PORTVERSION= 3.2.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-ansi-terminal/Makefile b/devel/hs-ansi-terminal/Makefile index 0b000eeb7539..b97f2fbab4fa 100644 --- a/devel/hs-ansi-terminal/Makefile +++ b/devel/hs-ansi-terminal/Makefile @@ -2,6 +2,7 @@ PORTNAME= ansi-terminal PORTVERSION= 0.6.3.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-ansi-wl-pprint/Makefile b/devel/hs-ansi-wl-pprint/Makefile index f96a30c34aaf..ef4f75536971 100644 --- a/devel/hs-ansi-wl-pprint/Makefile +++ b/devel/hs-ansi-wl-pprint/Makefile @@ -2,7 +2,7 @@ PORTNAME= ansi-wl-pprint PORTVERSION= 0.6.7.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-arrows/Makefile b/devel/hs-arrows/Makefile index 319b0d5e7931..c63decd159a2 100644 --- a/devel/hs-arrows/Makefile +++ b/devel/hs-arrows/Makefile @@ -3,7 +3,7 @@ PORTNAME= arrows PORTVERSION= 0.4.4.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-asn1-data/Makefile b/devel/hs-asn1-data/Makefile index 5611019f36fb..4dfa2bcab558 100644 --- a/devel/hs-asn1-data/Makefile +++ b/devel/hs-asn1-data/Makefile @@ -2,6 +2,7 @@ PORTNAME= asn1-data PORTVERSION= 0.7.2 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-asn1-encoding/Makefile b/devel/hs-asn1-encoding/Makefile index 3560322bf356..72188e32ca0d 100644 --- a/devel/hs-asn1-encoding/Makefile +++ b/devel/hs-asn1-encoding/Makefile @@ -2,6 +2,7 @@ PORTNAME= asn1-encoding PORTVERSION= 0.9.5 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-asn1-parse/Makefile b/devel/hs-asn1-parse/Makefile index ffef6afeff27..43576f3db3f0 100644 --- a/devel/hs-asn1-parse/Makefile +++ b/devel/hs-asn1-parse/Makefile @@ -2,6 +2,7 @@ PORTNAME= asn1-parse PORTVERSION= 0.9.4 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-asn1-types/Makefile b/devel/hs-asn1-types/Makefile index 6c79415782b0..1aba4f4a9997 100644 --- a/devel/hs-asn1-types/Makefile +++ b/devel/hs-asn1-types/Makefile @@ -2,6 +2,7 @@ PORTNAME= asn1-types PORTVERSION= 0.3.2 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-async/Makefile b/devel/hs-async/Makefile index 91ffe88ba1e9..de15fffb3aff 100644 --- a/devel/hs-async/Makefile +++ b/devel/hs-async/Makefile @@ -2,6 +2,7 @@ PORTNAME= async PORTVERSION= 2.1.1.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-atomic-primops/Makefile b/devel/hs-atomic-primops/Makefile index 1e2b39e935e7..00e249efebc6 100644 --- a/devel/hs-atomic-primops/Makefile +++ b/devel/hs-atomic-primops/Makefile @@ -2,6 +2,7 @@ PORTNAME= atomic-primops PORTVERSION= 0.8.0.4 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-auto-update/Makefile b/devel/hs-auto-update/Makefile index 24f47698f60a..98acb31a2376 100644 --- a/devel/hs-auto-update/Makefile +++ b/devel/hs-auto-update/Makefile @@ -2,6 +2,7 @@ PORTNAME= auto-update PORTVERSION= 0.1.4 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-base-compat/Makefile b/devel/hs-base-compat/Makefile index 346c9e181b13..4a8dbb39143b 100644 --- a/devel/hs-base-compat/Makefile +++ b/devel/hs-base-compat/Makefile @@ -2,6 +2,7 @@ PORTNAME= base-compat PORTVERSION= 0.9.3 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-base-orphans/Makefile b/devel/hs-base-orphans/Makefile index bdd0752ad466..9aaa2cc3db25 100644 --- a/devel/hs-base-orphans/Makefile +++ b/devel/hs-base-orphans/Makefile @@ -2,6 +2,7 @@ PORTNAME= base-orphans PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-base-unicode-symbols/Makefile b/devel/hs-base-unicode-symbols/Makefile index 71fdcef917b5..e93ce1e696fc 100644 --- a/devel/hs-base-unicode-symbols/Makefile +++ b/devel/hs-base-unicode-symbols/Makefile @@ -2,7 +2,7 @@ PORTNAME= base-unicode-symbols PORTVERSION= 0.2.2.4 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-base16-bytestring/Makefile b/devel/hs-base16-bytestring/Makefile index 435a182d81bd..0a3faeab44db 100644 --- a/devel/hs-base16-bytestring/Makefile +++ b/devel/hs-base16-bytestring/Makefile @@ -2,7 +2,7 @@ PORTNAME= base16-bytestring PORTVERSION= 0.1.1.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-base64-bytestring/Makefile b/devel/hs-base64-bytestring/Makefile index b767736a43b9..6fc672adb598 100644 --- a/devel/hs-base64-bytestring/Makefile +++ b/devel/hs-base64-bytestring/Makefile @@ -2,7 +2,7 @@ PORTNAME= base64-bytestring PORTVERSION= 1.0.0.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-basic-prelude/Makefile b/devel/hs-basic-prelude/Makefile index 3c586f1c15cc..d2b1a4609876 100644 --- a/devel/hs-basic-prelude/Makefile +++ b/devel/hs-basic-prelude/Makefile @@ -2,6 +2,7 @@ PORTNAME= basic-prelude PORTVERSION= 0.6.1.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-bifunctors/Makefile b/devel/hs-bifunctors/Makefile index 2730176b02e7..0765d55cd6be 100644 --- a/devel/hs-bifunctors/Makefile +++ b/devel/hs-bifunctors/Makefile @@ -2,6 +2,7 @@ PORTNAME= bifunctors PORTVERSION= 5.4.2 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-bits-atomic/Makefile b/devel/hs-bits-atomic/Makefile index a63cce50300b..ae0c821d5045 100644 --- a/devel/hs-bits-atomic/Makefile +++ b/devel/hs-bits-atomic/Makefile @@ -2,7 +2,7 @@ PORTNAME= bits-atomic PORTVERSION= 0.1.3 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-blaze-builder-enumerator/Makefile b/devel/hs-blaze-builder-enumerator/Makefile index b65216b742e0..2f48c551f233 100644 --- a/devel/hs-blaze-builder-enumerator/Makefile +++ b/devel/hs-blaze-builder-enumerator/Makefile @@ -2,7 +2,7 @@ PORTNAME= blaze-builder-enumerator PORTVERSION= 0.2.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-blaze-builder/Makefile b/devel/hs-blaze-builder/Makefile index 7a5c4d641b2f..3ccc19c98062 100644 --- a/devel/hs-blaze-builder/Makefile +++ b/devel/hs-blaze-builder/Makefile @@ -2,6 +2,7 @@ PORTNAME= blaze-builder PORTVERSION= 0.4.0.2 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-blaze-textual/Makefile b/devel/hs-blaze-textual/Makefile index 7710fbf01630..0d1813e79f84 100644 --- a/devel/hs-blaze-textual/Makefile +++ b/devel/hs-blaze-textual/Makefile @@ -2,7 +2,7 @@ PORTNAME= blaze-textual PORTVERSION= 0.2.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-bloomfilter/Makefile b/devel/hs-bloomfilter/Makefile index dbf244ba7dc3..796a913e5a4c 100644 --- a/devel/hs-bloomfilter/Makefile +++ b/devel/hs-bloomfilter/Makefile @@ -2,7 +2,7 @@ PORTNAME= bloomfilter PORTVERSION= 2.0.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-boxes/Makefile b/devel/hs-boxes/Makefile index 216e15214dc1..d71a3d7699d1 100644 --- a/devel/hs-boxes/Makefile +++ b/devel/hs-boxes/Makefile @@ -2,7 +2,7 @@ PORTNAME= boxes PORTVERSION= 0.1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-bsd-sysctl/Makefile b/devel/hs-bsd-sysctl/Makefile index 92a42042c4be..f22d2f1b3ff1 100644 --- a/devel/hs-bsd-sysctl/Makefile +++ b/devel/hs-bsd-sysctl/Makefile @@ -3,7 +3,7 @@ PORTNAME= bsd-sysctl PORTVERSION= 1.0.7 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-byteable/Makefile b/devel/hs-byteable/Makefile index b3499275238c..f354fde0c029 100644 --- a/devel/hs-byteable/Makefile +++ b/devel/hs-byteable/Makefile @@ -2,7 +2,7 @@ PORTNAME= byteable PORTVERSION= 0.1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-byteorder/Makefile b/devel/hs-byteorder/Makefile index a29c64c76a77..64881611e304 100644 --- a/devel/hs-byteorder/Makefile +++ b/devel/hs-byteorder/Makefile @@ -2,7 +2,7 @@ PORTNAME= byteorder PORTVERSION= 1.0.4 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-bytestring-lexing/Makefile b/devel/hs-bytestring-lexing/Makefile index 5dcb321986c3..f21d045e2206 100644 --- a/devel/hs-bytestring-lexing/Makefile +++ b/devel/hs-bytestring-lexing/Makefile @@ -3,7 +3,7 @@ PORTNAME= bytestring-lexing PORTVERSION= 0.5.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-bytestring-mmap/Makefile b/devel/hs-bytestring-mmap/Makefile index 2381a20e1a80..8f12c4c07da8 100644 --- a/devel/hs-bytestring-mmap/Makefile +++ b/devel/hs-bytestring-mmap/Makefile @@ -2,7 +2,7 @@ PORTNAME= bytestring-mmap PORTVERSION= 0.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-bytestring-nums/Makefile b/devel/hs-bytestring-nums/Makefile index a022ded4130e..6c6a57cf4c0e 100644 --- a/devel/hs-bytestring-nums/Makefile +++ b/devel/hs-bytestring-nums/Makefile @@ -2,7 +2,7 @@ PORTNAME= bytestring-nums PORTVERSION= 0.3.6 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-bytestring-show/Makefile b/devel/hs-bytestring-show/Makefile index d6ed55e071d4..00f4860e5fc2 100644 --- a/devel/hs-bytestring-show/Makefile +++ b/devel/hs-bytestring-show/Makefile @@ -2,7 +2,7 @@ PORTNAME= bytestring-show PORTVERSION= 0.3.5.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-c2hs/Makefile b/devel/hs-c2hs/Makefile index 671000d9b919..d4617587f647 100644 --- a/devel/hs-c2hs/Makefile +++ b/devel/hs-c2hs/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= c2hs -PORTVERSION= 0.28.2 +PORTVERSION= 0.28.3 PORTREVISION= 1 CATEGORIES= devel haskell @@ -11,7 +11,7 @@ COMMENT= C->Haskell FFI tool that gives some cross-language type safety LICENSE= GPLv2 -USE_CABAL= dlist language-c>=0.5.0 shelly>=1.0 text yaml>=0.8 +USE_CABAL= dlist language-c>=0.7.1 shelly>=1.0 text yaml>=0.8 XMLDOCS= doc/users_guide:html diff --git a/devel/hs-c2hs/distinfo b/devel/hs-c2hs/distinfo index 54b7479f6378..508a59745bf5 100644 --- a/devel/hs-c2hs/distinfo +++ b/devel/hs-c2hs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1499627824 -SHA256 (cabal/c2hs-0.28.2.tar.gz) = f4171478cafe9f4906735763c2e0bc1ca0a9f56b50e9d59aac07520434920f9e -SIZE (cabal/c2hs-0.28.2.tar.gz) = 205916 +TIMESTAMP = 1513181196 +SHA256 (cabal/c2hs-0.28.3.tar.gz) = 80cc6db945ee7c0328043b4e69213b2a1cb0806fb35c8362f9dea4a2c312f1cc +SIZE (cabal/c2hs-0.28.3.tar.gz) = 253559 diff --git a/devel/hs-c2hs/files/patch-src_C2HS_Config.hs b/devel/hs-c2hs/files/patch-src_C2HS_Config.hs index 45406f6ab9a8..a0a460f952b4 100644 --- a/devel/hs-c2hs/files/patch-src_C2HS_Config.hs +++ b/devel/hs-c2hs/files/patch-src_C2HS_Config.hs @@ -23,8 +23,8 @@ gtk2hsC2hs: Error in C header file. ("openbsd","cpp") -> ["-xc"] - (_,"cpp") -> ["-x", "c"] - (_,"gcc") -> ["-E", "-x", "c"] -+ (_,"cpp") -> ["-x", "c", "-std=c99"] -+ (_,"gcc") -> ["-E", "-x", "c", "-std=c99"] ++ (_,"cpp") -> ["-x", "c"] ++ (_,"gcc") -> ["-E", "-x", "c"] _ -> [] -- | C2HS Library file name diff --git a/devel/hs-cabal-install/Makefile b/devel/hs-cabal-install/Makefile index 3d9a58654b59..148b5991085f 100644 --- a/devel/hs-cabal-install/Makefile +++ b/devel/hs-cabal-install/Makefile @@ -2,6 +2,7 @@ PORTNAME= cabal-install PORTVERSION= 1.24.0.2 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-call-stack/Makefile b/devel/hs-call-stack/Makefile index f956def523ed..551ce32664b7 100644 --- a/devel/hs-call-stack/Makefile +++ b/devel/hs-call-stack/Makefile @@ -2,6 +2,7 @@ PORTNAME= call-stack PORTVERSION= 0.1.0 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-cereal/Makefile b/devel/hs-cereal/Makefile index 676a373ad875..f81280934796 100644 --- a/devel/hs-cereal/Makefile +++ b/devel/hs-cereal/Makefile @@ -2,6 +2,7 @@ PORTNAME= cereal PORTVERSION= 0.5.4.0 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-checkers/Makefile b/devel/hs-checkers/Makefile index b5191c210f56..d625a7093021 100644 --- a/devel/hs-checkers/Makefile +++ b/devel/hs-checkers/Makefile @@ -3,6 +3,7 @@ PORTNAME= checkers PORTVERSION= 0.4.7 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-chunked-data/Makefile b/devel/hs-chunked-data/Makefile index d475008a8118..7f1720d0062e 100644 --- a/devel/hs-chunked-data/Makefile +++ b/devel/hs-chunked-data/Makefile @@ -2,6 +2,7 @@ PORTNAME= chunked-data PORTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-classy-prelude-conduit/Makefile b/devel/hs-classy-prelude-conduit/Makefile index 4a9901889680..1d0bcf01b49d 100644 --- a/devel/hs-classy-prelude-conduit/Makefile +++ b/devel/hs-classy-prelude-conduit/Makefile @@ -2,6 +2,7 @@ PORTNAME= classy-prelude-conduit PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-classy-prelude/Makefile b/devel/hs-classy-prelude/Makefile index f0cd3722a972..c9b2da16364c 100644 --- a/devel/hs-classy-prelude/Makefile +++ b/devel/hs-classy-prelude/Makefile @@ -2,6 +2,7 @@ PORTNAME= classy-prelude PORTVERSION= 1.2.0.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-clock/Makefile b/devel/hs-clock/Makefile index 02325b2071f1..a929f26e23f8 100644 --- a/devel/hs-clock/Makefile +++ b/devel/hs-clock/Makefile @@ -2,6 +2,7 @@ PORTNAME= clock PORTVERSION= 0.7.2 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-cmdargs/Makefile b/devel/hs-cmdargs/Makefile index ac7b2abe82e8..52458e6bcf6a 100644 --- a/devel/hs-cmdargs/Makefile +++ b/devel/hs-cmdargs/Makefile @@ -2,6 +2,7 @@ PORTNAME= cmdargs PORTVERSION= 0.10.17 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-code-page/Makefile b/devel/hs-code-page/Makefile index 0e23bf06a190..ed81f483259c 100644 --- a/devel/hs-code-page/Makefile +++ b/devel/hs-code-page/Makefile @@ -2,6 +2,7 @@ PORTNAME= code-page PORTVERSION= 0.1.3 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-colour/Makefile b/devel/hs-colour/Makefile index d655d0b8b7fa..6ae2f165dc61 100644 --- a/devel/hs-colour/Makefile +++ b/devel/hs-colour/Makefile @@ -2,6 +2,7 @@ PORTNAME= colour PORTVERSION= 2.3.3 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-concurrent-output/Makefile b/devel/hs-concurrent-output/Makefile index d04077288657..d7883325b977 100644 --- a/devel/hs-concurrent-output/Makefile +++ b/devel/hs-concurrent-output/Makefile @@ -2,6 +2,7 @@ PORTNAME= concurrent-output PORTVERSION= 1.10.0 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-conduit-combinators/Makefile b/devel/hs-conduit-combinators/Makefile index 0572e6866c44..2ccb0eff61d6 100644 --- a/devel/hs-conduit-combinators/Makefile +++ b/devel/hs-conduit-combinators/Makefile @@ -2,6 +2,7 @@ PORTNAME= conduit-combinators PORTVERSION= 1.1.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-conduit-extra/Makefile b/devel/hs-conduit-extra/Makefile index 65b6e826afe3..c73417eaa9fa 100644 --- a/devel/hs-conduit-extra/Makefile +++ b/devel/hs-conduit-extra/Makefile @@ -2,6 +2,7 @@ PORTNAME= conduit-extra PORTVERSION= 1.1.16 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-conduit/Makefile b/devel/hs-conduit/Makefile index 8a4d095c9e73..5db2c85d4d73 100644 --- a/devel/hs-conduit/Makefile +++ b/devel/hs-conduit/Makefile @@ -2,6 +2,7 @@ PORTNAME= conduit PORTVERSION= 1.2.11 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-configurator/Makefile b/devel/hs-configurator/Makefile index fb879d793858..9ec1491cec87 100644 --- a/devel/hs-configurator/Makefile +++ b/devel/hs-configurator/Makefile @@ -2,7 +2,7 @@ PORTNAME= configurator PORTVERSION= 0.3.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-constraints/Makefile b/devel/hs-constraints/Makefile index 8d517c0f9e19..a9c7c3ee0aa3 100644 --- a/devel/hs-constraints/Makefile +++ b/devel/hs-constraints/Makefile @@ -2,6 +2,7 @@ PORTNAME= constraints PORTVERSION= 0.9.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-convertible/Makefile b/devel/hs-convertible/Makefile index 64b0529283a0..f111fa33dc3a 100644 --- a/devel/hs-convertible/Makefile +++ b/devel/hs-convertible/Makefile @@ -3,7 +3,7 @@ PORTNAME= convertible PORTVERSION= 1.1.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-cpphs/Makefile b/devel/hs-cpphs/Makefile index 855ca369d6f3..0f0b6a01a297 100644 --- a/devel/hs-cpphs/Makefile +++ b/devel/hs-cpphs/Makefile @@ -3,6 +3,7 @@ PORTNAME= cpphs PORTVERSION= 1.20.8 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-darcs/Makefile b/devel/hs-darcs/Makefile index b828d3b42acb..2b5f28695d78 100644 --- a/devel/hs-darcs/Makefile +++ b/devel/hs-darcs/Makefile @@ -3,6 +3,7 @@ PORTNAME= darcs PORTVERSION= 2.12.5 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-data-default-class/Makefile b/devel/hs-data-default-class/Makefile index 9a0ca9723fa4..80a1be790671 100644 --- a/devel/hs-data-default-class/Makefile +++ b/devel/hs-data-default-class/Makefile @@ -2,6 +2,7 @@ PORTNAME= data-default-class PORTVERSION= 0.1.2.0 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-data-default-instances-base/Makefile b/devel/hs-data-default-instances-base/Makefile index 8f046f7753fb..cfd840eaaf03 100644 --- a/devel/hs-data-default-instances-base/Makefile +++ b/devel/hs-data-default-instances-base/Makefile @@ -2,6 +2,7 @@ PORTNAME= data-default-instances-base PORTVERSION= 0.1.0.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-data-default-instances-containers/Makefile b/devel/hs-data-default-instances-containers/Makefile index 3294b52f7c02..5355b8bf596d 100644 --- a/devel/hs-data-default-instances-containers/Makefile +++ b/devel/hs-data-default-instances-containers/Makefile @@ -2,7 +2,7 @@ PORTNAME= data-default-instances-containers PORTVERSION= 0.0.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-data-default-instances-dlist/Makefile b/devel/hs-data-default-instances-dlist/Makefile index 76628997145a..94b2f4c386b7 100644 --- a/devel/hs-data-default-instances-dlist/Makefile +++ b/devel/hs-data-default-instances-dlist/Makefile @@ -2,7 +2,7 @@ PORTNAME= data-default-instances-dlist PORTVERSION= 0.0.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-data-default-instances-old-locale/Makefile b/devel/hs-data-default-instances-old-locale/Makefile index a9fb775eaf74..c021b29e35ed 100644 --- a/devel/hs-data-default-instances-old-locale/Makefile +++ b/devel/hs-data-default-instances-old-locale/Makefile @@ -2,7 +2,7 @@ PORTNAME= data-default-instances-old-locale PORTVERSION= 0.0.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-data-default/Makefile b/devel/hs-data-default/Makefile index 5ee16ba88fdc..41dcfa8bbbdf 100644 --- a/devel/hs-data-default/Makefile +++ b/devel/hs-data-default/Makefile @@ -2,6 +2,7 @@ PORTNAME= data-default PORTVERSION= 0.7.1.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-data-endian/Makefile b/devel/hs-data-endian/Makefile index d1481a6d3f71..8b4bb77da093 100644 --- a/devel/hs-data-endian/Makefile +++ b/devel/hs-data-endian/Makefile @@ -2,6 +2,7 @@ PORTNAME= data-endian PORTVERSION= 0.1.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-data-hash/Makefile b/devel/hs-data-hash/Makefile index 079a44a215b0..8df8401ae5e6 100644 --- a/devel/hs-data-hash/Makefile +++ b/devel/hs-data-hash/Makefile @@ -2,7 +2,7 @@ PORTNAME= data-hash PORTVERSION= 0.2.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-data-ordlist/Makefile b/devel/hs-data-ordlist/Makefile index 723703f4aac0..bf8f82fd21c0 100644 --- a/devel/hs-data-ordlist/Makefile +++ b/devel/hs-data-ordlist/Makefile @@ -2,7 +2,7 @@ PORTNAME= data-ordlist PORTVERSION= 0.4.7.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-data-pprint/Makefile b/devel/hs-data-pprint/Makefile index bc9aea80728e..029df8a6608b 100644 --- a/devel/hs-data-pprint/Makefile +++ b/devel/hs-data-pprint/Makefile @@ -2,6 +2,7 @@ PORTNAME= data-pprint PORTVERSION= 0.2.4.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-date-cache/Makefile b/devel/hs-date-cache/Makefile index 1cb954ca3af3..731b61f8673b 100644 --- a/devel/hs-date-cache/Makefile +++ b/devel/hs-date-cache/Makefile @@ -2,7 +2,7 @@ PORTNAME= date-cache PORTVERSION= 0.3.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-datetime/Makefile b/devel/hs-datetime/Makefile index c3bfc1c8cabe..d2683024f8b7 100644 --- a/devel/hs-datetime/Makefile +++ b/devel/hs-datetime/Makefile @@ -3,7 +3,7 @@ PORTNAME= datetime PORTVERSION= 0.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-dbus/Makefile b/devel/hs-dbus/Makefile index bd04b57d9d51..3f8dd4b53133 100644 --- a/devel/hs-dbus/Makefile +++ b/devel/hs-dbus/Makefile @@ -2,6 +2,7 @@ PORTNAME= dbus PORTVERSION= 0.10.13 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-deepseq-generics/Makefile b/devel/hs-deepseq-generics/Makefile index 8b9dac1701f1..b304c7b60356 100644 --- a/devel/hs-deepseq-generics/Makefile +++ b/devel/hs-deepseq-generics/Makefile @@ -2,6 +2,7 @@ PORTNAME= deepseq-generics PORTVERSION= 0.2.0.0 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-directory-tree/Makefile b/devel/hs-directory-tree/Makefile index c5b152b8bb86..bce313f4ba55 100644 --- a/devel/hs-directory-tree/Makefile +++ b/devel/hs-directory-tree/Makefile @@ -2,6 +2,7 @@ PORTNAME= directory-tree PORTVERSION= 0.12.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-dlist-instances/Makefile b/devel/hs-dlist-instances/Makefile index 9458168704d2..99f4a5d4e0f2 100644 --- a/devel/hs-dlist-instances/Makefile +++ b/devel/hs-dlist-instances/Makefile @@ -2,6 +2,7 @@ PORTNAME= dlist-instances PORTVERSION= 0.1.1.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-dlist/Makefile b/devel/hs-dlist/Makefile index fff9b0a721ea..b96deb5ec130 100644 --- a/devel/hs-dlist/Makefile +++ b/devel/hs-dlist/Makefile @@ -3,6 +3,7 @@ PORTNAME= dlist PORTVERSION= 0.8.0.3 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-easy-file/Makefile b/devel/hs-easy-file/Makefile index b9415c7970a1..359e686e78b8 100644 --- a/devel/hs-easy-file/Makefile +++ b/devel/hs-easy-file/Makefile @@ -2,7 +2,7 @@ PORTNAME= easy-file PORTVERSION= 0.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-edit-distance/Makefile b/devel/hs-edit-distance/Makefile index e63ee6759f9a..e18bc7647f9c 100644 --- a/devel/hs-edit-distance/Makefile +++ b/devel/hs-edit-distance/Makefile @@ -2,7 +2,7 @@ PORTNAME= edit-distance PORTVERSION= 0.2.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-either/Makefile b/devel/hs-either/Makefile index 02b6daea9eb2..a9a00c4c1695 100644 --- a/devel/hs-either/Makefile +++ b/devel/hs-either/Makefile @@ -2,6 +2,7 @@ PORTNAME= either PORTVERSION= 4.4.1.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-enclosed-exceptions/Makefile b/devel/hs-enclosed-exceptions/Makefile index 64c65d434316..1848f1e4cfdc 100644 --- a/devel/hs-enclosed-exceptions/Makefile +++ b/devel/hs-enclosed-exceptions/Makefile @@ -2,6 +2,7 @@ PORTNAME= enclosed-exceptions PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-enumerator/Makefile b/devel/hs-enumerator/Makefile index c50501fad3ca..73cdc720f8f0 100644 --- a/devel/hs-enumerator/Makefile +++ b/devel/hs-enumerator/Makefile @@ -2,7 +2,7 @@ PORTNAME= enumerator PORTVERSION= 0.4.20 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-equivalence/Makefile b/devel/hs-equivalence/Makefile index f8816a8caa53..2187c1a0e6b9 100644 --- a/devel/hs-equivalence/Makefile +++ b/devel/hs-equivalence/Makefile @@ -2,6 +2,7 @@ PORTNAME= equivalence PORTVERSION= 0.3.2 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-errors/Makefile b/devel/hs-errors/Makefile index 98059612584a..66ef21668b6d 100644 --- a/devel/hs-errors/Makefile +++ b/devel/hs-errors/Makefile @@ -2,6 +2,7 @@ PORTNAME= errors PORTVERSION= 2.2.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-exceptions/Makefile b/devel/hs-exceptions/Makefile index 04af10620e39..76d7b5d3dbcc 100644 --- a/devel/hs-exceptions/Makefile +++ b/devel/hs-exceptions/Makefile @@ -2,6 +2,7 @@ PORTNAME= exceptions PORTVERSION= 0.8.3 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-extensible-exceptions/Makefile b/devel/hs-extensible-exceptions/Makefile index 8d8ba3046664..0e147eb5b8b8 100644 --- a/devel/hs-extensible-exceptions/Makefile +++ b/devel/hs-extensible-exceptions/Makefile @@ -2,7 +2,7 @@ PORTNAME= extensible-exceptions PORTVERSION= 0.1.1.4 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-extra/Makefile b/devel/hs-extra/Makefile index 87b00eb94a88..e4f73fb5c2c3 100644 --- a/devel/hs-extra/Makefile +++ b/devel/hs-extra/Makefile @@ -2,6 +2,7 @@ PORTNAME= extra PORTVERSION= 1.6 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-fast-logger/Makefile b/devel/hs-fast-logger/Makefile index 936d5e68ed8a..257c4332cafd 100644 --- a/devel/hs-fast-logger/Makefile +++ b/devel/hs-fast-logger/Makefile @@ -2,6 +2,7 @@ PORTNAME= fast-logger PORTVERSION= 2.4.10 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-fgl/Makefile b/devel/hs-fgl/Makefile index 16b615ea6277..87598b6ba8b1 100644 --- a/devel/hs-fgl/Makefile +++ b/devel/hs-fgl/Makefile @@ -3,6 +3,7 @@ PORTNAME= fgl PORTVERSION= 5.5.3.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-file-embed/Makefile b/devel/hs-file-embed/Makefile index d8525e5c22a7..6c680612cf0f 100644 --- a/devel/hs-file-embed/Makefile +++ b/devel/hs-file-embed/Makefile @@ -2,6 +2,7 @@ PORTNAME= file-embed PORTVERSION= 0.0.10 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-filemanip/Makefile b/devel/hs-filemanip/Makefile index 96596b5cf345..807fd066f4f2 100644 --- a/devel/hs-filemanip/Makefile +++ b/devel/hs-filemanip/Makefile @@ -3,7 +3,7 @@ PORTNAME= filemanip PORTVERSION= 0.3.6.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-filestore/Makefile b/devel/hs-filestore/Makefile index 0ccba25d07b0..b90a78d389d0 100644 --- a/devel/hs-filestore/Makefile +++ b/devel/hs-filestore/Makefile @@ -2,6 +2,7 @@ PORTNAME= filestore PORTVERSION= 0.6.3.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-fmlist/Makefile b/devel/hs-fmlist/Makefile index 8e2edd4e1090..029224692200 100644 --- a/devel/hs-fmlist/Makefile +++ b/devel/hs-fmlist/Makefile @@ -2,6 +2,7 @@ PORTNAME= fmlist PORTVERSION= 0.9 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-foundation/Makefile b/devel/hs-foundation/Makefile index d0672ee1950f..dfbc92b46ef8 100644 --- a/devel/hs-foundation/Makefile +++ b/devel/hs-foundation/Makefile @@ -2,6 +2,7 @@ PORTNAME= foundation PORTVERSION= 0.0.13 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-free/Makefile b/devel/hs-free/Makefile index f31e8aa1f1f8..d901e28e21c7 100644 --- a/devel/hs-free/Makefile +++ b/devel/hs-free/Makefile @@ -2,6 +2,7 @@ PORTNAME= free PORTVERSION= 4.12.4 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-fsnotify/Makefile b/devel/hs-fsnotify/Makefile index f22d1147ab6f..0bfce8087859 100644 --- a/devel/hs-fsnotify/Makefile +++ b/devel/hs-fsnotify/Makefile @@ -2,7 +2,7 @@ PORTNAME= fsnotify PORTVERSION= 0.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-gconf/Makefile b/devel/hs-gconf/Makefile index b6c423b1eb77..c1a3351a12b2 100644 --- a/devel/hs-gconf/Makefile +++ b/devel/hs-gconf/Makefile @@ -2,6 +2,7 @@ PORTNAME= gconf PORTVERSION= 0.13.1.0 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-generic-deriving/Makefile b/devel/hs-generic-deriving/Makefile index 3b887cf735f7..c26738701eb7 100644 --- a/devel/hs-generic-deriving/Makefile +++ b/devel/hs-generic-deriving/Makefile @@ -2,6 +2,7 @@ PORTNAME= generic-deriving PORTVERSION= 1.11.2 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-geniplate-mirror/Makefile b/devel/hs-geniplate-mirror/Makefile index 814151f860a4..64e778e2878f 100644 --- a/devel/hs-geniplate-mirror/Makefile +++ b/devel/hs-geniplate-mirror/Makefile @@ -2,6 +2,7 @@ PORTNAME= geniplate-mirror PORTVERSION= 0.7.5 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-ghc-events/Makefile b/devel/hs-ghc-events/Makefile index 89d9af661f0b..442c44dc0c19 100644 --- a/devel/hs-ghc-events/Makefile +++ b/devel/hs-ghc-events/Makefile @@ -2,6 +2,7 @@ PORTNAME= ghc-events PORTVERSION= 0.6.0 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-ghc-mtl/Makefile b/devel/hs-ghc-mtl/Makefile index f0e411ca3b3c..58a05d1f8d93 100644 --- a/devel/hs-ghc-mtl/Makefile +++ b/devel/hs-ghc-mtl/Makefile @@ -3,7 +3,7 @@ PORTNAME= ghc-mtl PORTVERSION= 1.2.1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-ghc-paths/Makefile b/devel/hs-ghc-paths/Makefile index 8ee5773961d1..67f57e2fceb6 100644 --- a/devel/hs-ghc-paths/Makefile +++ b/devel/hs-ghc-paths/Makefile @@ -3,7 +3,7 @@ PORTNAME= ghc-paths PORTVERSION= 0.1.0.9 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-gio/Makefile b/devel/hs-gio/Makefile index c3c3acd505fc..55209554a67d 100644 --- a/devel/hs-gio/Makefile +++ b/devel/hs-gio/Makefile @@ -2,6 +2,7 @@ PORTNAME= gio PORTVERSION= 0.13.3.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-git-annex/Makefile b/devel/hs-git-annex/Makefile index b43f5b8b0c8d..0b87ba450366 100644 --- a/devel/hs-git-annex/Makefile +++ b/devel/hs-git-annex/Makefile @@ -3,6 +3,7 @@ PORTNAME= git-annex PORTVERSION= 6.20170520 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-gitrev/Makefile b/devel/hs-gitrev/Makefile index 1e1198b7d33a..d4619b7a2b40 100644 --- a/devel/hs-gitrev/Makefile +++ b/devel/hs-gitrev/Makefile @@ -2,6 +2,7 @@ PORTNAME= gitrev PORTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-glib/Makefile b/devel/hs-glib/Makefile index 33a1d38367a3..1db3463f877d 100644 --- a/devel/hs-glib/Makefile +++ b/devel/hs-glib/Makefile @@ -2,6 +2,7 @@ PORTNAME= glib PORTVERSION= 0.13.4.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-gtk2hs-buildtools/Makefile b/devel/hs-gtk2hs-buildtools/Makefile index 50c90a6be8ea..34d0177fc389 100644 --- a/devel/hs-gtk2hs-buildtools/Makefile +++ b/devel/hs-gtk2hs-buildtools/Makefile @@ -2,6 +2,7 @@ PORTNAME= gtk2hs-buildtools PORTVERSION= 0.13.2.2 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-gtk2hs-buildtools/files/patch-c2hs_toplevel_C2HSConfig.hs b/devel/hs-gtk2hs-buildtools/files/patch-c2hs_toplevel_C2HSConfig.hs index 9c1fbee08541..64096448efc0 100644 --- a/devel/hs-gtk2hs-buildtools/files/patch-c2hs_toplevel_C2HSConfig.hs +++ b/devel/hs-gtk2hs-buildtools/files/patch-c2hs_toplevel_C2HSConfig.hs @@ -13,8 +13,8 @@ c2hs: C header contains errors: ("openbsd","cpp") -> ["-xc", "-w"] - (_,"cpp") -> ["-x", "c", "-w"] - (_,"gcc") -> ["-E", "-x", "c", "-w"] -+ (_,"cpp") -> ["-x", "c", "-w", "-std=c99"] -+ (_,"gcc") -> ["-E", "-x", "c", "-w", "-std=c99"] ++ (_,"cpp") -> ["-x", "c", "-w", "-std=c99", "-D_Nullable=", "-D_Nonnull="] ++ (_,"gcc") -> ["-E", "-x", "c", "-w", "-std=c99", "-D_Nullable", "-D_Nonnull="] _ -> [] -- C preprocessor option for including only definitions (EXPORTED) diff --git a/devel/hs-haddock-api/Makefile b/devel/hs-haddock-api/Makefile index 9eb4dbe64326..3cc59a571d81 100644 --- a/devel/hs-haddock-api/Makefile +++ b/devel/hs-haddock-api/Makefile @@ -2,6 +2,7 @@ PORTNAME= haddock-api PORTVERSION= 2.17.4 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-haddock-library/Makefile b/devel/hs-haddock-library/Makefile index 91fcfde88b77..3411d9764caf 100644 --- a/devel/hs-haddock-library/Makefile +++ b/devel/hs-haddock-library/Makefile @@ -2,6 +2,7 @@ PORTNAME= haddock-library PORTVERSION= 1.4.3 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-haddock/Makefile b/devel/hs-haddock/Makefile index 17f2e5ce28a7..36f6f9eef0a7 100644 --- a/devel/hs-haddock/Makefile +++ b/devel/hs-haddock/Makefile @@ -3,6 +3,7 @@ PORTNAME= haddock PORTVERSION= 2.17.5 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-happy/Makefile b/devel/hs-happy/Makefile index 108bb9edbd8b..801616a2a271 100644 --- a/devel/hs-happy/Makefile +++ b/devel/hs-happy/Makefile @@ -3,7 +3,7 @@ PORTNAME= happy PORTVERSION= 1.19.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-hashable/Makefile b/devel/hs-hashable/Makefile index d95e7842426f..92173f40c455 100644 --- a/devel/hs-hashable/Makefile +++ b/devel/hs-hashable/Makefile @@ -2,6 +2,7 @@ PORTNAME= hashable PORTVERSION= 1.2.6.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel haskell diff --git a/devel/hs-hashed-storage/Makefile b/devel/hs-hashed-storage/Makefile index c1f82213e716..866c9afd7141 100644 --- a/devel/hs-hashed-storage/Makefile +++ b/devel/hs-hashed-storage/Makefile @@ -2,7 +2,7 @@ PORTNAME= hashed-storage PORTVERSION= 0.5.11 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-hashtables/Makefile b/devel/hs-hashtables/Makefile index 8b05dcc5b5c6..ee08f82e9d2f 100644 --- a/devel/hs-hashtables/Makefile +++ b/devel/hs-hashtables/Makefile @@ -2,6 +2,7 @@ PORTNAME= hashtables PORTVERSION= 1.2.1.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-haskell-lexer/Makefile b/devel/hs-haskell-lexer/Makefile index 70bc5d3ea37e..7ea5ea6fdac2 100644 --- a/devel/hs-haskell-lexer/Makefile +++ b/devel/hs-haskell-lexer/Makefile @@ -2,6 +2,7 @@ PORTNAME= haskell-lexer PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-haskell-src-exts/Makefile b/devel/hs-haskell-src-exts/Makefile index 14886b6229a5..bb4101eb9259 100644 --- a/devel/hs-haskell-src-exts/Makefile +++ b/devel/hs-haskell-src-exts/Makefile @@ -3,6 +3,7 @@ PORTNAME= haskell-src-exts PORTVERSION= 1.19.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-haskell-src/Makefile b/devel/hs-haskell-src/Makefile index f6e0e665e442..aa6bef0737ca 100644 --- a/devel/hs-haskell-src/Makefile +++ b/devel/hs-haskell-src/Makefile @@ -2,7 +2,7 @@ PORTNAME= haskell-src PORTVERSION= 1.0.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-hasktags/Makefile b/devel/hs-hasktags/Makefile index 72eef06077fd..9930b9ae1488 100644 --- a/devel/hs-hasktags/Makefile +++ b/devel/hs-hasktags/Makefile @@ -2,6 +2,7 @@ PORTNAME= hasktags PORTVERSION= 0.69.3 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-hastache/Makefile b/devel/hs-hastache/Makefile index 18a58a2d3d50..b65716a66228 100644 --- a/devel/hs-hastache/Makefile +++ b/devel/hs-hastache/Makefile @@ -2,7 +2,7 @@ PORTNAME= hastache PORTVERSION= 0.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-hex/Makefile b/devel/hs-hex/Makefile index d20e9b9c0411..265718411830 100644 --- a/devel/hs-hex/Makefile +++ b/devel/hs-hex/Makefile @@ -2,7 +2,7 @@ PORTNAME= hex PORTVERSION= 0.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-hinotify/Makefile b/devel/hs-hinotify/Makefile index 6a8f9b020ced..9b395cbe269e 100644 --- a/devel/hs-hinotify/Makefile +++ b/devel/hs-hinotify/Makefile @@ -2,6 +2,7 @@ PORTNAME= hinotify PORTVERSION= 0.3.9 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-hint/Makefile b/devel/hs-hint/Makefile index 105492453361..0d51b836f3dc 100644 --- a/devel/hs-hint/Makefile +++ b/devel/hs-hint/Makefile @@ -3,6 +3,7 @@ PORTNAME= hint PORTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-hlibev/Makefile b/devel/hs-hlibev/Makefile index 9876c9bbbd88..e26443557971 100644 --- a/devel/hs-hlibev/Makefile +++ b/devel/hs-hlibev/Makefile @@ -2,7 +2,7 @@ PORTNAME= hlibev PORTVERSION= 0.4.0 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-hlint/Makefile b/devel/hs-hlint/Makefile index 51e589260859..c201da52552c 100644 --- a/devel/hs-hlint/Makefile +++ b/devel/hs-hlint/Makefile @@ -2,6 +2,7 @@ PORTNAME= hlint PORTVERSION= 2.0.9 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-hoogle/Makefile b/devel/hs-hoogle/Makefile index b7f6d15da9de..5509c6c6e703 100644 --- a/devel/hs-hoogle/Makefile +++ b/devel/hs-hoogle/Makefile @@ -3,6 +3,7 @@ PORTNAME= hoogle PORTVERSION= 5.0.12 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-hourglass/Makefile b/devel/hs-hourglass/Makefile index 9da5e9077d41..77366b300c98 100644 --- a/devel/hs-hourglass/Makefile +++ b/devel/hs-hourglass/Makefile @@ -2,6 +2,7 @@ PORTNAME= hourglass PORTVERSION= 0.2.10 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-hsb2hs/Makefile b/devel/hs-hsb2hs/Makefile index d40d66e52677..dc2b7fa90f1d 100644 --- a/devel/hs-hsb2hs/Makefile +++ b/devel/hs-hsb2hs/Makefile @@ -2,7 +2,7 @@ PORTNAME= hsb2hs PORTVERSION= 0.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-hslogger/Makefile b/devel/hs-hslogger/Makefile index b1d396c346fb..c45f9b67b5b3 100644 --- a/devel/hs-hslogger/Makefile +++ b/devel/hs-hslogger/Makefile @@ -3,6 +3,7 @@ PORTNAME= hslogger PORTVERSION= 1.2.10 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-hslua/Makefile b/devel/hs-hslua/Makefile index 4713ee9658ca..dbf7de6d654b 100644 --- a/devel/hs-hslua/Makefile +++ b/devel/hs-hslua/Makefile @@ -2,6 +2,7 @@ PORTNAME= hslua PORTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-hspec-core/Makefile b/devel/hs-hspec-core/Makefile index 891cd2575c2a..7e93d7d33272 100644 --- a/devel/hs-hspec-core/Makefile +++ b/devel/hs-hspec-core/Makefile @@ -2,6 +2,7 @@ PORTNAME= hspec-core PORTVERSION= 2.4.4 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-hspec-discover/Makefile b/devel/hs-hspec-discover/Makefile index 6f236fac8001..405a40b06182 100644 --- a/devel/hs-hspec-discover/Makefile +++ b/devel/hs-hspec-discover/Makefile @@ -2,6 +2,7 @@ PORTNAME= hspec-discover PORTVERSION= 2.4.4 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-hspec-expectations/Makefile b/devel/hs-hspec-expectations/Makefile index fc40aa304791..7a4f18976dcb 100644 --- a/devel/hs-hspec-expectations/Makefile +++ b/devel/hs-hspec-expectations/Makefile @@ -2,6 +2,7 @@ PORTNAME= hspec-expectations PORTVERSION= 0.8.2 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-hspec/Makefile b/devel/hs-hspec/Makefile index ceec95ce63f5..c97ba78ed6ec 100644 --- a/devel/hs-hspec/Makefile +++ b/devel/hs-hspec/Makefile @@ -2,6 +2,7 @@ PORTNAME= hspec PORTVERSION= 2.4.4 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-io-streams-haproxy/Makefile b/devel/hs-io-streams-haproxy/Makefile index cb937d615984..9093c4a0078e 100644 --- a/devel/hs-io-streams-haproxy/Makefile +++ b/devel/hs-io-streams-haproxy/Makefile @@ -2,6 +2,7 @@ PORTNAME= io-streams-haproxy PORTVERSION= 1.0.0.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-io-streams/Makefile b/devel/hs-io-streams/Makefile index bb088ca8e65e..c38d95206f01 100644 --- a/devel/hs-io-streams/Makefile +++ b/devel/hs-io-streams/Makefile @@ -2,6 +2,7 @@ PORTNAME= io-streams PORTVERSION= 1.4.0.0 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-js-flot/Makefile b/devel/hs-js-flot/Makefile index 06e2c83cf22b..faa5f96389e8 100644 --- a/devel/hs-js-flot/Makefile +++ b/devel/hs-js-flot/Makefile @@ -2,7 +2,7 @@ PORTNAME= js-flot PORTVERSION= 0.8.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-js-jquery/Makefile b/devel/hs-js-jquery/Makefile index b1a083f622ae..789fffeb7c25 100644 --- a/devel/hs-js-jquery/Makefile +++ b/devel/hs-js-jquery/Makefile @@ -2,6 +2,7 @@ PORTNAME= js-jquery PORTVERSION= 3.2.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-keys/Makefile b/devel/hs-keys/Makefile index 74775fcbac8b..09134dc00c3b 100644 --- a/devel/hs-keys/Makefile +++ b/devel/hs-keys/Makefile @@ -2,6 +2,7 @@ PORTNAME= keys PORTVERSION= 3.11 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-kqueue/Makefile b/devel/hs-kqueue/Makefile index 1ac7c6876fc5..08a33e58c030 100644 --- a/devel/hs-kqueue/Makefile +++ b/devel/hs-kqueue/Makefile @@ -2,6 +2,7 @@ PORTNAME= kqueue PORTVERSION= 0.2 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-language-c/Makefile b/devel/hs-language-c/Makefile index 19f3bfef1a93..2690e39c4ff5 100644 --- a/devel/hs-language-c/Makefile +++ b/devel/hs-language-c/Makefile @@ -1,7 +1,8 @@ # $FreeBSD$ PORTNAME= language-c -PORTVERSION= 0.6.1 +PORTVERSION= 0.7.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-language-c/distinfo b/devel/hs-language-c/distinfo index f3bf44a232b6..75b5bc3f40d6 100644 --- a/devel/hs-language-c/distinfo +++ b/devel/hs-language-c/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1499627847 -SHA256 (cabal/language-c-0.6.1.tar.gz) = 23cadc9d04e46490ec57f56b79ecdc2a709ebf57571345905e6e30db29fa37e8 -SIZE (cabal/language-c-0.6.1.tar.gz) = 179625 +TIMESTAMP = 1513181967 +SHA256 (cabal/language-c-0.7.1.tar.gz) = a7447123f9b3bec9319ee2a22b22d97f03acd6566b4f6caf5b9a1f71e4f7a9ca +SIZE (cabal/language-c-0.7.1.tar.gz) = 181648 diff --git a/devel/hs-language-javascript/Makefile b/devel/hs-language-javascript/Makefile index b55dd42617cf..a32ac3eb2459 100644 --- a/devel/hs-language-javascript/Makefile +++ b/devel/hs-language-javascript/Makefile @@ -2,6 +2,7 @@ PORTNAME= language-javascript PORTVERSION= 0.6.0.10 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-largeword/Makefile b/devel/hs-largeword/Makefile index b5021f8dda6b..a922ae6f166c 100644 --- a/devel/hs-largeword/Makefile +++ b/devel/hs-largeword/Makefile @@ -2,6 +2,7 @@ PORTNAME= largeword PORTVERSION= 1.2.5 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-lazysmallcheck/Makefile b/devel/hs-lazysmallcheck/Makefile index 9700416849bd..9ddcd05fd7cf 100644 --- a/devel/hs-lazysmallcheck/Makefile +++ b/devel/hs-lazysmallcheck/Makefile @@ -2,7 +2,7 @@ PORTNAME= lazysmallcheck PORTVERSION= 0.6 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-lens/Makefile b/devel/hs-lens/Makefile index df6ba4d9c6e8..c066e5eda618 100644 --- a/devel/hs-lens/Makefile +++ b/devel/hs-lens/Makefile @@ -2,6 +2,7 @@ PORTNAME= lens PORTVERSION= 4.15.3 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-lifted-async/Makefile b/devel/hs-lifted-async/Makefile index 426cfcab8f1a..2e256e0b35ca 100644 --- a/devel/hs-lifted-async/Makefile +++ b/devel/hs-lifted-async/Makefile @@ -2,6 +2,7 @@ PORTNAME= lifted-async PORTVERSION= 0.9.3 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-lifted-base/Makefile b/devel/hs-lifted-base/Makefile index c50747ca8e50..56e01dd5cfee 100644 --- a/devel/hs-lifted-base/Makefile +++ b/devel/hs-lifted-base/Makefile @@ -2,6 +2,7 @@ PORTNAME= lifted-base PORTVERSION= 0.2.3.11 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-logict/Makefile b/devel/hs-logict/Makefile index 00338e7ef7ef..ae97fd948619 100644 --- a/devel/hs-logict/Makefile +++ b/devel/hs-logict/Makefile @@ -2,7 +2,7 @@ PORTNAME= logict PORTVERSION= 0.6.0.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-map-syntax/Makefile b/devel/hs-map-syntax/Makefile index c21e9039fd1b..d0354d6c13c4 100644 --- a/devel/hs-map-syntax/Makefile +++ b/devel/hs-map-syntax/Makefile @@ -2,6 +2,7 @@ PORTNAME= map-syntax PORTVERSION= 0.2.0.2 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-memory/Makefile b/devel/hs-memory/Makefile index 31bc92325254..51503dc49c11 100644 --- a/devel/hs-memory/Makefile +++ b/devel/hs-memory/Makefile @@ -2,6 +2,7 @@ PORTNAME= memory PORTVERSION= 0.14.6 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-microlens-th/Makefile b/devel/hs-microlens-th/Makefile index 968885b2eb5a..6cd3114b4350 100644 --- a/devel/hs-microlens-th/Makefile +++ b/devel/hs-microlens-th/Makefile @@ -2,6 +2,7 @@ PORTNAME= microlens-th PORTVERSION= 0.4.1.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-microlens/Makefile b/devel/hs-microlens/Makefile index 18a330e0c73c..afd4c46018f3 100644 --- a/devel/hs-microlens/Makefile +++ b/devel/hs-microlens/Makefile @@ -2,6 +2,7 @@ PORTNAME= microlens PORTVERSION= 0.4.8.0 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-microstache/Makefile b/devel/hs-microstache/Makefile index 524f3325a6f9..ee776495f61f 100644 --- a/devel/hs-microstache/Makefile +++ b/devel/hs-microstache/Makefile @@ -2,6 +2,7 @@ PORTNAME= microstache PORTVERSION= 1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-mmap/Makefile b/devel/hs-mmap/Makefile index 05080c6b5889..77f0a132e9e4 100644 --- a/devel/hs-mmap/Makefile +++ b/devel/hs-mmap/Makefile @@ -3,7 +3,7 @@ PORTNAME= mmap PORTVERSION= 0.5.9 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-mmorph/Makefile b/devel/hs-mmorph/Makefile index 7c258f7710d9..a0818fd1ce1e 100644 --- a/devel/hs-mmorph/Makefile +++ b/devel/hs-mmorph/Makefile @@ -2,6 +2,7 @@ PORTNAME= mmorph PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-monad-control/Makefile b/devel/hs-monad-control/Makefile index e0ab1e01b378..4202679698da 100644 --- a/devel/hs-monad-control/Makefile +++ b/devel/hs-monad-control/Makefile @@ -2,6 +2,7 @@ PORTNAME= monad-control PORTVERSION= 1.0.2.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-monad-logger/Makefile b/devel/hs-monad-logger/Makefile index 661d23d7fe05..879c38e9c48b 100644 --- a/devel/hs-monad-logger/Makefile +++ b/devel/hs-monad-logger/Makefile @@ -2,6 +2,7 @@ PORTNAME= monad-logger PORTVERSION= 0.3.24 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-monad-loops/Makefile b/devel/hs-monad-loops/Makefile index d90e7736bda7..5501b0da2f58 100644 --- a/devel/hs-monad-loops/Makefile +++ b/devel/hs-monad-loops/Makefile @@ -2,7 +2,7 @@ PORTNAME= monad-loops PORTVERSION= 0.4.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-monad-par-extras/Makefile b/devel/hs-monad-par-extras/Makefile index 951c2876e39d..480ccc623965 100644 --- a/devel/hs-monad-par-extras/Makefile +++ b/devel/hs-monad-par-extras/Makefile @@ -2,7 +2,7 @@ PORTNAME= monad-par-extras PORTVERSION= 0.3.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-monad-par/Makefile b/devel/hs-monad-par/Makefile index 5c0cfd7fbb69..72bb1dcb9310 100644 --- a/devel/hs-monad-par/Makefile +++ b/devel/hs-monad-par/Makefile @@ -2,6 +2,7 @@ PORTNAME= monad-par PORTVERSION= 0.3.4.8 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-monad-unlift/Makefile b/devel/hs-monad-unlift/Makefile index 53b205cb4f95..912400e7041c 100644 --- a/devel/hs-monad-unlift/Makefile +++ b/devel/hs-monad-unlift/Makefile @@ -2,6 +2,7 @@ PORTNAME= monad-unlift PORTVERSION= 0.2.0 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-monadplus/Makefile b/devel/hs-monadplus/Makefile index bd9be57ee2df..5fe9ee06cffd 100644 --- a/devel/hs-monadplus/Makefile +++ b/devel/hs-monadplus/Makefile @@ -2,6 +2,7 @@ PORTNAME= monadplus PORTVERSION= 1.4.2 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-monads-tf/Makefile b/devel/hs-monads-tf/Makefile index ab2b69182b7a..00055c0239eb 100644 --- a/devel/hs-monads-tf/Makefile +++ b/devel/hs-monads-tf/Makefile @@ -2,6 +2,7 @@ PORTNAME= monads-tf PORTVERSION= 0.1.0.3 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-mono-traversable-instances/Makefile b/devel/hs-mono-traversable-instances/Makefile index 634d226b6f19..310eb9f816a0 100644 --- a/devel/hs-mono-traversable-instances/Makefile +++ b/devel/hs-mono-traversable-instances/Makefile @@ -2,6 +2,7 @@ PORTNAME= mono-traversable-instances PORTVERSION= 0.1.0.0 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-mono-traversable/Makefile b/devel/hs-mono-traversable/Makefile index 6b4a66756189..aa321a416e40 100644 --- a/devel/hs-mono-traversable/Makefile +++ b/devel/hs-mono-traversable/Makefile @@ -2,6 +2,7 @@ PORTNAME= mono-traversable PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-mtl/Makefile b/devel/hs-mtl/Makefile index e6bb3517e3fb..c5f88a3a1e19 100644 --- a/devel/hs-mtl/Makefile +++ b/devel/hs-mtl/Makefile @@ -2,7 +2,7 @@ PORTNAME= mtl PORTVERSION= 2.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-mueval/Makefile b/devel/hs-mueval/Makefile index fcbadff2ba41..cc57656ab636 100644 --- a/devel/hs-mueval/Makefile +++ b/devel/hs-mueval/Makefile @@ -3,6 +3,7 @@ PORTNAME= mueval PORTVERSION= 0.9.3 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-murmur-hash/Makefile b/devel/hs-murmur-hash/Makefile index 6c391e2e0806..0844303558da 100644 --- a/devel/hs-murmur-hash/Makefile +++ b/devel/hs-murmur-hash/Makefile @@ -2,6 +2,7 @@ PORTNAME= murmur-hash PORTVERSION= 0.1.0.9 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-mutable-containers/Makefile b/devel/hs-mutable-containers/Makefile index 54c3753d7d42..93e126a531e2 100644 --- a/devel/hs-mutable-containers/Makefile +++ b/devel/hs-mutable-containers/Makefile @@ -2,6 +2,7 @@ PORTNAME= mutable-containers PORTVERSION= 0.3.3 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-ncurses/Makefile b/devel/hs-ncurses/Makefile index 181b6f814f13..032d9259ce5d 100644 --- a/devel/hs-ncurses/Makefile +++ b/devel/hs-ncurses/Makefile @@ -3,7 +3,7 @@ PORTNAME= ncurses PORTVERSION= 0.2.16 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-ncurses/files/patch-lib_UI_NCurses.chs b/devel/hs-ncurses/files/patch-lib_UI_NCurses.chs new file mode 100644 index 000000000000..55c52891e718 --- /dev/null +++ b/devel/hs-ncurses/files/patch-lib_UI_NCurses.chs @@ -0,0 +1,26 @@ +--- lib/UI/NCurses.chs.orig 2016-08-29 01:09:37 UTC ++++ lib/UI/NCurses.chs +@@ -435,12 +435,12 @@ setColor (ColorID pair) = withWindow_ "s + -- | Add some text to the window, at the current cursor position. + drawString :: String -> Update () + drawString str = withWindow_ "drawString" $ \win -> +- withCWString str ({# call waddwstr #} win) ++ withCWString str $ \s -> ({# call waddwstr #} win) (castPtr s) + + -- | Add some text to the window, at the current cursor position. + drawText :: T.Text -> Update () + drawText txt = withWindow_ "drawText" $ \win -> +- withCWString (T.unpack txt) ({# call waddwstr #} win) ++ withCWString (T.unpack txt) $ \s -> ({# call waddwstr #} win) (castPtr s) + + drawGlyph :: Glyph -> Update () + drawGlyph glyph = withWindow_ "drawGlyph" $ \win -> +@@ -718,7 +718,7 @@ withGlyph (Glyph char attrs) io = + let cAttrs = foldl' (\acc a -> acc .|. attrToInt a) 0 attrs in + withCWStringLen [char] $ \(cChars, cCharsLen) -> + allocaBytes {# sizeof cchar_t #} $ \pBuf -> do +- {# call hsncurses_init_cchar_t #} (CCharT pBuf) cAttrs cChars (fromIntegral cCharsLen) ++ {# call hsncurses_init_cchar_t #} (CCharT pBuf) cAttrs (castPtr cChars) (fromIntegral cCharsLen) + io (CCharT pBuf) + + -- | Upper left corner diff --git a/devel/hs-newtype-generics/Makefile b/devel/hs-newtype-generics/Makefile index b9784d0334af..15948e7033e4 100644 --- a/devel/hs-newtype-generics/Makefile +++ b/devel/hs-newtype-generics/Makefile @@ -2,6 +2,7 @@ PORTNAME= newtype-generics PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-newtype/Makefile b/devel/hs-newtype/Makefile index 4fd2e9d75642..916a6f08c242 100644 --- a/devel/hs-newtype/Makefile +++ b/devel/hs-newtype/Makefile @@ -2,7 +2,7 @@ PORTNAME= newtype PORTVERSION= 0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-old-locale/Makefile b/devel/hs-old-locale/Makefile index b4aa9990fcb7..dc4b8ff23f76 100644 --- a/devel/hs-old-locale/Makefile +++ b/devel/hs-old-locale/Makefile @@ -2,7 +2,7 @@ PORTNAME= old-locale PORTVERSION= 1.0.0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-old-time/Makefile b/devel/hs-old-time/Makefile index 99000c434671..7341b0eab868 100644 --- a/devel/hs-old-time/Makefile +++ b/devel/hs-old-time/Makefile @@ -2,7 +2,7 @@ PORTNAME= old-time PORTVERSION= 1.1.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-optparse-applicative/Makefile b/devel/hs-optparse-applicative/Makefile index cb3810a0263d..b195fe4858eb 100644 --- a/devel/hs-optparse-applicative/Makefile +++ b/devel/hs-optparse-applicative/Makefile @@ -2,6 +2,7 @@ PORTNAME= optparse-applicative PORTVERSION= 0.14.0.0 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-parallel/Makefile b/devel/hs-parallel/Makefile index df37fc262ac5..4972750e1a48 100644 --- a/devel/hs-parallel/Makefile +++ b/devel/hs-parallel/Makefile @@ -2,6 +2,7 @@ PORTNAME= parallel PORTVERSION= 3.2.1.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-pcre-light/Makefile b/devel/hs-pcre-light/Makefile index f3f79fb6b118..d3788c0a1470 100644 --- a/devel/hs-pcre-light/Makefile +++ b/devel/hs-pcre-light/Makefile @@ -2,6 +2,7 @@ PORTNAME= pcre-light PORTVERSION= 0.4.0.4 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-prelude-extras/Makefile b/devel/hs-prelude-extras/Makefile index 4ae5a2c8a2c9..55989575fd61 100644 --- a/devel/hs-prelude-extras/Makefile +++ b/devel/hs-prelude-extras/Makefile @@ -2,6 +2,7 @@ PORTNAME= prelude-extras PORTVERSION= 0.4.0.3 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-preprocessor-tools/Makefile b/devel/hs-preprocessor-tools/Makefile index 883c31dcf276..b9183cf0c802 100644 --- a/devel/hs-preprocessor-tools/Makefile +++ b/devel/hs-preprocessor-tools/Makefile @@ -2,7 +2,7 @@ PORTNAME= preprocessor-tools PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-prettyclass/Makefile b/devel/hs-prettyclass/Makefile index db2ddc337da5..a71a9377336a 100644 --- a/devel/hs-prettyclass/Makefile +++ b/devel/hs-prettyclass/Makefile @@ -2,7 +2,7 @@ PORTNAME= prettyclass PORTVERSION= 1.0.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-primitive/Makefile b/devel/hs-primitive/Makefile index a7edc0af71ed..8b4c9f00fdf6 100644 --- a/devel/hs-primitive/Makefile +++ b/devel/hs-primitive/Makefile @@ -2,6 +2,7 @@ PORTNAME= primitive PORTVERSION= 0.6.2.0 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-process-extras/Makefile b/devel/hs-process-extras/Makefile index f1e14a35cb9a..bd0747a3583a 100644 --- a/devel/hs-process-extras/Makefile +++ b/devel/hs-process-extras/Makefile @@ -2,6 +2,7 @@ PORTNAME= process-extras PORTVERSION= 0.7.2 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-profunctors/Makefile b/devel/hs-profunctors/Makefile index 7c841d19b093..e8a27dd0df25 100644 --- a/devel/hs-profunctors/Makefile +++ b/devel/hs-profunctors/Makefile @@ -2,6 +2,7 @@ PORTNAME= profunctors PORTVERSION= 5.2 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-project-template/Makefile b/devel/hs-project-template/Makefile index 925323f1802e..d69dcb232d2b 100644 --- a/devel/hs-project-template/Makefile +++ b/devel/hs-project-template/Makefile @@ -2,7 +2,7 @@ PORTNAME= project-template PORTVERSION= 0.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-psqueues/Makefile b/devel/hs-psqueues/Makefile index 96030e716417..07abee5bf875 100644 --- a/devel/hs-psqueues/Makefile +++ b/devel/hs-psqueues/Makefile @@ -2,6 +2,7 @@ PORTNAME= psqueues PORTVERSION= 0.2.3.0 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-quickcheck-io/Makefile b/devel/hs-quickcheck-io/Makefile index c9a3a5f67909..0d7772d20b1f 100644 --- a/devel/hs-quickcheck-io/Makefile +++ b/devel/hs-quickcheck-io/Makefile @@ -2,6 +2,7 @@ PORTNAME= quickcheck-io PORTVERSION= 0.2.0 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-random/Makefile b/devel/hs-random/Makefile index accdf3b5a03e..b14284f93979 100644 --- a/devel/hs-random/Makefile +++ b/devel/hs-random/Makefile @@ -2,7 +2,7 @@ PORTNAME= random PORTVERSION= 1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-readable/Makefile b/devel/hs-readable/Makefile index 80181c0289e3..dea27707cb52 100644 --- a/devel/hs-readable/Makefile +++ b/devel/hs-readable/Makefile @@ -2,6 +2,7 @@ PORTNAME= readable PORTVERSION= 0.3.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-readline/Makefile b/devel/hs-readline/Makefile index 3fc0b6d722c8..491a49ba43e7 100644 --- a/devel/hs-readline/Makefile +++ b/devel/hs-readline/Makefile @@ -3,7 +3,7 @@ PORTNAME= readline PORTVERSION= 1.0.3.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-refact/Makefile b/devel/hs-refact/Makefile index d6ff92d47c3b..e20c6faaf8c5 100644 --- a/devel/hs-refact/Makefile +++ b/devel/hs-refact/Makefile @@ -2,6 +2,7 @@ PORTNAME= refact PORTVERSION= 0.3.0.2 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-reflection/Makefile b/devel/hs-reflection/Makefile index 9fd729453cc6..b8802f12b114 100644 --- a/devel/hs-reflection/Makefile +++ b/devel/hs-reflection/Makefile @@ -2,6 +2,7 @@ PORTNAME= reflection PORTVERSION= 2.1.2 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-resource-pool/Makefile b/devel/hs-resource-pool/Makefile index e4064e8919d9..278a023b0d12 100644 --- a/devel/hs-resource-pool/Makefile +++ b/devel/hs-resource-pool/Makefile @@ -2,7 +2,7 @@ PORTNAME= resource-pool PORTVERSION= 0.2.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-resourcet/Makefile b/devel/hs-resourcet/Makefile index df16fa3a3d47..2fb3992a9b12 100644 --- a/devel/hs-resourcet/Makefile +++ b/devel/hs-resourcet/Makefile @@ -2,6 +2,7 @@ PORTNAME= resourcet PORTVERSION= 1.1.9 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-safe-exceptions/Makefile b/devel/hs-safe-exceptions/Makefile index 5eddfdd566cd..fbc0b18a2730 100644 --- a/devel/hs-safe-exceptions/Makefile +++ b/devel/hs-safe-exceptions/Makefile @@ -2,6 +2,7 @@ PORTNAME= safe-exceptions PORTVERSION= 0.1.6.0 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-safe/Makefile b/devel/hs-safe/Makefile index 2a782f0a5a81..751f63f2935e 100644 --- a/devel/hs-safe/Makefile +++ b/devel/hs-safe/Makefile @@ -3,6 +3,7 @@ PORTNAME= safe PORTVERSION= 0.3.15 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-say/Makefile b/devel/hs-say/Makefile index 0478c112bcf1..c76b84490658 100644 --- a/devel/hs-say/Makefile +++ b/devel/hs-say/Makefile @@ -2,6 +2,7 @@ PORTNAME= say PORTVERSION= 0.1.0.0 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-scientific/Makefile b/devel/hs-scientific/Makefile index 73f2d8f979cd..53cce24769b3 100644 --- a/devel/hs-scientific/Makefile +++ b/devel/hs-scientific/Makefile @@ -2,6 +2,7 @@ PORTNAME= scientific PORTVERSION= 0.3.5.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-securemem/Makefile b/devel/hs-securemem/Makefile index 6e4ef44e4956..fcd425c77bea 100644 --- a/devel/hs-securemem/Makefile +++ b/devel/hs-securemem/Makefile @@ -2,7 +2,7 @@ PORTNAME= securemem PORTVERSION= 0.1.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-setenv/Makefile b/devel/hs-setenv/Makefile index 01a263d88fb2..501a0fef2901 100644 --- a/devel/hs-setenv/Makefile +++ b/devel/hs-setenv/Makefile @@ -2,7 +2,7 @@ PORTNAME= setenv PORTVERSION= 0.1.1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-setlocale/Makefile b/devel/hs-setlocale/Makefile index cb52ddbc01fc..fa2ad9188132 100644 --- a/devel/hs-setlocale/Makefile +++ b/devel/hs-setlocale/Makefile @@ -2,6 +2,7 @@ PORTNAME= setlocale PORTVERSION= 1.0.0.5 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-shake/Makefile b/devel/hs-shake/Makefile index 3d416c62ecb7..f4ceb82429ba 100644 --- a/devel/hs-shake/Makefile +++ b/devel/hs-shake/Makefile @@ -2,6 +2,7 @@ PORTNAME= shake PORTVERSION= 0.15.11 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-show/Makefile b/devel/hs-show/Makefile index 070f1e4132cb..35b24dacba8e 100644 --- a/devel/hs-show/Makefile +++ b/devel/hs-show/Makefile @@ -3,7 +3,7 @@ PORTNAME= show PORTVERSION= 0.6 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-silently/Makefile b/devel/hs-silently/Makefile index f322b082ce2a..d15c6bec8288 100644 --- a/devel/hs-silently/Makefile +++ b/devel/hs-silently/Makefile @@ -2,7 +2,7 @@ PORTNAME= silently PORTVERSION= 1.2.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-simple-reflect/Makefile b/devel/hs-simple-reflect/Makefile index f86c586cfeaa..40a47decc930 100644 --- a/devel/hs-simple-reflect/Makefile +++ b/devel/hs-simple-reflect/Makefile @@ -2,7 +2,7 @@ PORTNAME= simple-reflect PORTVERSION= 0.3.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-smallcheck/Makefile b/devel/hs-smallcheck/Makefile index 5af58b0c0d50..731dabdd8cf0 100644 --- a/devel/hs-smallcheck/Makefile +++ b/devel/hs-smallcheck/Makefile @@ -3,7 +3,7 @@ PORTNAME= smallcheck PORTVERSION= 1.1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-split/Makefile b/devel/hs-split/Makefile index 83c3bf798482..e11d8cbb2c40 100644 --- a/devel/hs-split/Makefile +++ b/devel/hs-split/Makefile @@ -3,6 +3,7 @@ PORTNAME= split PORTVERSION= 0.2.3.2 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-stm-chans/Makefile b/devel/hs-stm-chans/Makefile index b07d13b484ad..10844930afa6 100644 --- a/devel/hs-stm-chans/Makefile +++ b/devel/hs-stm-chans/Makefile @@ -2,7 +2,7 @@ PORTNAME= stm-chans PORTVERSION= 3.0.0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-stm/Makefile b/devel/hs-stm/Makefile index 22cde311a15c..dd8098384d1c 100644 --- a/devel/hs-stm/Makefile +++ b/devel/hs-stm/Makefile @@ -2,6 +2,7 @@ PORTNAME= stm PORTVERSION= 2.4.4.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-streaming-commons/Makefile b/devel/hs-streaming-commons/Makefile index 99b29947f4a7..cb80c98c4020 100644 --- a/devel/hs-streaming-commons/Makefile +++ b/devel/hs-streaming-commons/Makefile @@ -2,6 +2,7 @@ PORTNAME= streaming-commons PORTVERSION= 0.1.18 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-strict/Makefile b/devel/hs-strict/Makefile index 4d965caf7955..469870770a21 100644 --- a/devel/hs-strict/Makefile +++ b/devel/hs-strict/Makefile @@ -2,7 +2,7 @@ PORTNAME= strict PORTVERSION= 0.3.2 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-syb-with-class/Makefile b/devel/hs-syb-with-class/Makefile index f6ecddc074f3..6159390389da 100644 --- a/devel/hs-syb-with-class/Makefile +++ b/devel/hs-syb-with-class/Makefile @@ -2,6 +2,7 @@ PORTNAME= syb-with-class PORTVERSION= 0.6.1.7 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-syb/Makefile b/devel/hs-syb/Makefile index bb8b8da5b79c..e42b5b1e5102 100644 --- a/devel/hs-syb/Makefile +++ b/devel/hs-syb/Makefile @@ -2,6 +2,7 @@ PORTNAME= syb PORTVERSION= 0.7 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-system-fileio/Makefile b/devel/hs-system-fileio/Makefile index a6e46b1af235..4c7d8e620cd6 100644 --- a/devel/hs-system-fileio/Makefile +++ b/devel/hs-system-fileio/Makefile @@ -2,7 +2,7 @@ PORTNAME= system-fileio PORTVERSION= 0.3.16.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-system-filepath/Makefile b/devel/hs-system-filepath/Makefile index 8db67de2659e..45149c5a7468 100644 --- a/devel/hs-system-filepath/Makefile +++ b/devel/hs-system-filepath/Makefile @@ -2,7 +2,7 @@ PORTNAME= system-filepath PORTVERSION= 0.4.13.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-tagged/Makefile b/devel/hs-tagged/Makefile index a02893d86140..92ed8dfab14d 100644 --- a/devel/hs-tagged/Makefile +++ b/devel/hs-tagged/Makefile @@ -2,6 +2,7 @@ PORTNAME= tagged PORTVERSION= 0.8.5 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-temporary/Makefile b/devel/hs-temporary/Makefile index 1f350c016be7..745176b4b5b5 100644 --- a/devel/hs-temporary/Makefile +++ b/devel/hs-temporary/Makefile @@ -2,6 +2,7 @@ PORTNAME= temporary PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-terminal-size/Makefile b/devel/hs-terminal-size/Makefile index 1c271b2b524a..196f5f118202 100644 --- a/devel/hs-terminal-size/Makefile +++ b/devel/hs-terminal-size/Makefile @@ -2,6 +2,7 @@ PORTNAME= terminal-size PORTVERSION= 0.3.2.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-test-framework-hunit/Makefile b/devel/hs-test-framework-hunit/Makefile index c6ed7562c63f..7329c459e08d 100644 --- a/devel/hs-test-framework-hunit/Makefile +++ b/devel/hs-test-framework-hunit/Makefile @@ -2,6 +2,7 @@ PORTNAME= test-framework-hunit PORTVERSION= 0.3.0.2 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-test-framework-quickcheck2/Makefile b/devel/hs-test-framework-quickcheck2/Makefile index 84b48062ca53..71adbc08b3ed 100644 --- a/devel/hs-test-framework-quickcheck2/Makefile +++ b/devel/hs-test-framework-quickcheck2/Makefile @@ -2,6 +2,7 @@ PORTNAME= test-framework-quickcheck2 PORTVERSION= 0.3.0.4 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-test-framework/Makefile b/devel/hs-test-framework/Makefile index f033ca9c05bc..575ea9fdf39e 100644 --- a/devel/hs-test-framework/Makefile +++ b/devel/hs-test-framework/Makefile @@ -2,7 +2,7 @@ PORTNAME= test-framework PORTVERSION= 0.8.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-text-icu/Makefile b/devel/hs-text-icu/Makefile index a182813385ad..33d549f59251 100644 --- a/devel/hs-text-icu/Makefile +++ b/devel/hs-text-icu/Makefile @@ -2,7 +2,7 @@ PORTNAME= text-icu PORTVERSION= 0.7.0.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-text-short/Makefile b/devel/hs-text-short/Makefile index 52962ca1fdf9..1fc7f094220c 100644 --- a/devel/hs-text-short/Makefile +++ b/devel/hs-text-short/Makefile @@ -2,6 +2,7 @@ PORTNAME= text-short PORTVERSION= 0.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-text/Makefile b/devel/hs-text/Makefile index 708d442fe311..b7e1dcdc5de3 100644 --- a/devel/hs-text/Makefile +++ b/devel/hs-text/Makefile @@ -2,6 +2,7 @@ PORTNAME= text PORTVERSION= 1.2.2.2 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-tf-random/Makefile b/devel/hs-tf-random/Makefile index 21651b0d2344..160021d12738 100644 --- a/devel/hs-tf-random/Makefile +++ b/devel/hs-tf-random/Makefile @@ -2,7 +2,7 @@ PORTNAME= tf-random PORTVERSION= 0.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-th-abstraction/Makefile b/devel/hs-th-abstraction/Makefile index 35038d7d8d1d..345e3f856728 100644 --- a/devel/hs-th-abstraction/Makefile +++ b/devel/hs-th-abstraction/Makefile @@ -2,6 +2,7 @@ PORTNAME= th-abstraction PORTVERSION= 0.2.3.0 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-th-lift-instances/Makefile b/devel/hs-th-lift-instances/Makefile index efae271c7fc5..2a33d30e479d 100644 --- a/devel/hs-th-lift-instances/Makefile +++ b/devel/hs-th-lift-instances/Makefile @@ -2,6 +2,7 @@ PORTNAME= th-lift-instances PORTVERSION= 0.1.11 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-th-lift/Makefile b/devel/hs-th-lift/Makefile index 2bc68f6f6b13..d683e2534132 100644 --- a/devel/hs-th-lift/Makefile +++ b/devel/hs-th-lift/Makefile @@ -2,6 +2,7 @@ PORTNAME= th-lift PORTVERSION= 0.7.7 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-threads/Makefile b/devel/hs-threads/Makefile index 1a9b2f381f7a..b2b4ae3971ad 100644 --- a/devel/hs-threads/Makefile +++ b/devel/hs-threads/Makefile @@ -2,6 +2,7 @@ PORTNAME= threads PORTVERSION= 0.5.1.4 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-threadscope/Makefile b/devel/hs-threadscope/Makefile index c672767c2a90..6a2cd6d3f7c2 100644 --- a/devel/hs-threadscope/Makefile +++ b/devel/hs-threadscope/Makefile @@ -2,6 +2,7 @@ PORTNAME= threadscope PORTVERSION= 0.2.8 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-time-compat/Makefile b/devel/hs-time-compat/Makefile index ee232153eca6..607b820fa0cf 100644 --- a/devel/hs-time-compat/Makefile +++ b/devel/hs-time-compat/Makefile @@ -2,7 +2,7 @@ PORTNAME= time-compat PORTVERSION= 0.1.0.3 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-time-locale-compat/Makefile b/devel/hs-time-locale-compat/Makefile index dc7ae2c30a6c..09480120c9e5 100644 --- a/devel/hs-time-locale-compat/Makefile +++ b/devel/hs-time-locale-compat/Makefile @@ -2,6 +2,7 @@ PORTNAME= time-locale-compat PORTVERSION= 0.1.1.3 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-timezone-olson/Makefile b/devel/hs-timezone-olson/Makefile index cb0ce7e338bb..7be294799ab2 100644 --- a/devel/hs-timezone-olson/Makefile +++ b/devel/hs-timezone-olson/Makefile @@ -2,6 +2,7 @@ PORTNAME= timezone-olson PORTVERSION= 0.1.8 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-timezone-series/Makefile b/devel/hs-timezone-series/Makefile index 5f5f42ae154f..0eac6e99a4ce 100644 --- a/devel/hs-timezone-series/Makefile +++ b/devel/hs-timezone-series/Makefile @@ -2,6 +2,7 @@ PORTNAME= timezone-series PORTVERSION= 0.1.8 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-transformers-base/Makefile b/devel/hs-transformers-base/Makefile index 191da8aae503..82b0c59ce9d7 100644 --- a/devel/hs-transformers-base/Makefile +++ b/devel/hs-transformers-base/Makefile @@ -2,7 +2,7 @@ PORTNAME= transformers-base PORTVERSION= 0.4.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-transformers-compat/Makefile b/devel/hs-transformers-compat/Makefile index 49a7b438db9e..688513ed7e82 100644 --- a/devel/hs-transformers-compat/Makefile +++ b/devel/hs-transformers-compat/Makefile @@ -2,6 +2,7 @@ PORTNAME= transformers-compat PORTVERSION= 0.5.1.4 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-typed-process/Makefile b/devel/hs-typed-process/Makefile index 484ef4f4593f..044421e9dc7e 100644 --- a/devel/hs-typed-process/Makefile +++ b/devel/hs-typed-process/Makefile @@ -2,6 +2,7 @@ PORTNAME= typed-process PORTVERSION= 0.1.0.0 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-unamb/Makefile b/devel/hs-unamb/Makefile index 0f9bb6afcdc1..8e0bd75d30f1 100644 --- a/devel/hs-unamb/Makefile +++ b/devel/hs-unamb/Makefile @@ -3,7 +3,7 @@ PORTNAME= unamb PORTVERSION= 0.2.5 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-unexceptionalio/Makefile b/devel/hs-unexceptionalio/Makefile index 478caf7e2844..f8fab4b16282 100644 --- a/devel/hs-unexceptionalio/Makefile +++ b/devel/hs-unexceptionalio/Makefile @@ -2,6 +2,7 @@ PORTNAME= unexceptionalio PORTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-uniplate/Makefile b/devel/hs-uniplate/Makefile index 438271c4f71d..8b840ffdb1de 100644 --- a/devel/hs-uniplate/Makefile +++ b/devel/hs-uniplate/Makefile @@ -3,7 +3,7 @@ PORTNAME= uniplate PORTVERSION= 1.6.12 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-unix-compat/Makefile b/devel/hs-unix-compat/Makefile index 286972d418df..e5f170e3bf05 100644 --- a/devel/hs-unix-compat/Makefile +++ b/devel/hs-unix-compat/Makefile @@ -3,6 +3,7 @@ PORTNAME= unix-compat PORTVERSION= 0.4.3.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-unix-time/Makefile b/devel/hs-unix-time/Makefile index a00285d3d423..44182a82c4ea 100644 --- a/devel/hs-unix-time/Makefile +++ b/devel/hs-unix-time/Makefile @@ -2,6 +2,7 @@ PORTNAME= unix-time PORTVERSION= 0.3.7 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-unordered-containers/Makefile b/devel/hs-unordered-containers/Makefile index a2a47703434f..28d738e1d089 100644 --- a/devel/hs-unordered-containers/Makefile +++ b/devel/hs-unordered-containers/Makefile @@ -2,6 +2,7 @@ PORTNAME= unordered-containers PORTVERSION= 0.2.8.0 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-utf8-light/Makefile b/devel/hs-utf8-light/Makefile index c80fa39461ad..e5b45bb66415 100644 --- a/devel/hs-utf8-light/Makefile +++ b/devel/hs-utf8-light/Makefile @@ -2,7 +2,7 @@ PORTNAME= utf8-light PORTVERSION= 0.4.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-utf8-string/Makefile b/devel/hs-utf8-string/Makefile index d20be246dd5e..19981965a719 100644 --- a/devel/hs-utf8-string/Makefile +++ b/devel/hs-utf8-string/Makefile @@ -2,6 +2,7 @@ PORTNAME= utf8-string PORTVERSION= 1.0.1.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-utility-ht/Makefile b/devel/hs-utility-ht/Makefile index 9b4fc6cf94ab..96bde57f6815 100644 --- a/devel/hs-utility-ht/Makefile +++ b/devel/hs-utility-ht/Makefile @@ -3,7 +3,7 @@ PORTNAME= utility-ht PORTVERSION= 0.0.14 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-uuagc-bootstrap/Makefile b/devel/hs-uuagc-bootstrap/Makefile index 51d273d16d69..a2de8becf4e0 100644 --- a/devel/hs-uuagc-bootstrap/Makefile +++ b/devel/hs-uuagc-bootstrap/Makefile @@ -2,7 +2,7 @@ PORTNAME= uuagc-bootstrap PORTVERSION= 0.9.40.2 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-uuagc-cabal/Makefile b/devel/hs-uuagc-cabal/Makefile index 6eda0f8fe7c0..52f2acb0774e 100644 --- a/devel/hs-uuagc-cabal/Makefile +++ b/devel/hs-uuagc-cabal/Makefile @@ -2,7 +2,7 @@ PORTNAME= uuagc-cabal PORTVERSION= 1.0.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-uuagc/Makefile b/devel/hs-uuagc/Makefile index 24dd6eee08c0..0e45ff28cc71 100644 --- a/devel/hs-uuagc/Makefile +++ b/devel/hs-uuagc/Makefile @@ -3,7 +3,7 @@ PORTNAME= uuagc PORTVERSION= 0.9.52.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-uuid-types/Makefile b/devel/hs-uuid-types/Makefile index 09625c5e4458..c9904ff8656e 100644 --- a/devel/hs-uuid-types/Makefile +++ b/devel/hs-uuid-types/Makefile @@ -2,6 +2,7 @@ PORTNAME= uuid-types PORTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-uuid/Makefile b/devel/hs-uuid/Makefile index a2d89949f100..70ab8f393d6a 100644 --- a/devel/hs-uuid/Makefile +++ b/devel/hs-uuid/Makefile @@ -2,6 +2,7 @@ PORTNAME= uuid PORTVERSION= 1.3.13 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-uulib/Makefile b/devel/hs-uulib/Makefile index 86d6fb8a7746..b26bba0a1375 100644 --- a/devel/hs-uulib/Makefile +++ b/devel/hs-uulib/Makefile @@ -3,6 +3,7 @@ PORTNAME= uulib PORTVERSION= 0.9.22 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-vault/Makefile b/devel/hs-vault/Makefile index 2960d8f42e2c..cad6ec8b0cab 100644 --- a/devel/hs-vault/Makefile +++ b/devel/hs-vault/Makefile @@ -2,6 +2,7 @@ PORTNAME= vault PORTVERSION= 0.3.0.7 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-vector-algorithms/Makefile b/devel/hs-vector-algorithms/Makefile index f583f635ebd9..28b3e95f3b01 100644 --- a/devel/hs-vector-algorithms/Makefile +++ b/devel/hs-vector-algorithms/Makefile @@ -2,7 +2,7 @@ PORTNAME= vector-algorithms PORTVERSION= 0.7.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-vector-binary-instances/Makefile b/devel/hs-vector-binary-instances/Makefile index c189614d8eab..3abd72d7e122 100644 --- a/devel/hs-vector-binary-instances/Makefile +++ b/devel/hs-vector-binary-instances/Makefile @@ -2,6 +2,7 @@ PORTNAME= vector-binary-instances PORTVERSION= 0.2.3.5 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-vector-instances/Makefile b/devel/hs-vector-instances/Makefile index c14905189629..3e027108bb7f 100644 --- a/devel/hs-vector-instances/Makefile +++ b/devel/hs-vector-instances/Makefile @@ -2,6 +2,7 @@ PORTNAME= vector-instances PORTVERSION= 3.4 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-vector-th-unbox/Makefile b/devel/hs-vector-th-unbox/Makefile index 44dd21d37cc7..124099689a39 100644 --- a/devel/hs-vector-th-unbox/Makefile +++ b/devel/hs-vector-th-unbox/Makefile @@ -2,6 +2,7 @@ PORTNAME= vector-th-unbox PORTVERSION= 0.2.1.6 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-vector/Makefile b/devel/hs-vector/Makefile index 06bb9aef7430..cae07fc14814 100644 --- a/devel/hs-vector/Makefile +++ b/devel/hs-vector/Makefile @@ -2,6 +2,7 @@ PORTNAME= vector PORTVERSION= 0.12.0.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-void/Makefile b/devel/hs-void/Makefile index fcf7fdab7ef9..940ebb0d09dc 100644 --- a/devel/hs-void/Makefile +++ b/devel/hs-void/Makefile @@ -2,6 +2,7 @@ PORTNAME= void PORTVERSION= 0.7.2 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-wl-pprint-text/Makefile b/devel/hs-wl-pprint-text/Makefile index ead23629123c..bd62c88b63d1 100644 --- a/devel/hs-wl-pprint-text/Makefile +++ b/devel/hs-wl-pprint-text/Makefile @@ -2,6 +2,7 @@ PORTNAME= wl-pprint-text PORTVERSION= 1.1.1.0 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-word8/Makefile b/devel/hs-word8/Makefile index 408731ca0352..d5de09ca49f5 100644 --- a/devel/hs-word8/Makefile +++ b/devel/hs-word8/Makefile @@ -2,7 +2,7 @@ PORTNAME= word8 PORTVERSION= 0.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/stack/Makefile b/devel/stack/Makefile index 0350cfd6403c..91838f49ca3d 100644 --- a/devel/stack/Makefile +++ b/devel/stack/Makefile @@ -11,6 +11,7 @@ PORTNAME= stack PORTVERSION= 1.5.1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= devel haskell MASTER_SITES= GH \ https://github.com/applicative-tech/stack-dependencies/releases/download/v${PORTVERSION}/:deps diff --git a/dns/hs-dns/Makefile b/dns/hs-dns/Makefile index 3cfe926b4e78..8bb869a99883 100644 --- a/dns/hs-dns/Makefile +++ b/dns/hs-dns/Makefile @@ -2,6 +2,7 @@ PORTNAME= dns PORTVERSION= 2.0.10 +PORTREVISION= 1 CATEGORIES= dns haskell MAINTAINER= haskell@FreeBSD.org diff --git a/dns/hs-gnuidn/Makefile b/dns/hs-gnuidn/Makefile index ccf3160efe8d..9bba43d70f94 100644 --- a/dns/hs-gnuidn/Makefile +++ b/dns/hs-gnuidn/Makefile @@ -2,6 +2,7 @@ PORTNAME= gnuidn PORTVERSION= 0.2.2 +PORTREVISION= 1 CATEGORIES= dns haskell MAINTAINER= haskell@FreeBSD.org diff --git a/ftp/hs-curl/Makefile b/ftp/hs-curl/Makefile index c6485e509c5d..57586ca9403e 100644 --- a/ftp/hs-curl/Makefile +++ b/ftp/hs-curl/Makefile @@ -2,7 +2,7 @@ PORTNAME= curl PORTVERSION= 1.3.8 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= ftp haskell MAINTAINER= haskell@FreeBSD.org diff --git a/games/hs-scroll/Makefile b/games/hs-scroll/Makefile index cbdc5729ca8b..eb18055d3316 100644 --- a/games/hs-scroll/Makefile +++ b/games/hs-scroll/Makefile @@ -3,6 +3,7 @@ PORTNAME= scroll PORTVERSION= 1.20170122 +PORTREVISION= 1 CATEGORIES= games haskell MAINTAINER= haskell@FreeBSD.org diff --git a/graphics/hs-HGL/Makefile b/graphics/hs-HGL/Makefile index 13d66cd5ddbe..538b2a5c1b5b 100644 --- a/graphics/hs-HGL/Makefile +++ b/graphics/hs-HGL/Makefile @@ -3,7 +3,7 @@ PORTNAME= HGL PORTVERSION= 3.2.0.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics haskell MAINTAINER= haskell@FreeBSD.org diff --git a/graphics/hs-JuicyPixels/Makefile b/graphics/hs-JuicyPixels/Makefile index e9147630beb2..3fcb9102b5f2 100644 --- a/graphics/hs-JuicyPixels/Makefile +++ b/graphics/hs-JuicyPixels/Makefile @@ -2,6 +2,7 @@ PORTNAME= JuicyPixels PORTVERSION= 3.2.8.2 +PORTREVISION= 1 CATEGORIES= graphics haskell MAINTAINER= haskell@FreeBSD.org diff --git a/graphics/hs-cairo/Makefile b/graphics/hs-cairo/Makefile index a6bdadc1ee4f..ce777d1f3b20 100644 --- a/graphics/hs-cairo/Makefile +++ b/graphics/hs-cairo/Makefile @@ -2,6 +2,7 @@ PORTNAME= cairo PORTVERSION= 0.13.3.1 +PORTREVISION= 1 CATEGORIES= graphics haskell MAINTAINER= haskell@FreeBSD.org diff --git a/graphics/hs-dia-base/Makefile b/graphics/hs-dia-base/Makefile index d0061958bb4b..5e4c7ac253e2 100644 --- a/graphics/hs-dia-base/Makefile +++ b/graphics/hs-dia-base/Makefile @@ -2,6 +2,7 @@ PORTNAME= dia-base PORTVERSION= 0.1.1.4 +PORTREVISION= 1 CATEGORIES= graphics haskell MAINTAINER= haskell@FreeBSD.org diff --git a/graphics/hs-dia-functions/Makefile b/graphics/hs-dia-functions/Makefile index 235747aac523..afd114a7c31f 100644 --- a/graphics/hs-dia-functions/Makefile +++ b/graphics/hs-dia-functions/Makefile @@ -2,7 +2,7 @@ PORTNAME= dia-functions PORTVERSION= 0.2.1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics haskell MAINTAINER= haskell@FreeBSD.org diff --git a/graphics/hs-graphviz/Makefile b/graphics/hs-graphviz/Makefile index 14ff0e73eaf3..ed01fdf1b8e6 100644 --- a/graphics/hs-graphviz/Makefile +++ b/graphics/hs-graphviz/Makefile @@ -2,6 +2,7 @@ PORTNAME= graphviz PORTVERSION= 2999.19.0.0 +PORTREVISION= 1 CATEGORIES= graphics haskell MAINTAINER= haskell@FreeBSD.org diff --git a/graphics/hs-svgcairo/Makefile b/graphics/hs-svgcairo/Makefile index e8f6b69f6750..7b14ab9e904e 100644 --- a/graphics/hs-svgcairo/Makefile +++ b/graphics/hs-svgcairo/Makefile @@ -2,6 +2,7 @@ PORTNAME= svgcairo PORTVERSION= 0.13.1.1 +PORTREVISION= 1 CATEGORIES= graphics haskell MAINTAINER= haskell@FreeBSD.org diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile index 7be0be63f8b3..812265537e4a 100644 --- a/lang/ghc/Makefile +++ b/lang/ghc/Makefile @@ -3,7 +3,7 @@ PORTNAME= ghc PORTVERSION= ${GHC_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang haskell MASTER_SITES= http://www.haskell.org/ghc/dist/${PORTVERSION}/:source \ LOCAL/pgj/:boot @@ -94,13 +94,6 @@ BOOT_GHC_VERSION= 7.10.2 DISTFILES+= ghc-${BOOT_GHC_VERSION}-boot-${ARCH}-freebsd${EXTRACT_SUFX}:boot .endif # MBOOT -# LLVM is still not properly supported, further it does not make sense to have -# to depend on old llvm ports that will be removed from the ports soon. -# So for now, stick to GCC. -# https://ghc.haskell.org/trac/ghc/wiki/Commentary/Compiler/Backends/LLVM/Installing -# We should however investigate whether base's clang is enough to build ghc&co. -# This will likely require some modifications to compiler/main/*hs -USE_GCC= yes CONFIGURE_ARGS+= -with-gcc=${CC} .if empty(PORT_OPTIONS:MBOOT) CONFIGURE_ARGS_BOOT+= --with-gcc=${CC} diff --git a/lang/ghc/bsd.cabal.mk b/lang/ghc/bsd.cabal.mk index 3a096ea45eae..fe34b743e6e1 100644 --- a/lang/ghc/bsd.cabal.mk +++ b/lang/ghc/bsd.cabal.mk @@ -96,13 +96,6 @@ BUILD_DEPENDS+= ghc:lang/ghc BUILD_DEPENDS+= ghc>=${GHC_VERSION}:lang/ghc .endif -# LLVM is still not properly supported, further it does not make sense to have -# to depend on old llvm ports that will be removed from the ports soon. -# So for now, stick to GCC -- this might change with ghc-8.4. -# https://ghc.haskell.org/trac/ghc/wiki/Commentary/Compiler/Backends/LLVM/Installing -# We should however investigate whether base's clang is enough to build ghc&co. -USE_GCC= yes - CONFIGURE_ARGS+= --with-gcc=${CC} --with-ld=${LD} --with-ar=${AR} diff --git a/lang/ghc/files/patch-compiler_main_SysTools.hs b/lang/ghc/files/patch-compiler_main_SysTools.hs new file mode 100644 index 000000000000..06dce352555a --- /dev/null +++ b/lang/ghc/files/patch-compiler_main_SysTools.hs @@ -0,0 +1,12 @@ +--- compiler/main/SysTools.hs.orig 2017-08-12 09:25:57 UTC ++++ compiler/main/SysTools.hs +@@ -907,6 +907,9 @@ getCompilerInfo' dflags = do + -- Regular clang + | any ("clang version" `isInfixOf`) stde = + return Clang ++ -- FreeBSD clang ++ | any ("FreeBSD clang version" `isInfixOf`) stde = ++ return Clang + -- XCode 5.1 clang + | any ("Apple LLVM version 5.1" `isPrefixOf`) stde = + return AppleClang51 diff --git a/lang/ghc/files/patch-includes_rts_storage_ClosureMacros.h b/lang/ghc/files/patch-includes_rts_storage_ClosureMacros.h new file mode 100644 index 000000000000..77e317c60036 --- /dev/null +++ b/lang/ghc/files/patch-includes_rts_storage_ClosureMacros.h @@ -0,0 +1,22 @@ +--- includes/rts/storage/ClosureMacros.h.orig 2018-01-03 13:27:55 UTC ++++ includes/rts/storage/ClosureMacros.h +@@ -499,8 +499,17 @@ INLINE_HEADER StgWord8 *mutArrPtrsCard ( + + -------------------------------------------------------------------------- */ + +-#define ZERO_SLOP_FOR_LDV_PROF (defined(PROFILING)) +-#define ZERO_SLOP_FOR_SANITY_CHECK (defined(DEBUG) && !defined(THREADED_RTS)) ++#if defined(PROFILING) ++#define ZERO_SLOP_FOR_LDV_PROF 1 ++#else ++#define ZERO_SLOP_FOR_LDV_PROF 0 ++#endif ++ ++#if defined(DEBUG) && !defined(THREADED_RTS) ++#define ZERO_SLOP_FOR_SANITY_CHECK 1 ++#else ++#define ZERO_SLOP_FOR_SANITY_CHECK 0 ++#endif + + #if ZERO_SLOP_FOR_LDV_PROF || ZERO_SLOP_FOR_SANITY_CHECK + #define OVERWRITING_CLOSURE(c) overwritingClosure(c) diff --git a/lang/ghc/files/patch-rts_Linker.c b/lang/ghc/files/patch-rts_Linker.c new file mode 100644 index 000000000000..9597fe887603 --- /dev/null +++ b/lang/ghc/files/patch-rts_Linker.c @@ -0,0 +1,11 @@ +--- rts/Linker.c.orig 2017-08-12 09:22:13 UTC ++++ rts/Linker.c +@@ -797,7 +797,7 @@ initLinker_ (int retain_cafs) + # endif /* RTLD_DEFAULT */ + + compileResult = regcomp(&re_invalid, +- "(([^ \t()])+\\.so([^ \t:()])*):([ \t])*(invalid ELF header|file too short)", ++ "(([^ \t()])+\\.so([^ \t:()])*):([ \t])*(invalid ELF header|file too short|invalid file format)", + REG_EXTENDED); + if (compileResult != 0) { + barf("Compiling re_invalid failed"); diff --git a/lang/hs-brainfuck/Makefile b/lang/hs-brainfuck/Makefile index 5605e5237b7e..bbe84280616e 100644 --- a/lang/hs-brainfuck/Makefile +++ b/lang/hs-brainfuck/Makefile @@ -3,6 +3,7 @@ PORTNAME= brainfuck PORTVERSION= 0.1.0.3 +PORTREVISION= 1 CATEGORIES= lang haskell MAINTAINER= haskell@FreeBSD.org diff --git a/lang/hs-unlambda/Makefile b/lang/hs-unlambda/Makefile index 0d448a0366d6..1f0b20f729e0 100644 --- a/lang/hs-unlambda/Makefile +++ b/lang/hs-unlambda/Makefile @@ -3,6 +3,7 @@ PORTNAME= unlambda PORTVERSION= 0.1.4.2 +PORTREVISION= 1 CATEGORIES= lang haskell MAINTAINER= haskell@FreeBSD.org diff --git a/mail/hs-email-validate/Makefile b/mail/hs-email-validate/Makefile index 8d7102ea1653..e90754a4c401 100644 --- a/mail/hs-email-validate/Makefile +++ b/mail/hs-email-validate/Makefile @@ -2,6 +2,7 @@ PORTNAME= email-validate PORTVERSION= 2.3 +PORTREVISION= 1 CATEGORIES= mail haskell MAINTAINER= haskell@FreeBSD.org diff --git a/mail/hs-mime-mail/Makefile b/mail/hs-mime-mail/Makefile index bbbb5881bc17..b86a93feb91c 100644 --- a/mail/hs-mime-mail/Makefile +++ b/mail/hs-mime-mail/Makefile @@ -2,6 +2,7 @@ PORTNAME= mime-mail PORTVERSION= 0.4.13.1 +PORTREVISION= 1 CATEGORIES= mail haskell MAINTAINER= haskell@FreeBSD.org diff --git a/mail/hs-mime-types/Makefile b/mail/hs-mime-types/Makefile index 10b4d81ba1b7..cbee8b6d5ad5 100644 --- a/mail/hs-mime-types/Makefile +++ b/mail/hs-mime-types/Makefile @@ -2,6 +2,7 @@ PORTNAME= mime-types PORTVERSION= 0.1.0.7 +PORTREVISION= 1 CATEGORIES= mail haskell MAINTAINER= haskell@FreeBSD.org diff --git a/mail/hs-mime/Makefile b/mail/hs-mime/Makefile index 1bf11e8916e0..d6472827d5e7 100644 --- a/mail/hs-mime/Makefile +++ b/mail/hs-mime/Makefile @@ -3,7 +3,7 @@ PORTNAME= mime PORTVERSION= 0.4.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-Agda-stdlib/Makefile b/math/hs-Agda-stdlib/Makefile index 2a2923c4d023..56c747eadcdf 100644 --- a/math/hs-Agda-stdlib/Makefile +++ b/math/hs-Agda-stdlib/Makefile @@ -4,6 +4,7 @@ PORTNAME= Agda-stdlib PORTVERSION= 0.13 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-Agda/Makefile b/math/hs-Agda/Makefile index 7568b0e790a6..a9ef822c55af 100644 --- a/math/hs-Agda/Makefile +++ b/math/hs-Agda/Makefile @@ -3,6 +3,7 @@ PORTNAME= Agda PORTVERSION= 2.5.2 +PORTREVISION= 1 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-NumInstances/Makefile b/math/hs-NumInstances/Makefile index 69b4f66a57ab..b03bcaf30fe7 100644 --- a/math/hs-NumInstances/Makefile +++ b/math/hs-NumInstances/Makefile @@ -2,7 +2,7 @@ PORTNAME= NumInstances PORTVERSION= 1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-adjunctions/Makefile b/math/hs-adjunctions/Makefile index a78640a8ca00..3ba97c79ac8f 100644 --- a/math/hs-adjunctions/Makefile +++ b/math/hs-adjunctions/Makefile @@ -2,6 +2,7 @@ PORTNAME= adjunctions PORTVERSION= 4.3 +PORTREVISION= 1 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-categories/Makefile b/math/hs-categories/Makefile index 40e8b9936330..9f0e28b4be2e 100644 --- a/math/hs-categories/Makefile +++ b/math/hs-categories/Makefile @@ -2,7 +2,7 @@ PORTNAME= categories PORTVERSION= 1.0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-comonad/Makefile b/math/hs-comonad/Makefile index 1d112dcc83d7..7d6e59f59ca6 100644 --- a/math/hs-comonad/Makefile +++ b/math/hs-comonad/Makefile @@ -2,6 +2,7 @@ PORTNAME= comonad PORTVERSION= 5.0.1 +PORTREVISION= 1 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-contravariant/Makefile b/math/hs-contravariant/Makefile index f0435f253c13..dbb9d8143fcc 100644 --- a/math/hs-contravariant/Makefile +++ b/math/hs-contravariant/Makefile @@ -2,6 +2,7 @@ PORTNAME= contravariant PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-data-lens-template/Makefile b/math/hs-data-lens-template/Makefile index 1e82d9e83534..39373895c048 100644 --- a/math/hs-data-lens-template/Makefile +++ b/math/hs-data-lens-template/Makefile @@ -2,6 +2,7 @@ PORTNAME= data-lens-template PORTVERSION= 2.2 +PORTREVISION= 1 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-data-lens/Makefile b/math/hs-data-lens/Makefile index 74c7ec71f694..45e828040826 100644 --- a/math/hs-data-lens/Makefile +++ b/math/hs-data-lens/Makefile @@ -2,6 +2,7 @@ PORTNAME= data-lens PORTVERSION= 2.11.1 +PORTREVISION= 1 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-distributive/Makefile b/math/hs-distributive/Makefile index 70d19b7ff6a9..4f1dac443c98 100644 --- a/math/hs-distributive/Makefile +++ b/math/hs-distributive/Makefile @@ -2,6 +2,7 @@ PORTNAME= distributive PORTVERSION= 0.5.2 +PORTREVISION= 1 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-erf/Makefile b/math/hs-erf/Makefile index 9700eaa8082d..075c24da5a2c 100644 --- a/math/hs-erf/Makefile +++ b/math/hs-erf/Makefile @@ -3,7 +3,7 @@ PORTNAME= erf PORTVERSION= 2.0.0.0 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-fixed/Makefile b/math/hs-fixed/Makefile index fad801826842..19afe1330119 100644 --- a/math/hs-fixed/Makefile +++ b/math/hs-fixed/Makefile @@ -2,6 +2,7 @@ PORTNAME= fixed PORTVERSION= 0.2.1.1 +PORTREVISION= 1 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-half/Makefile b/math/hs-half/Makefile index 631df3c399bb..0f4ed6e0fc7d 100644 --- a/math/hs-half/Makefile +++ b/math/hs-half/Makefile @@ -2,6 +2,7 @@ PORTNAME= half PORTVERSION= 0.2.2.3 +PORTREVISION= 1 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-ieee754/Makefile b/math/hs-ieee754/Makefile index 062c92d94a9b..0bad09940b3a 100644 --- a/math/hs-ieee754/Makefile +++ b/math/hs-ieee754/Makefile @@ -2,6 +2,7 @@ PORTNAME= ieee754 PORTVERSION= 0.8.0 +PORTREVISION= 1 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-integer-logarithms/Makefile b/math/hs-integer-logarithms/Makefile index f37b53c1e076..503424042311 100644 --- a/math/hs-integer-logarithms/Makefile +++ b/math/hs-integer-logarithms/Makefile @@ -2,6 +2,7 @@ PORTNAME= integer-logarithms PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-kan-extensions/Makefile b/math/hs-kan-extensions/Makefile index 50e58d48039a..18ae40d8dea1 100644 --- a/math/hs-kan-extensions/Makefile +++ b/math/hs-kan-extensions/Makefile @@ -2,6 +2,7 @@ PORTNAME= kan-extensions PORTVERSION= 5.0.2 +PORTREVISION= 1 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-math-functions/Makefile b/math/hs-math-functions/Makefile index 2cd2d0f0713d..9088c73eb25a 100644 --- a/math/hs-math-functions/Makefile +++ b/math/hs-math-functions/Makefile @@ -3,6 +3,7 @@ PORTNAME= math-functions PORTVERSION= 0.2.1.0 +PORTREVISION= 1 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-mwc-random/Makefile b/math/hs-mwc-random/Makefile index a7e58bd2dea4..e5febca93634 100644 --- a/math/hs-mwc-random/Makefile +++ b/math/hs-mwc-random/Makefile @@ -3,6 +3,7 @@ PORTNAME= mwc-random PORTVERSION= 0.13.6.0 +PORTREVISION= 1 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-pointed/Makefile b/math/hs-pointed/Makefile index bf2b1ce5ec8d..de6363a71163 100644 --- a/math/hs-pointed/Makefile +++ b/math/hs-pointed/Makefile @@ -2,6 +2,7 @@ PORTNAME= pointed PORTVERSION= 5 +PORTREVISION= 1 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-probability/Makefile b/math/hs-probability/Makefile index a894952d4241..3e62092a8fda 100644 --- a/math/hs-probability/Makefile +++ b/math/hs-probability/Makefile @@ -3,6 +3,7 @@ PORTNAME= probability PORTVERSION= 0.2.5.1 +PORTREVISION= 1 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-semigroupoids/Makefile b/math/hs-semigroupoids/Makefile index d55dea729eab..64ec5d776616 100644 --- a/math/hs-semigroupoids/Makefile +++ b/math/hs-semigroupoids/Makefile @@ -2,6 +2,7 @@ PORTNAME= semigroupoids PORTVERSION= 5.2 +PORTREVISION= 1 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-semigroups/Makefile b/math/hs-semigroups/Makefile index 6fd52492ee55..175ec63b2ec6 100644 --- a/math/hs-semigroups/Makefile +++ b/math/hs-semigroups/Makefile @@ -2,6 +2,7 @@ PORTNAME= semigroups PORTVERSION= 0.18.3 +PORTREVISION= 1 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-statistics/Makefile b/math/hs-statistics/Makefile index 662648f147f3..c8c4b314c2bb 100644 --- a/math/hs-statistics/Makefile +++ b/math/hs-statistics/Makefile @@ -3,6 +3,7 @@ PORTNAME= statistics PORTVERSION= 0.14.0.2 +PORTREVISION= 1 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-vector-space/Makefile b/math/hs-vector-space/Makefile index ba3b85937005..01fde2f71930 100644 --- a/math/hs-vector-space/Makefile +++ b/math/hs-vector-space/Makefile @@ -3,6 +3,7 @@ PORTNAME= vector-space PORTVERSION= 0.10.4 +PORTREVISION= 1 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/net-im/hs-haskell-xmpp/Makefile b/net-im/hs-haskell-xmpp/Makefile index 31e6b10c399a..4c4266a2806a 100644 --- a/net-im/hs-haskell-xmpp/Makefile +++ b/net-im/hs-haskell-xmpp/Makefile @@ -2,7 +2,7 @@ PORTNAME= haskell-xmpp PORTVERSION= 1.0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im haskell MAINTAINER= haskell@FreeBSD.org diff --git a/net-p2p/hs-torrent/Makefile b/net-p2p/hs-torrent/Makefile index f092382fc257..3337241f59d6 100644 --- a/net-p2p/hs-torrent/Makefile +++ b/net-p2p/hs-torrent/Makefile @@ -2,6 +2,7 @@ PORTNAME= torrent PORTVERSION= 10000.1.1 +PORTREVISION= 1 CATEGORIES= net-p2p haskell MAINTAINER= haskell@FreeBSD.org diff --git a/net/hs-aws/Makefile b/net/hs-aws/Makefile index d21727a25590..210a971d690b 100644 --- a/net/hs-aws/Makefile +++ b/net/hs-aws/Makefile @@ -2,6 +2,7 @@ PORTNAME= aws PORTVERSION= 0.16 +PORTREVISION= 1 CATEGORIES= net haskell MAINTAINER= haskell@FreeBSD.org diff --git a/net/hs-connection/Makefile b/net/hs-connection/Makefile index 3854a4716627..5ff9ac849b3d 100644 --- a/net/hs-connection/Makefile +++ b/net/hs-connection/Makefile @@ -2,6 +2,7 @@ PORTNAME= connection PORTVERSION= 0.2.8 +PORTREVISION= 1 CATEGORIES= net haskell MAINTAINER= haskell@FreeBSD.org diff --git a/net/hs-gsasl/Makefile b/net/hs-gsasl/Makefile index fda329e516c8..a10c26c515ec 100644 --- a/net/hs-gsasl/Makefile +++ b/net/hs-gsasl/Makefile @@ -2,7 +2,7 @@ PORTNAME= gsasl PORTVERSION= 0.3.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net haskell MAINTAINER= haskell@FreeBSD.org diff --git a/net/hs-hoauth2/Makefile b/net/hs-hoauth2/Makefile index adfd9468b59f..3fefacd6286b 100644 --- a/net/hs-hoauth2/Makefile +++ b/net/hs-hoauth2/Makefile @@ -2,6 +2,7 @@ PORTNAME= hoauth2 PORTVERSION= 0.5.9 +PORTREVISION= 1 CATEGORIES= net haskell MAINTAINER= haskell@FreeBSD.org diff --git a/net/hs-hostname/Makefile b/net/hs-hostname/Makefile index 68c33cd437e6..d2eb9308a40a 100644 --- a/net/hs-hostname/Makefile +++ b/net/hs-hostname/Makefile @@ -2,7 +2,7 @@ PORTNAME= hostname PORTVERSION= 1.0 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= net haskell MAINTAINER= haskell@FreeBSD.org diff --git a/net/hs-iproute/Makefile b/net/hs-iproute/Makefile index 91157fe51b01..56ce5d966907 100644 --- a/net/hs-iproute/Makefile +++ b/net/hs-iproute/Makefile @@ -2,6 +2,7 @@ PORTNAME= iproute PORTVERSION= 1.7.1 +PORTREVISION= 1 CATEGORIES= net haskell MAINTAINER= haskell@FreeBSD.org diff --git a/net/hs-maccatcher/Makefile b/net/hs-maccatcher/Makefile index f2981fc7f171..776d620fea26 100644 --- a/net/hs-maccatcher/Makefile +++ b/net/hs-maccatcher/Makefile @@ -2,7 +2,7 @@ PORTNAME= maccatcher PORTVERSION= 2.1.5 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= net haskell MAINTAINER= haskell@FreeBSD.org diff --git a/net/hs-network-info/Makefile b/net/hs-network-info/Makefile index ba8bf212b12b..ac0855e23fe8 100644 --- a/net/hs-network-info/Makefile +++ b/net/hs-network-info/Makefile @@ -2,6 +2,7 @@ PORTNAME= network-info PORTVERSION= 0.2.0.8 +PORTREVISION= 1 CATEGORIES= net haskell MAINTAINER= haskell@FreeBSD.org diff --git a/net/hs-network-multicast/Makefile b/net/hs-network-multicast/Makefile index 136f10cd21ec..a857d935b634 100644 --- a/net/hs-network-multicast/Makefile +++ b/net/hs-network-multicast/Makefile @@ -2,6 +2,7 @@ PORTNAME= network-multicast PORTVERSION= 0.2.0 +PORTREVISION= 1 CATEGORIES= net haskell MAINTAINER= haskell@FreeBSD.org diff --git a/net/hs-network-protocol-xmpp/Makefile b/net/hs-network-protocol-xmpp/Makefile index dfea70a5fe01..732fff609fec 100644 --- a/net/hs-network-protocol-xmpp/Makefile +++ b/net/hs-network-protocol-xmpp/Makefile @@ -2,7 +2,7 @@ PORTNAME= network-protocol-xmpp PORTVERSION= 0.4.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net haskell MAINTAINER= haskell@FreeBSD.org diff --git a/net/hs-network-uri/Makefile b/net/hs-network-uri/Makefile index baf6d92eb8c0..61c48930e480 100644 --- a/net/hs-network-uri/Makefile +++ b/net/hs-network-uri/Makefile @@ -2,6 +2,7 @@ PORTNAME= network-uri PORTVERSION= 2.6.1.0 +PORTREVISION= 1 CATEGORIES= net haskell MAINTAINER= haskell@FreeBSD.org diff --git a/net/hs-network/Makefile b/net/hs-network/Makefile index f4c5349b6cfb..c16b71c1d35f 100644 --- a/net/hs-network/Makefile +++ b/net/hs-network/Makefile @@ -2,6 +2,7 @@ PORTNAME= network PORTVERSION= 2.6.3.2 +PORTREVISION= 1 CATEGORIES= net haskell MAINTAINER= haskell@FreeBSD.org diff --git a/net/hs-pcap/Makefile b/net/hs-pcap/Makefile index 23126284788c..55ca33be2910 100644 --- a/net/hs-pcap/Makefile +++ b/net/hs-pcap/Makefile @@ -3,7 +3,7 @@ PORTNAME= pcap PORTVERSION= 0.4.5.2 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= net haskell MAINTAINER= haskell@FreeBSD.org diff --git a/net/hs-publicsuffixlist/Makefile b/net/hs-publicsuffixlist/Makefile index 394d5209a937..81516fde6efa 100644 --- a/net/hs-publicsuffixlist/Makefile +++ b/net/hs-publicsuffixlist/Makefile @@ -2,7 +2,7 @@ PORTNAME= publicsuffixlist PORTVERSION= 0.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net haskell MAINTAINER= haskell@FreeBSD.org diff --git a/net/hs-sendfile/Makefile b/net/hs-sendfile/Makefile index 08854d7c47d3..667c987cddeb 100644 --- a/net/hs-sendfile/Makefile +++ b/net/hs-sendfile/Makefile @@ -2,7 +2,7 @@ PORTNAME= sendfile PORTVERSION= 0.7.9 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= net haskell MAINTAINER= haskell@FreeBSD.org diff --git a/net/hs-simple-sendfile/Makefile b/net/hs-simple-sendfile/Makefile index b84fad817ef8..6bb2bb383710 100644 --- a/net/hs-simple-sendfile/Makefile +++ b/net/hs-simple-sendfile/Makefile @@ -2,6 +2,7 @@ PORTNAME= simple-sendfile PORTVERSION= 0.2.25 +PORTREVISION= 1 CATEGORIES= net haskell MAINTAINER= haskell@FreeBSD.org diff --git a/net/hs-socks/Makefile b/net/hs-socks/Makefile index 0df23bbb259c..165487b4e7c9 100644 --- a/net/hs-socks/Makefile +++ b/net/hs-socks/Makefile @@ -2,6 +2,7 @@ PORTNAME= socks PORTVERSION= 0.5.5 +PORTREVISION= 1 CATEGORIES= net haskell MAINTAINER= haskell@FreeBSD.org diff --git a/ports-mgmt/hs-porte/Makefile b/ports-mgmt/hs-porte/Makefile index 3466ed19ae62..194e3c8c0e69 100644 --- a/ports-mgmt/hs-porte/Makefile +++ b/ports-mgmt/hs-porte/Makefile @@ -3,7 +3,7 @@ PORTNAME= porte PORTVERSION= 0.0.4 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= ports-mgmt haskell MAINTAINER= sbahra@repnop.org diff --git a/print/hs-hscolour/Makefile b/print/hs-hscolour/Makefile index e36a82cd91ec..440d1cc2bdc4 100644 --- a/print/hs-hscolour/Makefile +++ b/print/hs-hscolour/Makefile @@ -3,6 +3,7 @@ PORTNAME= hscolour PORTVERSION= ${HSCOLOUR_VERSION} +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= print haskell diff --git a/science/hs-bio/Makefile b/science/hs-bio/Makefile index aff9181580c2..0d7408275c95 100644 --- a/science/hs-bio/Makefile +++ b/science/hs-bio/Makefile @@ -3,7 +3,7 @@ PORTNAME= bio PORTVERSION= 0.5.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-Crypto/Makefile b/security/hs-Crypto/Makefile index 05741227dba8..d032f8f8cf2f 100644 --- a/security/hs-Crypto/Makefile +++ b/security/hs-Crypto/Makefile @@ -2,7 +2,7 @@ PORTNAME= Crypto PORTVERSION= 4.2.5.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-DRBG/Makefile b/security/hs-DRBG/Makefile index 82938e6f0a63..f93dc36b9bbc 100644 --- a/security/hs-DRBG/Makefile +++ b/security/hs-DRBG/Makefile @@ -2,6 +2,7 @@ PORTNAME= DRBG PORTVERSION= 0.5.5 +PORTREVISION= 1 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-HsOpenSSL/Makefile b/security/hs-HsOpenSSL/Makefile index 63f18d56620e..15be30e84ad1 100644 --- a/security/hs-HsOpenSSL/Makefile +++ b/security/hs-HsOpenSSL/Makefile @@ -2,6 +2,7 @@ PORTNAME= HsOpenSSL PORTVERSION= 0.11.4.9 +PORTREVISION= 1 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-RSA/Makefile b/security/hs-RSA/Makefile index 99bb5735d015..bd4f43c74f33 100644 --- a/security/hs-RSA/Makefile +++ b/security/hs-RSA/Makefile @@ -2,6 +2,7 @@ PORTNAME= RSA PORTVERSION= 2.3.0 +PORTREVISION= 1 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-SHA/Makefile b/security/hs-SHA/Makefile index 99d909c0b55b..fd451fdc5c1e 100644 --- a/security/hs-SHA/Makefile +++ b/security/hs-SHA/Makefile @@ -2,7 +2,7 @@ PORTNAME= SHA PORTVERSION= 1.6.4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-certificate/Makefile b/security/hs-certificate/Makefile index 100732314692..45395b2a3d9c 100644 --- a/security/hs-certificate/Makefile +++ b/security/hs-certificate/Makefile @@ -2,7 +2,7 @@ PORTNAME= certificate PORTVERSION= 1.3.9 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-cipher-aes/Makefile b/security/hs-cipher-aes/Makefile index 2cb5ae5ddc1f..cdca99877ee7 100644 --- a/security/hs-cipher-aes/Makefile +++ b/security/hs-cipher-aes/Makefile @@ -2,7 +2,7 @@ PORTNAME= cipher-aes PORTVERSION= 0.2.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-cipher-aes128/Makefile b/security/hs-cipher-aes128/Makefile index 5679867683f0..ef6105d554a9 100644 --- a/security/hs-cipher-aes128/Makefile +++ b/security/hs-cipher-aes128/Makefile @@ -2,6 +2,7 @@ PORTNAME= cipher-aes128 PORTVERSION= 0.7.0.3 +PORTREVISION= 1 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-cipher-blowfish/Makefile b/security/hs-cipher-blowfish/Makefile index a8ffe35a065d..6529aa2366a7 100644 --- a/security/hs-cipher-blowfish/Makefile +++ b/security/hs-cipher-blowfish/Makefile @@ -2,7 +2,7 @@ PORTNAME= cipher-blowfish PORTVERSION= 0.0.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-cipher-camellia/Makefile b/security/hs-cipher-camellia/Makefile index 48d24ad6cb6c..313fe423f066 100644 --- a/security/hs-cipher-camellia/Makefile +++ b/security/hs-cipher-camellia/Makefile @@ -2,7 +2,7 @@ PORTNAME= cipher-camellia PORTVERSION= 0.0.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-cipher-des/Makefile b/security/hs-cipher-des/Makefile index 467bccad0a3c..ad8c8da755de 100644 --- a/security/hs-cipher-des/Makefile +++ b/security/hs-cipher-des/Makefile @@ -2,7 +2,7 @@ PORTNAME= cipher-des PORTVERSION= 0.0.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-cipher-rc4/Makefile b/security/hs-cipher-rc4/Makefile index 26d6e7fe3052..9523b0490dd0 100644 --- a/security/hs-cipher-rc4/Makefile +++ b/security/hs-cipher-rc4/Makefile @@ -2,7 +2,7 @@ PORTNAME= cipher-rc4 PORTVERSION= 0.1.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-clientsession/Makefile b/security/hs-clientsession/Makefile index 1283132d5e7b..3f368c0496c5 100644 --- a/security/hs-clientsession/Makefile +++ b/security/hs-clientsession/Makefile @@ -2,6 +2,7 @@ PORTNAME= clientsession PORTVERSION= 0.9.1.2 +PORTREVISION= 1 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-cprng-aes/Makefile b/security/hs-cprng-aes/Makefile index 091c83f6c527..37ada3d1c67a 100644 --- a/security/hs-cprng-aes/Makefile +++ b/security/hs-cprng-aes/Makefile @@ -2,7 +2,7 @@ PORTNAME= cprng-aes PORTVERSION= 0.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-crypto-api/Makefile b/security/hs-crypto-api/Makefile index 1f16e361315f..cd8f7f7ae14d 100644 --- a/security/hs-crypto-api/Makefile +++ b/security/hs-crypto-api/Makefile @@ -2,7 +2,7 @@ PORTNAME= crypto-api PORTVERSION= 0.13.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-crypto-cipher-types/Makefile b/security/hs-crypto-cipher-types/Makefile index b05582eb46f3..9bbc8971e62a 100644 --- a/security/hs-crypto-cipher-types/Makefile +++ b/security/hs-crypto-cipher-types/Makefile @@ -2,7 +2,7 @@ PORTNAME= crypto-cipher-types PORTVERSION= 0.0.9 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-crypto-conduit/Makefile b/security/hs-crypto-conduit/Makefile index 62d6307cff0c..7b0425067256 100644 --- a/security/hs-crypto-conduit/Makefile +++ b/security/hs-crypto-conduit/Makefile @@ -2,7 +2,7 @@ PORTNAME= crypto-conduit PORTVERSION= 0.5.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-crypto-numbers/Makefile b/security/hs-crypto-numbers/Makefile index 8a23fb5313b8..638ad2ade6f3 100644 --- a/security/hs-crypto-numbers/Makefile +++ b/security/hs-crypto-numbers/Makefile @@ -2,7 +2,7 @@ PORTNAME= crypto-numbers PORTVERSION= 0.2.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-crypto-pubkey-types/Makefile b/security/hs-crypto-pubkey-types/Makefile index 2b3ae6391b12..b9bf2f1b09a6 100644 --- a/security/hs-crypto-pubkey-types/Makefile +++ b/security/hs-crypto-pubkey-types/Makefile @@ -2,7 +2,7 @@ PORTNAME= crypto-pubkey-types PORTVERSION= 0.4.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-crypto-pubkey/Makefile b/security/hs-crypto-pubkey/Makefile index 71a43233316b..ee4b0e79b7f7 100644 --- a/security/hs-crypto-pubkey/Makefile +++ b/security/hs-crypto-pubkey/Makefile @@ -2,7 +2,7 @@ PORTNAME= crypto-pubkey PORTVERSION= 0.2.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-crypto-random-api/Makefile b/security/hs-crypto-random-api/Makefile index fe2e4df1ca14..4e68a5b1dd4a 100644 --- a/security/hs-crypto-random-api/Makefile +++ b/security/hs-crypto-random-api/Makefile @@ -2,7 +2,7 @@ PORTNAME= crypto-random-api PORTVERSION= 0.2.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-crypto-random/Makefile b/security/hs-crypto-random/Makefile index ffffed0ca558..8fe6dd89ee7d 100644 --- a/security/hs-crypto-random/Makefile +++ b/security/hs-crypto-random/Makefile @@ -2,7 +2,7 @@ PORTNAME= crypto-random PORTVERSION= 0.0.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-cryptocipher/Makefile b/security/hs-cryptocipher/Makefile index 1d93baa5932b..e146fdd8a2fd 100644 --- a/security/hs-cryptocipher/Makefile +++ b/security/hs-cryptocipher/Makefile @@ -2,7 +2,7 @@ PORTNAME= cryptocipher PORTVERSION= 0.6.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-cryptohash-conduit/Makefile b/security/hs-cryptohash-conduit/Makefile index f3fce39fe7fb..cd7fa1c242b3 100644 --- a/security/hs-cryptohash-conduit/Makefile +++ b/security/hs-cryptohash-conduit/Makefile @@ -2,7 +2,7 @@ PORTNAME= cryptohash-conduit PORTVERSION= 0.1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-cryptohash-cryptoapi/Makefile b/security/hs-cryptohash-cryptoapi/Makefile index d8c15a3c7a04..f58ed262c7ad 100644 --- a/security/hs-cryptohash-cryptoapi/Makefile +++ b/security/hs-cryptohash-cryptoapi/Makefile @@ -2,6 +2,7 @@ PORTNAME= cryptohash-cryptoapi PORTVERSION= 0.1.4 +PORTREVISION= 1 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-cryptohash-md5/Makefile b/security/hs-cryptohash-md5/Makefile index 019379bf3ad2..7515d715a700 100644 --- a/security/hs-cryptohash-md5/Makefile +++ b/security/hs-cryptohash-md5/Makefile @@ -2,6 +2,7 @@ PORTNAME= cryptohash-md5 PORTVERSION= 0.11.100.1 +PORTREVISION= 1 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-cryptohash-sha1/Makefile b/security/hs-cryptohash-sha1/Makefile index ceee2d4258e6..ce84e626d9f3 100644 --- a/security/hs-cryptohash-sha1/Makefile +++ b/security/hs-cryptohash-sha1/Makefile @@ -2,6 +2,7 @@ PORTNAME= cryptohash-sha1 PORTVERSION= 0.11.100.1 +PORTREVISION= 1 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-cryptohash-sha256/Makefile b/security/hs-cryptohash-sha256/Makefile index e5c83dc2557c..8bbf09a1a02b 100644 --- a/security/hs-cryptohash-sha256/Makefile +++ b/security/hs-cryptohash-sha256/Makefile @@ -2,6 +2,7 @@ PORTNAME= cryptohash-sha256 PORTVERSION= 0.11.100.1 +PORTREVISION= 1 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-cryptohash/Makefile b/security/hs-cryptohash/Makefile index b30aa32bbdcf..c2e926e2ba9b 100644 --- a/security/hs-cryptohash/Makefile +++ b/security/hs-cryptohash/Makefile @@ -2,6 +2,7 @@ PORTNAME= cryptohash PORTVERSION= 0.11.9 +PORTREVISION= 1 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-cryptonite/Makefile b/security/hs-cryptonite/Makefile index ebc659d4adcf..b63b15f7f22d 100644 --- a/security/hs-cryptonite/Makefile +++ b/security/hs-cryptonite/Makefile @@ -2,6 +2,7 @@ PORTNAME= cryptonite PORTVERSION= 0.24 +PORTREVISION= 1 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-digest/Makefile b/security/hs-digest/Makefile index b3d9ccc9c5cd..e7f7d86c63f0 100644 --- a/security/hs-digest/Makefile +++ b/security/hs-digest/Makefile @@ -2,7 +2,7 @@ PORTNAME= digest PORTVERSION= 0.0.1.2 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-ed25519/Makefile b/security/hs-ed25519/Makefile index 8c1d8844e129..4f0523c7c3cf 100644 --- a/security/hs-ed25519/Makefile +++ b/security/hs-ed25519/Makefile @@ -2,6 +2,7 @@ PORTNAME= ed25519 PORTVERSION= 0.0.5.0 +PORTREVISION= 1 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-entropy/Makefile b/security/hs-entropy/Makefile index 2ebbc1c9830d..47f5491b34bd 100644 --- a/security/hs-entropy/Makefile +++ b/security/hs-entropy/Makefile @@ -2,6 +2,7 @@ PORTNAME= entropy PORTVERSION= 0.3.8 +PORTREVISION= 1 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-gnutls/Makefile b/security/hs-gnutls/Makefile index 3359e2e435e3..0341bedefbfa 100644 --- a/security/hs-gnutls/Makefile +++ b/security/hs-gnutls/Makefile @@ -2,7 +2,7 @@ PORTNAME= gnutls PORTVERSION= 0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-hackage-security/Makefile b/security/hs-hackage-security/Makefile index 384e0e95fa62..fe709a5206b8 100644 --- a/security/hs-hackage-security/Makefile +++ b/security/hs-hackage-security/Makefile @@ -2,6 +2,7 @@ PORTNAME= hackage-security PORTVERSION= 0.5.2.2 +PORTREVISION= 1 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-monadcryptorandom/Makefile b/security/hs-monadcryptorandom/Makefile index 06efdfe4299c..8dba6f13d074 100644 --- a/security/hs-monadcryptorandom/Makefile +++ b/security/hs-monadcryptorandom/Makefile @@ -2,6 +2,7 @@ PORTNAME= monadcryptorandom PORTVERSION= 0.7.1 +PORTREVISION= 1 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-nonce/Makefile b/security/hs-nonce/Makefile index 80097d5250a5..590180a706de 100644 --- a/security/hs-nonce/Makefile +++ b/security/hs-nonce/Makefile @@ -2,6 +2,7 @@ PORTNAME= nonce PORTVERSION= 1.0.4 +PORTREVISION= 1 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-pem/Makefile b/security/hs-pem/Makefile index 96805bcbe2f1..9a9039540c1c 100644 --- a/security/hs-pem/Makefile +++ b/security/hs-pem/Makefile @@ -2,7 +2,7 @@ PORTNAME= pem PORTVERSION= 0.2.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-pureMD5/Makefile b/security/hs-pureMD5/Makefile index 64986285c678..374de5194945 100644 --- a/security/hs-pureMD5/Makefile +++ b/security/hs-pureMD5/Makefile @@ -2,6 +2,7 @@ PORTNAME= pureMD5 PORTVERSION= 2.1.3 +PORTREVISION= 1 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-pwstore-fast/Makefile b/security/hs-pwstore-fast/Makefile index d9c2311d5214..775ec604e197 100644 --- a/security/hs-pwstore-fast/Makefile +++ b/security/hs-pwstore-fast/Makefile @@ -2,7 +2,7 @@ PORTNAME= pwstore-fast PORTVERSION= 2.4.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-skein/Makefile b/security/hs-skein/Makefile index bea995dc55a3..dc1de325c15f 100644 --- a/security/hs-skein/Makefile +++ b/security/hs-skein/Makefile @@ -2,6 +2,7 @@ PORTNAME= skein PORTVERSION= 1.0.9.4 +PORTREVISION= 1 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-tls-session-manager/Makefile b/security/hs-tls-session-manager/Makefile index e58c9efde9cd..a0d18b37b4de 100644 --- a/security/hs-tls-session-manager/Makefile +++ b/security/hs-tls-session-manager/Makefile @@ -2,6 +2,7 @@ PORTNAME= tls-session-manager PORTVERSION= 0.0.0.0 +PORTREVISION= 1 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-tls/Makefile b/security/hs-tls/Makefile index 887196ed491f..3ebc0461dbe0 100644 --- a/security/hs-tls/Makefile +++ b/security/hs-tls/Makefile @@ -2,6 +2,7 @@ PORTNAME= tls PORTVERSION= 1.3.11 +PORTREVISION= 1 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-x509-store/Makefile b/security/hs-x509-store/Makefile index b8b0ae1fbb24..0997ffb02e8d 100644 --- a/security/hs-x509-store/Makefile +++ b/security/hs-x509-store/Makefile @@ -2,6 +2,7 @@ PORTNAME= x509-store PORTVERSION= 1.6.2 +PORTREVISION= 1 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-x509-system/Makefile b/security/hs-x509-system/Makefile index ba17721767fe..ac2af6109789 100644 --- a/security/hs-x509-system/Makefile +++ b/security/hs-x509-system/Makefile @@ -2,6 +2,7 @@ PORTNAME= x509-system PORTVERSION= 1.6.4 +PORTREVISION= 1 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-x509-validation/Makefile b/security/hs-x509-validation/Makefile index 1e6304babab1..16cc687bf649 100644 --- a/security/hs-x509-validation/Makefile +++ b/security/hs-x509-validation/Makefile @@ -2,6 +2,7 @@ PORTNAME= x509-validation PORTVERSION= 1.6.5 +PORTREVISION= 1 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-x509/Makefile b/security/hs-x509/Makefile index de192eb50cc7..648cf5f4a690 100644 --- a/security/hs-x509/Makefile +++ b/security/hs-x509/Makefile @@ -2,6 +2,7 @@ PORTNAME= x509 PORTVERSION= 1.6.5 +PORTREVISION= 1 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/shells/hs-shelly/Makefile b/shells/hs-shelly/Makefile index 0addba3967e0..687a2b839385 100644 --- a/shells/hs-shelly/Makefile +++ b/shells/hs-shelly/Makefile @@ -2,6 +2,7 @@ PORTNAME= shelly PORTVERSION= 1.6.8.3 +PORTREVISION= 1 CATEGORIES= shells haskell MAINTAINER= haskell@FreeBSD.org diff --git a/sysutils/hs-angel/Makefile b/sysutils/hs-angel/Makefile index 199d28f03847..c453d6d0048f 100644 --- a/sysutils/hs-angel/Makefile +++ b/sysutils/hs-angel/Makefile @@ -2,7 +2,7 @@ PORTNAME= angel PORTVERSION= 0.6.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils haskell MAINTAINER= haskell@FreeBSD.org diff --git a/sysutils/hs-cpu/Makefile b/sysutils/hs-cpu/Makefile index 8049833a94ba..166880667166 100644 --- a/sysutils/hs-cpu/Makefile +++ b/sysutils/hs-cpu/Makefile @@ -2,7 +2,7 @@ PORTNAME= cpu PORTVERSION= 0.1.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils haskell MAINTAINER= haskell@FreeBSD.org diff --git a/sysutils/hs-disk-free-space/Makefile b/sysutils/hs-disk-free-space/Makefile index 5a626e6331f2..06841e31f1b9 100644 --- a/sysutils/hs-disk-free-space/Makefile +++ b/sysutils/hs-disk-free-space/Makefile @@ -2,6 +2,7 @@ PORTNAME= disk-free-space PORTVERSION= 0.1.0.1 +PORTREVISION= 1 CATEGORIES= sysutils haskell MAINTAINER= haskell@FreeBSD.org diff --git a/sysutils/hs-ekg-core/Makefile b/sysutils/hs-ekg-core/Makefile index 349833a14917..cb653f9476df 100644 --- a/sysutils/hs-ekg-core/Makefile +++ b/sysutils/hs-ekg-core/Makefile @@ -2,6 +2,7 @@ PORTNAME= ekg-core PORTVERSION= 0.1.1.1 +PORTREVISION= 1 CATEGORIES= sysutils haskell MAINTAINER= haskell@FreeBSD.org diff --git a/sysutils/hs-ekg-json/Makefile b/sysutils/hs-ekg-json/Makefile index 8457ad3ab36b..1ac3e196b7e1 100644 --- a/sysutils/hs-ekg-json/Makefile +++ b/sysutils/hs-ekg-json/Makefile @@ -2,6 +2,7 @@ PORTNAME= ekg-json PORTVERSION= 0.1.0.5 +PORTREVISION= 1 CATEGORIES= sysutils haskell MAINTAINER= haskell@FreeBSD.org diff --git a/sysutils/hs-ekg/Makefile b/sysutils/hs-ekg/Makefile index acae5957ed80..e2b6b5fed0ff 100644 --- a/sysutils/hs-ekg/Makefile +++ b/sysutils/hs-ekg/Makefile @@ -2,6 +2,7 @@ PORTNAME= ekg PORTVERSION= 0.4.0.13 +PORTREVISION= 1 CATEGORIES= sysutils haskell MAINTAINER= haskell@FreeBSD.org diff --git a/sysutils/hs-mountpoints/Makefile b/sysutils/hs-mountpoints/Makefile index 85c765bdfc26..8fa735387a8f 100644 --- a/sysutils/hs-mountpoints/Makefile +++ b/sysutils/hs-mountpoints/Makefile @@ -2,6 +2,7 @@ PORTNAME= mountpoints PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= sysutils haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-Diff/Makefile b/textproc/hs-Diff/Makefile index 6425649b5e60..8c790c23be34 100644 --- a/textproc/hs-Diff/Makefile +++ b/textproc/hs-Diff/Makefile @@ -3,6 +3,7 @@ PORTNAME= Diff PORTVERSION= 0.3.4 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-HStringTemplate/Makefile b/textproc/hs-HStringTemplate/Makefile index db3f1117acbe..f75c25a4d742 100644 --- a/textproc/hs-HStringTemplate/Makefile +++ b/textproc/hs-HStringTemplate/Makefile @@ -2,6 +2,7 @@ PORTNAME= HStringTemplate PORTVERSION= 0.8.6 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-HaXml/Makefile b/textproc/hs-HaXml/Makefile index 3268dd6bfd26..2022a6e00e27 100644 --- a/textproc/hs-HaXml/Makefile +++ b/textproc/hs-HaXml/Makefile @@ -3,6 +3,7 @@ PORTNAME= HaXml PORTVERSION= 1.25.4 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-appar/Makefile b/textproc/hs-appar/Makefile index 1458759bb48f..ed360a8ae609 100644 --- a/textproc/hs-appar/Makefile +++ b/textproc/hs-appar/Makefile @@ -2,7 +2,7 @@ PORTNAME= appar PORTVERSION= 0.1.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-attoparsec-enumerator/Makefile b/textproc/hs-attoparsec-enumerator/Makefile index 11f1f0a3b7cf..0ea6713134fa 100644 --- a/textproc/hs-attoparsec-enumerator/Makefile +++ b/textproc/hs-attoparsec-enumerator/Makefile @@ -2,7 +2,7 @@ PORTNAME= attoparsec-enumerator PORTVERSION= 0.3.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-attoparsec-iso8601/Makefile b/textproc/hs-attoparsec-iso8601/Makefile index bc6035096808..6f286942baab 100644 --- a/textproc/hs-attoparsec-iso8601/Makefile +++ b/textproc/hs-attoparsec-iso8601/Makefile @@ -2,6 +2,7 @@ PORTNAME= attoparsec-iso8601 PORTVERSION= 1.0.0.0 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-attoparsec/Makefile b/textproc/hs-attoparsec/Makefile index fefabec1c924..b8d2fcad5c52 100644 --- a/textproc/hs-attoparsec/Makefile +++ b/textproc/hs-attoparsec/Makefile @@ -2,6 +2,7 @@ PORTNAME= attoparsec PORTVERSION= 0.13.1.0 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-bencode/Makefile b/textproc/hs-bencode/Makefile index 17c1d61cec4f..579b1c5cee86 100644 --- a/textproc/hs-bencode/Makefile +++ b/textproc/hs-bencode/Makefile @@ -2,7 +2,7 @@ PORTNAME= bencode PORTVERSION= 0.6.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-blaze-html/Makefile b/textproc/hs-blaze-html/Makefile index 7375bdb9b91b..3608446850d2 100644 --- a/textproc/hs-blaze-html/Makefile +++ b/textproc/hs-blaze-html/Makefile @@ -2,6 +2,7 @@ PORTNAME= blaze-html PORTVERSION= 0.9.0.1 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-blaze-markup/Makefile b/textproc/hs-blaze-markup/Makefile index 4d95ed195dae..9731ed79fbe9 100644 --- a/textproc/hs-blaze-markup/Makefile +++ b/textproc/hs-blaze-markup/Makefile @@ -2,6 +2,7 @@ PORTNAME= blaze-markup PORTVERSION= 0.8.0.0 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-bytestring-csv/Makefile b/textproc/hs-bytestring-csv/Makefile index 07233d25239c..8a693213ce59 100644 --- a/textproc/hs-bytestring-csv/Makefile +++ b/textproc/hs-bytestring-csv/Makefile @@ -3,7 +3,7 @@ PORTNAME= bytestring-csv PORTVERSION= 0.1.2 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-case-insensitive/Makefile b/textproc/hs-case-insensitive/Makefile index 42ac06507fc0..8cdbdb9784ef 100644 --- a/textproc/hs-case-insensitive/Makefile +++ b/textproc/hs-case-insensitive/Makefile @@ -2,6 +2,7 @@ PORTNAME= case-insensitive PORTVERSION= 1.2.0.10 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-cassava/Makefile b/textproc/hs-cassava/Makefile index 1a1f4926e83c..0de035ad56fa 100644 --- a/textproc/hs-cassava/Makefile +++ b/textproc/hs-cassava/Makefile @@ -2,6 +2,7 @@ PORTNAME= cassava PORTVERSION= 0.5.0.0 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-cmark/Makefile b/textproc/hs-cmark/Makefile index 101c4a05f700..05a3857ef691 100644 --- a/textproc/hs-cmark/Makefile +++ b/textproc/hs-cmark/Makefile @@ -2,6 +2,7 @@ PORTNAME= cmark PORTVERSION= 0.5.5.1 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-csv/Makefile b/textproc/hs-csv/Makefile index 2c58ad659877..f3ef566e265f 100644 --- a/textproc/hs-csv/Makefile +++ b/textproc/hs-csv/Makefile @@ -3,7 +3,7 @@ PORTNAME= csv PORTVERSION= 0.1.2 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-doctemplates/Makefile b/textproc/hs-doctemplates/Makefile index 4b931d33a871..d7a40137abb1 100644 --- a/textproc/hs-doctemplates/Makefile +++ b/textproc/hs-doctemplates/Makefile @@ -2,6 +2,7 @@ PORTNAME= doctemplates PORTVERSION= 0.1.0.2 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-double-conversion/Makefile b/textproc/hs-double-conversion/Makefile index 340ea7d57e5e..37088bf84848 100644 --- a/textproc/hs-double-conversion/Makefile +++ b/textproc/hs-double-conversion/Makefile @@ -2,6 +2,7 @@ PORTNAME= double-conversion PORTVERSION= 2.0.2.0 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-feed/Makefile b/textproc/hs-feed/Makefile index fcf099403bc6..a342f5c25ecf 100644 --- a/textproc/hs-feed/Makefile +++ b/textproc/hs-feed/Makefile @@ -3,6 +3,7 @@ PORTNAME= feed PORTVERSION= 0.3.12.0 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-hexpat/Makefile b/textproc/hs-hexpat/Makefile index 98fa3c1bff6a..0167f8a07f6e 100644 --- a/textproc/hs-hexpat/Makefile +++ b/textproc/hs-hexpat/Makefile @@ -2,6 +2,7 @@ PORTNAME= hexpat PORTVERSION= 0.20.13 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-highlighting-kate/Makefile b/textproc/hs-highlighting-kate/Makefile index baf3691af49a..ff271b253e4f 100644 --- a/textproc/hs-highlighting-kate/Makefile +++ b/textproc/hs-highlighting-kate/Makefile @@ -2,6 +2,7 @@ PORTNAME= highlighting-kate PORTVERSION= 0.6.4 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-hs-bibutils/Makefile b/textproc/hs-hs-bibutils/Makefile index eb7a0b3e1c92..39694fb70d50 100644 --- a/textproc/hs-hs-bibutils/Makefile +++ b/textproc/hs-hs-bibutils/Makefile @@ -2,7 +2,7 @@ PORTNAME= hs-bibutils PORTVERSION= 5.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-html-conduit/Makefile b/textproc/hs-html-conduit/Makefile index d8d75c798a21..1b1e94df7b35 100644 --- a/textproc/hs-html-conduit/Makefile +++ b/textproc/hs-html-conduit/Makefile @@ -2,6 +2,7 @@ PORTNAME= html-conduit PORTVERSION= 1.2.1.1 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-html/Makefile b/textproc/hs-html/Makefile index 00b46aa3ab10..2f25f70f975c 100644 --- a/textproc/hs-html/Makefile +++ b/textproc/hs-html/Makefile @@ -2,7 +2,7 @@ PORTNAME= html PORTVERSION= 1.0.1.2 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-hxt-charproperties/Makefile b/textproc/hs-hxt-charproperties/Makefile index dcfbedadbe10..0abd9f215dae 100644 --- a/textproc/hs-hxt-charproperties/Makefile +++ b/textproc/hs-hxt-charproperties/Makefile @@ -2,7 +2,7 @@ PORTNAME= hxt-charproperties PORTVERSION= 9.2.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-hxt-regex-xmlschema/Makefile b/textproc/hs-hxt-regex-xmlschema/Makefile index bacca8556649..13a374a4f486 100644 --- a/textproc/hs-hxt-regex-xmlschema/Makefile +++ b/textproc/hs-hxt-regex-xmlschema/Makefile @@ -2,6 +2,7 @@ PORTNAME= hxt-regex-xmlschema PORTVERSION= 9.2.0.3 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-hxt-unicode/Makefile b/textproc/hs-hxt-unicode/Makefile index 3791ff828f3b..87fa86675906 100644 --- a/textproc/hs-hxt-unicode/Makefile +++ b/textproc/hs-hxt-unicode/Makefile @@ -2,7 +2,7 @@ PORTNAME= hxt-unicode PORTVERSION= 9.0.2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-hxt/Makefile b/textproc/hs-hxt/Makefile index 196abf0e195b..ab89a5c3dfba 100644 --- a/textproc/hs-hxt/Makefile +++ b/textproc/hs-hxt/Makefile @@ -2,6 +2,7 @@ PORTNAME= hxt PORTVERSION= 9.3.1.16 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-lhs2tex/Makefile b/textproc/hs-lhs2tex/Makefile index 04f28bd4e9b7..7534d3fbfddb 100644 --- a/textproc/hs-lhs2tex/Makefile +++ b/textproc/hs-lhs2tex/Makefile @@ -3,7 +3,7 @@ PORTNAME= lhs2tex PORTVERSION= 1.19 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-libxml-sax/Makefile b/textproc/hs-libxml-sax/Makefile index 663962e6866f..68671888e58d 100644 --- a/textproc/hs-libxml-sax/Makefile +++ b/textproc/hs-libxml-sax/Makefile @@ -2,7 +2,7 @@ PORTNAME= libxml-sax PORTVERSION= 0.7.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-libxml/Makefile b/textproc/hs-libxml/Makefile index 87d20c26c1c5..7999c680c263 100644 --- a/textproc/hs-libxml/Makefile +++ b/textproc/hs-libxml/Makefile @@ -2,7 +2,7 @@ PORTNAME= libxml PORTVERSION= 0.1.1 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-magic/Makefile b/textproc/hs-magic/Makefile index 6bce86ce7b18..70fe0da1df84 100644 --- a/textproc/hs-magic/Makefile +++ b/textproc/hs-magic/Makefile @@ -2,6 +2,7 @@ PORTNAME= magic PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-pandoc-citeproc/Makefile b/textproc/hs-pandoc-citeproc/Makefile index 6b08a9b70e6f..84ee9bd8791f 100644 --- a/textproc/hs-pandoc-citeproc/Makefile +++ b/textproc/hs-pandoc-citeproc/Makefile @@ -2,6 +2,7 @@ PORTNAME= pandoc-citeproc PORTVERSION= 0.10.5.1 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-pandoc-types/Makefile b/textproc/hs-pandoc-types/Makefile index 1f0f08cfd785..f770364de835 100644 --- a/textproc/hs-pandoc-types/Makefile +++ b/textproc/hs-pandoc-types/Makefile @@ -2,6 +2,7 @@ PORTNAME= pandoc-types PORTVERSION= 1.19 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-pandoc/Makefile b/textproc/hs-pandoc/Makefile index c70f46edcd98..7e7b890e4d93 100644 --- a/textproc/hs-pandoc/Makefile +++ b/textproc/hs-pandoc/Makefile @@ -3,6 +3,7 @@ PORTNAME= pandoc PORTVERSION= 1.19.2.1 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-parsec/Makefile b/textproc/hs-parsec/Makefile index 1738037d7104..b37f1598ec83 100644 --- a/textproc/hs-parsec/Makefile +++ b/textproc/hs-parsec/Makefile @@ -2,6 +2,7 @@ PORTNAME= parsec PORTVERSION= 3.1.11 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-polyparse/Makefile b/textproc/hs-polyparse/Makefile index 6137b288c30c..348c87c81e22 100644 --- a/textproc/hs-polyparse/Makefile +++ b/textproc/hs-polyparse/Makefile @@ -2,6 +2,7 @@ PORTNAME= polyparse PORTVERSION= 1.12 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-pretty-show/Makefile b/textproc/hs-pretty-show/Makefile index 8e877c5a7a41..c0c9fd40bcc0 100644 --- a/textproc/hs-pretty-show/Makefile +++ b/textproc/hs-pretty-show/Makefile @@ -2,6 +2,7 @@ PORTNAME= pretty-show PORTVERSION= 1.6.13 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-regex-applicative/Makefile b/textproc/hs-regex-applicative/Makefile index a24ea567442e..a2b3a73d09ec 100644 --- a/textproc/hs-regex-applicative/Makefile +++ b/textproc/hs-regex-applicative/Makefile @@ -2,6 +2,7 @@ PORTNAME= regex-applicative PORTVERSION= 0.3.3 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-regex-base/Makefile b/textproc/hs-regex-base/Makefile index c32dab9846d7..80ff3d9612aa 100644 --- a/textproc/hs-regex-base/Makefile +++ b/textproc/hs-regex-base/Makefile @@ -2,7 +2,7 @@ PORTNAME= regex-base PORTVERSION= 0.93.2 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-regex-compat-tdfa/Makefile b/textproc/hs-regex-compat-tdfa/Makefile index b86c99243851..233c96e65e54 100644 --- a/textproc/hs-regex-compat-tdfa/Makefile +++ b/textproc/hs-regex-compat-tdfa/Makefile @@ -2,7 +2,7 @@ PORTNAME= regex-compat-tdfa PORTVERSION= 0.95.1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-regex-compat/Makefile b/textproc/hs-regex-compat/Makefile index 41adb030b8f1..b08ca00799ec 100644 --- a/textproc/hs-regex-compat/Makefile +++ b/textproc/hs-regex-compat/Makefile @@ -2,7 +2,7 @@ PORTNAME= regex-compat PORTVERSION= 0.95.1 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-regex-pcre-builtin/Makefile b/textproc/hs-regex-pcre-builtin/Makefile index 316d18603094..18c04e526c00 100644 --- a/textproc/hs-regex-pcre-builtin/Makefile +++ b/textproc/hs-regex-pcre-builtin/Makefile @@ -2,7 +2,7 @@ PORTNAME= regex-pcre-builtin PORTVERSION= 0.94.4.8.8.35 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-regex-pcre/Makefile b/textproc/hs-regex-pcre/Makefile index 7e1c9c3e2901..63e98b936964 100644 --- a/textproc/hs-regex-pcre/Makefile +++ b/textproc/hs-regex-pcre/Makefile @@ -2,6 +2,7 @@ PORTNAME= regex-pcre PORTVERSION= 0.94.4 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-regex-posix/Makefile b/textproc/hs-regex-posix/Makefile index 2865f1487090..9785b6df46ba 100644 --- a/textproc/hs-regex-posix/Makefile +++ b/textproc/hs-regex-posix/Makefile @@ -2,7 +2,7 @@ PORTNAME= regex-posix PORTVERSION= 0.95.2 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-regex-tdfa/Makefile b/textproc/hs-regex-tdfa/Makefile index be5db6ca4458..22fd0301a58d 100644 --- a/textproc/hs-regex-tdfa/Makefile +++ b/textproc/hs-regex-tdfa/Makefile @@ -2,6 +2,7 @@ PORTNAME= regex-tdfa PORTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-rfc5051/Makefile b/textproc/hs-rfc5051/Makefile index 05ac6c340086..4f6d0b5ef83e 100644 --- a/textproc/hs-rfc5051/Makefile +++ b/textproc/hs-rfc5051/Makefile @@ -2,7 +2,7 @@ PORTNAME= rfc5051 PORTVERSION= 0.1.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-scanner/Makefile b/textproc/hs-scanner/Makefile index ec417600e82d..c070c0c641f5 100644 --- a/textproc/hs-scanner/Makefile +++ b/textproc/hs-scanner/Makefile @@ -2,6 +2,7 @@ PORTNAME= scanner PORTVERSION= 0.2 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-skylighting/Makefile b/textproc/hs-skylighting/Makefile index 2b5436f29295..fe5a47aa3eba 100644 --- a/textproc/hs-skylighting/Makefile +++ b/textproc/hs-skylighting/Makefile @@ -2,6 +2,7 @@ PORTNAME= skylighting PORTVERSION= 0.3.3.1 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-stringsearch/Makefile b/textproc/hs-stringsearch/Makefile index e0aa11a22726..5079e11069fd 100644 --- a/textproc/hs-stringsearch/Makefile +++ b/textproc/hs-stringsearch/Makefile @@ -3,7 +3,7 @@ PORTNAME= stringsearch PORTVERSION= 0.3.6.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-tagsoup/Makefile b/textproc/hs-tagsoup/Makefile index 92e2adc9bdca..a1e655c2eb8b 100644 --- a/textproc/hs-tagsoup/Makefile +++ b/textproc/hs-tagsoup/Makefile @@ -3,6 +3,7 @@ PORTNAME= tagsoup PORTVERSION= 0.14.1 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-tagstream-conduit/Makefile b/textproc/hs-tagstream-conduit/Makefile index 92116b096b90..e35ea9d9bd8a 100644 --- a/textproc/hs-tagstream-conduit/Makefile +++ b/textproc/hs-tagstream-conduit/Makefile @@ -2,7 +2,7 @@ PORTNAME= tagstream-conduit PORTVERSION= 0.5.5.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-texmath/Makefile b/textproc/hs-texmath/Makefile index 3ff44c527cb4..ced97a4f3be3 100644 --- a/textproc/hs-texmath/Makefile +++ b/textproc/hs-texmath/Makefile @@ -3,6 +3,7 @@ PORTNAME= texmath PORTVERSION= 0.9.4.1 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-uri-bytestring-aeson/Makefile b/textproc/hs-uri-bytestring-aeson/Makefile index ce3c41b1e6de..a0da6bf48e64 100644 --- a/textproc/hs-uri-bytestring-aeson/Makefile +++ b/textproc/hs-uri-bytestring-aeson/Makefile @@ -2,6 +2,7 @@ PORTNAME= uri-bytestring-aeson PORTVERSION= 0.1.0.1 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-uri-bytestring/Makefile b/textproc/hs-uri-bytestring/Makefile index cf7a4638c367..c195c20dbf1a 100644 --- a/textproc/hs-uri-bytestring/Makefile +++ b/textproc/hs-uri-bytestring/Makefile @@ -2,6 +2,7 @@ PORTNAME= uri-bytestring PORTVERSION= 0.2.3.3 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-uri/Makefile b/textproc/hs-uri/Makefile index 018041900b6d..ebf1fb8c67ee 100644 --- a/textproc/hs-uri/Makefile +++ b/textproc/hs-uri/Makefile @@ -2,6 +2,7 @@ PORTNAME= uri PORTVERSION= 0.1.6.4 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-xml-conduit/Makefile b/textproc/hs-xml-conduit/Makefile index 2c5d459f9884..cb31e113178c 100644 --- a/textproc/hs-xml-conduit/Makefile +++ b/textproc/hs-xml-conduit/Makefile @@ -2,6 +2,7 @@ PORTNAME= xml-conduit PORTVERSION= 1.5.1 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-xml-hamlet/Makefile b/textproc/hs-xml-hamlet/Makefile index 8aa76fec598c..39de69f686fa 100644 --- a/textproc/hs-xml-hamlet/Makefile +++ b/textproc/hs-xml-hamlet/Makefile @@ -2,6 +2,7 @@ PORTNAME= xml-hamlet PORTVERSION= 0.4.1 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-xml-types/Makefile b/textproc/hs-xml-types/Makefile index 248f2c411b73..fbb26cc16989 100644 --- a/textproc/hs-xml-types/Makefile +++ b/textproc/hs-xml-types/Makefile @@ -2,7 +2,7 @@ PORTNAME= xml-types PORTVERSION= 0.3.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-xml/Makefile b/textproc/hs-xml/Makefile index 20ae5f0cdd50..6722472f99b7 100644 --- a/textproc/hs-xml/Makefile +++ b/textproc/hs-xml/Makefile @@ -3,7 +3,7 @@ PORTNAME= xml PORTVERSION= 1.3.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-xmlhtml/Makefile b/textproc/hs-xmlhtml/Makefile index 8e11ddcb660e..b9056120e31c 100644 --- a/textproc/hs-xmlhtml/Makefile +++ b/textproc/hs-xmlhtml/Makefile @@ -2,6 +2,7 @@ PORTNAME= xmlhtml PORTVERSION= 0.2.4 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-yaml/Makefile b/textproc/hs-yaml/Makefile index 09534078ec65..eed0d98fb747 100644 --- a/textproc/hs-yaml/Makefile +++ b/textproc/hs-yaml/Makefile @@ -2,6 +2,7 @@ PORTNAME= yaml PORTVERSION= 0.8.23.1 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-DAV/Makefile b/www/hs-DAV/Makefile index da3c48ca7ae4..a9c599ba2c4a 100644 --- a/www/hs-DAV/Makefile +++ b/www/hs-DAV/Makefile @@ -2,6 +2,7 @@ PORTNAME= DAV PORTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-HTTP/Makefile b/www/hs-HTTP/Makefile index 93b99a07feba..5e82756ef2cd 100644 --- a/www/hs-HTTP/Makefile +++ b/www/hs-HTTP/Makefile @@ -3,6 +3,7 @@ PORTNAME= HTTP PORTVERSION= 4000.3.7 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-activehs/Makefile b/www/hs-activehs/Makefile index 80403ea395d6..01d054058024 100644 --- a/www/hs-activehs/Makefile +++ b/www/hs-activehs/Makefile @@ -2,6 +2,7 @@ PORTNAME= activehs PORTVERSION= 0.3.2 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-authenticate/Makefile b/www/hs-authenticate/Makefile index 7a6d516c41a6..7a41fd196fac 100644 --- a/www/hs-authenticate/Makefile +++ b/www/hs-authenticate/Makefile @@ -2,6 +2,7 @@ PORTNAME= authenticate PORTVERSION= 1.3.3.2 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-cgi/Makefile b/www/hs-cgi/Makefile index e1b5f1c5534a..055678dd23d6 100644 --- a/www/hs-cgi/Makefile +++ b/www/hs-cgi/Makefile @@ -3,6 +3,7 @@ PORTNAME= cgi PORTVERSION= 3001.3.0.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www haskell diff --git a/www/hs-cookie/Makefile b/www/hs-cookie/Makefile index 21dc00ffb824..b514ebb45f5f 100644 --- a/www/hs-cookie/Makefile +++ b/www/hs-cookie/Makefile @@ -2,6 +2,7 @@ PORTNAME= cookie PORTVERSION= 0.4.2.1 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-css-text/Makefile b/www/hs-css-text/Makefile index 701bb67f74df..9bb5b6cbe5e1 100644 --- a/www/hs-css-text/Makefile +++ b/www/hs-css-text/Makefile @@ -2,6 +2,7 @@ PORTNAME= css-text PORTVERSION= 0.1.2.2 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-fastcgi/Makefile b/www/hs-fastcgi/Makefile index c6cde8c529c2..60e552333610 100644 --- a/www/hs-fastcgi/Makefile +++ b/www/hs-fastcgi/Makefile @@ -3,7 +3,7 @@ PORTNAME= fastcgi PORTVERSION= 3001.0.2.4 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-gitit/Makefile b/www/hs-gitit/Makefile index 2f42300ae035..e7e2ddc4e93b 100644 --- a/www/hs-gitit/Makefile +++ b/www/hs-gitit/Makefile @@ -2,6 +2,7 @@ PORTNAME= gitit PORTVERSION= 0.12.2.1 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-hS3/Makefile b/www/hs-hS3/Makefile index faf1cb48820d..05900bc542ac 100644 --- a/www/hs-hS3/Makefile +++ b/www/hs-hS3/Makefile @@ -2,7 +2,7 @@ PORTNAME= hS3 PORTVERSION= 0.5.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-happstack-server/Makefile b/www/hs-happstack-server/Makefile index bd582aee1b8c..ce4c70a3c013 100644 --- a/www/hs-happstack-server/Makefile +++ b/www/hs-happstack-server/Makefile @@ -2,6 +2,7 @@ PORTNAME= happstack-server PORTVERSION= 7.4.6.4 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-happstack/Makefile b/www/hs-happstack/Makefile index 2bbf55ddc947..0b6b6b7cbc92 100644 --- a/www/hs-happstack/Makefile +++ b/www/hs-happstack/Makefile @@ -2,7 +2,7 @@ PORTNAME= happstack PORTVERSION= 7.0.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-heist/Makefile b/www/hs-heist/Makefile index 9480fa216a4e..213570cd5f39 100644 --- a/www/hs-heist/Makefile +++ b/www/hs-heist/Makefile @@ -2,6 +2,7 @@ PORTNAME= heist PORTVERSION= 1.0.1.0 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-hjsmin/Makefile b/www/hs-hjsmin/Makefile index 2f516445a112..b81ba2811ed4 100644 --- a/www/hs-hjsmin/Makefile +++ b/www/hs-hjsmin/Makefile @@ -2,6 +2,7 @@ PORTNAME= hjsmin PORTVERSION= 0.2.0.2 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-http-api-data/Makefile b/www/hs-http-api-data/Makefile index 56da32849742..0365a209387b 100644 --- a/www/hs-http-api-data/Makefile +++ b/www/hs-http-api-data/Makefile @@ -2,6 +2,7 @@ PORTNAME= http-api-data PORTVERSION= 0.3.7.1 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-http-client-tls/Makefile b/www/hs-http-client-tls/Makefile index 02c74cc2ca6f..0cc953d2afa6 100644 --- a/www/hs-http-client-tls/Makefile +++ b/www/hs-http-client-tls/Makefile @@ -2,6 +2,7 @@ PORTNAME= http-client-tls PORTVERSION= 0.3.5.1 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-http-client/Makefile b/www/hs-http-client/Makefile index 0f2ee6c6a3dd..ea01c51d80b8 100644 --- a/www/hs-http-client/Makefile +++ b/www/hs-http-client/Makefile @@ -2,6 +2,7 @@ PORTNAME= http-client PORTVERSION= 0.5.7.0 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-http-conduit/Makefile b/www/hs-http-conduit/Makefile index f5efb94ff3a4..983b0ab68d62 100644 --- a/www/hs-http-conduit/Makefile +++ b/www/hs-http-conduit/Makefile @@ -2,6 +2,7 @@ PORTNAME= http-conduit PORTVERSION= 2.2.3.1 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-http-date/Makefile b/www/hs-http-date/Makefile index 6daed2112f0b..9f6735017a82 100644 --- a/www/hs-http-date/Makefile +++ b/www/hs-http-date/Makefile @@ -2,7 +2,7 @@ PORTNAME= http-date PORTVERSION= 0.0.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-http-reverse-proxy/Makefile b/www/hs-http-reverse-proxy/Makefile index f968bcf2b20e..e395021c3c16 100644 --- a/www/hs-http-reverse-proxy/Makefile +++ b/www/hs-http-reverse-proxy/Makefile @@ -2,6 +2,7 @@ PORTNAME= http-reverse-proxy PORTVERSION= 0.4.4 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-http-server/Makefile b/www/hs-http-server/Makefile index 9a2d9e1e03cf..8790ec76ed43 100644 --- a/www/hs-http-server/Makefile +++ b/www/hs-http-server/Makefile @@ -3,7 +3,7 @@ PORTNAME= http-server PORTVERSION= 1.0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-http-types/Makefile b/www/hs-http-types/Makefile index eed5504790a7..715e56934d76 100644 --- a/www/hs-http-types/Makefile +++ b/www/hs-http-types/Makefile @@ -2,6 +2,7 @@ PORTNAME= http-types PORTVERSION= 0.9.1 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-http2/Makefile b/www/hs-http2/Makefile index 8fb329634573..7cd6038548e6 100644 --- a/www/hs-http2/Makefile +++ b/www/hs-http2/Makefile @@ -2,6 +2,7 @@ PORTNAME= http2 PORTVERSION= 1.6.3 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-multipart/Makefile b/www/hs-multipart/Makefile index fc24842ae63f..074b2ba84ea9 100644 --- a/www/hs-multipart/Makefile +++ b/www/hs-multipart/Makefile @@ -2,7 +2,7 @@ PORTNAME= multipart PORTVERSION= 0.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-oeis/Makefile b/www/hs-oeis/Makefile index cbd644fa18b1..d57fc7c17b2d 100644 --- a/www/hs-oeis/Makefile +++ b/www/hs-oeis/Makefile @@ -3,6 +3,7 @@ PORTNAME= oeis PORTVERSION= 0.3.9 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-path-pieces/Makefile b/www/hs-path-pieces/Makefile index f4406e155065..9e5c9addc79f 100644 --- a/www/hs-path-pieces/Makefile +++ b/www/hs-path-pieces/Makefile @@ -2,6 +2,7 @@ PORTNAME= path-pieces PORTVERSION= 0.2.1 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-recaptcha/Makefile b/www/hs-recaptcha/Makefile index 48fbdb03a1af..513eea7f5900 100644 --- a/www/hs-recaptcha/Makefile +++ b/www/hs-recaptcha/Makefile @@ -2,7 +2,7 @@ PORTNAME= recaptcha PORTVERSION= 0.1.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-shakespeare/Makefile b/www/hs-shakespeare/Makefile index 0830885f9200..cf7cc6c3bfbc 100644 --- a/www/hs-shakespeare/Makefile +++ b/www/hs-shakespeare/Makefile @@ -2,6 +2,7 @@ PORTNAME= shakespeare PORTVERSION= 2.0.13 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-snap-core/Makefile b/www/hs-snap-core/Makefile index d7515a05adc1..00764ef8eb78 100644 --- a/www/hs-snap-core/Makefile +++ b/www/hs-snap-core/Makefile @@ -2,6 +2,7 @@ PORTNAME= snap-core PORTVERSION= 1.0.2.1 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-snap-server/Makefile b/www/hs-snap-server/Makefile index 6c8222f45746..4d0e9f60910d 100644 --- a/www/hs-snap-server/Makefile +++ b/www/hs-snap-server/Makefile @@ -2,6 +2,7 @@ PORTNAME= snap-server PORTVERSION= 1.0.2.2 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-snap/Makefile b/www/hs-snap/Makefile index 74272b57d28b..9f1fc90bd6b3 100644 --- a/www/hs-snap/Makefile +++ b/www/hs-snap/Makefile @@ -2,6 +2,7 @@ PORTNAME= snap PORTVERSION= 1.0.0.1 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-url/Makefile b/www/hs-url/Makefile index 351ed2905c86..f36afb722805 100644 --- a/www/hs-url/Makefile +++ b/www/hs-url/Makefile @@ -3,7 +3,7 @@ PORTNAME= url PORTVERSION= 2.1.3 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-wai-app-static/Makefile b/www/hs-wai-app-static/Makefile index 316acb9043b0..37baf4e3959b 100644 --- a/www/hs-wai-app-static/Makefile +++ b/www/hs-wai-app-static/Makefile @@ -2,6 +2,7 @@ PORTNAME= wai-app-static PORTVERSION= 3.1.6.1 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-wai-extra/Makefile b/www/hs-wai-extra/Makefile index 9bea0d5fb73d..f3184a58600c 100644 --- a/www/hs-wai-extra/Makefile +++ b/www/hs-wai-extra/Makefile @@ -2,6 +2,7 @@ PORTNAME= wai-extra PORTVERSION= 3.0.20.0 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-wai-logger/Makefile b/www/hs-wai-logger/Makefile index c3f363bb93b4..bb4510634f32 100644 --- a/www/hs-wai-logger/Makefile +++ b/www/hs-wai-logger/Makefile @@ -2,6 +2,7 @@ PORTNAME= wai-logger PORTVERSION= 2.3.0 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-wai/Makefile b/www/hs-wai/Makefile index b9612a83433b..12649a9868df 100644 --- a/www/hs-wai/Makefile +++ b/www/hs-wai/Makefile @@ -2,6 +2,7 @@ PORTNAME= wai PORTVERSION= 3.2.1.1 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-warp-tls/Makefile b/www/hs-warp-tls/Makefile index 2a8794e05c55..f9b26ed9922c 100644 --- a/www/hs-warp-tls/Makefile +++ b/www/hs-warp-tls/Makefile @@ -2,6 +2,7 @@ PORTNAME= warp-tls PORTVERSION= 3.2.4 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-warp/Makefile b/www/hs-warp/Makefile index 1efcba46f7a7..679be7122af4 100644 --- a/www/hs-warp/Makefile +++ b/www/hs-warp/Makefile @@ -2,6 +2,7 @@ PORTNAME= warp PORTVERSION= 3.2.13 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-webkit/Makefile b/www/hs-webkit/Makefile index 3e367378a9cb..2e33e2cb90dc 100644 --- a/www/hs-webkit/Makefile +++ b/www/hs-webkit/Makefile @@ -2,6 +2,7 @@ PORTNAME= webkit PORTVERSION= 0.14.2.1 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-xss-sanitize/Makefile b/www/hs-xss-sanitize/Makefile index 9d217aeedcb9..eccb65aea02b 100644 --- a/www/hs-xss-sanitize/Makefile +++ b/www/hs-xss-sanitize/Makefile @@ -2,6 +2,7 @@ PORTNAME= xss-sanitize PORTVERSION= 0.3.5.7 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-yesod-auth-hashdb/Makefile b/www/hs-yesod-auth-hashdb/Makefile index 77e549f6d5cf..4213cca768a8 100644 --- a/www/hs-yesod-auth-hashdb/Makefile +++ b/www/hs-yesod-auth-hashdb/Makefile @@ -2,6 +2,7 @@ PORTNAME= yesod-auth-hashdb PORTVERSION= 1.6.1 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-yesod-auth/Makefile b/www/hs-yesod-auth/Makefile index e1d0dddfa2b0..89156ace84b8 100644 --- a/www/hs-yesod-auth/Makefile +++ b/www/hs-yesod-auth/Makefile @@ -2,6 +2,7 @@ PORTNAME= yesod-auth PORTVERSION= 1.4.17.2 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-yesod-bin/Makefile b/www/hs-yesod-bin/Makefile index 965655980690..ac5fd1ac3b15 100644 --- a/www/hs-yesod-bin/Makefile +++ b/www/hs-yesod-bin/Makefile @@ -2,6 +2,7 @@ PORTNAME= yesod-bin PORTVERSION= 1.5.2.3 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-yesod-core/Makefile b/www/hs-yesod-core/Makefile index 79c62b2abf9c..571c9b3bed9f 100644 --- a/www/hs-yesod-core/Makefile +++ b/www/hs-yesod-core/Makefile @@ -2,6 +2,7 @@ PORTNAME= yesod-core PORTVERSION= 1.4.35 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-yesod-form/Makefile b/www/hs-yesod-form/Makefile index e7fc6c6ef6c2..69ec36dd9cc6 100644 --- a/www/hs-yesod-form/Makefile +++ b/www/hs-yesod-form/Makefile @@ -2,6 +2,7 @@ PORTNAME= yesod-form PORTVERSION= 1.4.12 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-yesod-persistent/Makefile b/www/hs-yesod-persistent/Makefile index 4bcae28c0c70..f1367e876a66 100644 --- a/www/hs-yesod-persistent/Makefile +++ b/www/hs-yesod-persistent/Makefile @@ -2,6 +2,7 @@ PORTNAME= yesod-persistent PORTVERSION= 1.4.2 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-yesod-static/Makefile b/www/hs-yesod-static/Makefile index e1b51c641d6a..702bb022ba8c 100644 --- a/www/hs-yesod-static/Makefile +++ b/www/hs-yesod-static/Makefile @@ -2,6 +2,7 @@ PORTNAME= yesod-static PORTVERSION= 1.5.3 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-yesod-test/Makefile b/www/hs-yesod-test/Makefile index a212d8a58ea5..a2453ce0e81a 100644 --- a/www/hs-yesod-test/Makefile +++ b/www/hs-yesod-test/Makefile @@ -2,6 +2,7 @@ PORTNAME= yesod-test PORTVERSION= 1.5.7 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-yesod/Makefile b/www/hs-yesod/Makefile index 4db58e4bed91..fd601f8037aa 100644 --- a/www/hs-yesod/Makefile +++ b/www/hs-yesod/Makefile @@ -2,6 +2,7 @@ PORTNAME= yesod PORTVERSION= 1.4.5 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11-toolkits/hs-GLURaw/Makefile b/x11-toolkits/hs-GLURaw/Makefile index b72dc7d64777..d2b22667c42a 100644 --- a/x11-toolkits/hs-GLURaw/Makefile +++ b/x11-toolkits/hs-GLURaw/Makefile @@ -2,6 +2,7 @@ PORTNAME= GLURaw PORTVERSION= 2.0.0.3 +PORTREVISION= 1 CATEGORIES= x11-toolkits haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11-toolkits/hs-GLUT/Makefile b/x11-toolkits/hs-GLUT/Makefile index d2127000414e..77ff76d56a0f 100644 --- a/x11-toolkits/hs-GLUT/Makefile +++ b/x11-toolkits/hs-GLUT/Makefile @@ -3,6 +3,7 @@ PORTNAME= GLUT PORTVERSION= 2.7.0.12 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= x11-toolkits haskell diff --git a/x11-toolkits/hs-OpenGL/Makefile b/x11-toolkits/hs-OpenGL/Makefile index f0afd0aafb73..dc4a54e1130b 100644 --- a/x11-toolkits/hs-OpenGL/Makefile +++ b/x11-toolkits/hs-OpenGL/Makefile @@ -3,6 +3,7 @@ PORTNAME= OpenGL PORTVERSION= 3.0.2.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= x11-toolkits haskell diff --git a/x11-toolkits/hs-OpenGLRaw/Makefile b/x11-toolkits/hs-OpenGLRaw/Makefile index afb1b0384ba4..ab565609d47d 100644 --- a/x11-toolkits/hs-OpenGLRaw/Makefile +++ b/x11-toolkits/hs-OpenGLRaw/Makefile @@ -2,6 +2,7 @@ PORTNAME= OpenGLRaw PORTVERSION= 3.2.4.0 +PORTREVISION= 1 CATEGORIES= x11-toolkits haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11-toolkits/hs-gtk/Makefile b/x11-toolkits/hs-gtk/Makefile index 1115d62754a8..8fcd11d94f0b 100644 --- a/x11-toolkits/hs-gtk/Makefile +++ b/x11-toolkits/hs-gtk/Makefile @@ -2,6 +2,7 @@ PORTNAME= gtk PORTVERSION= 0.14.6 +PORTREVISION= 1 CATEGORIES= x11-toolkits haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11-toolkits/hs-gtk2hs/Makefile b/x11-toolkits/hs-gtk2hs/Makefile index 99cb02c645f6..4e6f0877a6fa 100644 --- a/x11-toolkits/hs-gtk2hs/Makefile +++ b/x11-toolkits/hs-gtk2hs/Makefile @@ -3,6 +3,7 @@ PORTNAME= gtk2hs PORTVERSION= 0.13.2.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= x11-toolkits haskell diff --git a/x11-toolkits/hs-gtksourceview2/Makefile b/x11-toolkits/hs-gtksourceview2/Makefile index 53fccade1cf7..53a0316d99f9 100644 --- a/x11-toolkits/hs-gtksourceview2/Makefile +++ b/x11-toolkits/hs-gtksourceview2/Makefile @@ -2,6 +2,7 @@ PORTNAME= gtksourceview2 PORTVERSION= 0.13.3.1 +PORTREVISION= 1 CATEGORIES= x11-toolkits haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11-toolkits/hs-pango/Makefile b/x11-toolkits/hs-pango/Makefile index 146742dc83b9..e203981d84ff 100644 --- a/x11-toolkits/hs-pango/Makefile +++ b/x11-toolkits/hs-pango/Makefile @@ -2,6 +2,7 @@ PORTNAME= pango PORTVERSION= 0.13.3.1 +PORTREVISION= 1 CATEGORIES= x11-toolkits haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11-toolkits/hs-vte/Makefile b/x11-toolkits/hs-vte/Makefile index c5c27652cf0c..4c44deca46fc 100644 --- a/x11-toolkits/hs-vte/Makefile +++ b/x11-toolkits/hs-vte/Makefile @@ -2,6 +2,7 @@ PORTNAME= vte PORTVERSION= 0.13.1.1 +PORTREVISION= 1 CATEGORIES= x11-toolkits haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11-toolkits/hs-wx/Makefile b/x11-toolkits/hs-wx/Makefile index b1e8c94ca6cc..1ac2fdcb4a41 100644 --- a/x11-toolkits/hs-wx/Makefile +++ b/x11-toolkits/hs-wx/Makefile @@ -2,6 +2,7 @@ PORTNAME= wx PORTVERSION= 0.92.3.0 +PORTREVISION= 1 CATEGORIES= x11-toolkits haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11-toolkits/hs-wxc/Makefile b/x11-toolkits/hs-wxc/Makefile index 330a58ca1a64..b81f53235882 100644 --- a/x11-toolkits/hs-wxc/Makefile +++ b/x11-toolkits/hs-wxc/Makefile @@ -2,6 +2,7 @@ PORTNAME= wxc PORTVERSION= 0.92.3.0 +PORTREVISION= 1 CATEGORIES= x11-toolkits haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11-toolkits/hs-wxcore/Makefile b/x11-toolkits/hs-wxcore/Makefile index cbd7b7c829bf..e844d4f19b45 100644 --- a/x11-toolkits/hs-wxcore/Makefile +++ b/x11-toolkits/hs-wxcore/Makefile @@ -2,6 +2,7 @@ PORTNAME= wxcore PORTVERSION= 0.92.3.0 +PORTREVISION= 1 CATEGORIES= x11-toolkits haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11-toolkits/hs-wxdirect/Makefile b/x11-toolkits/hs-wxdirect/Makefile index e19093fa6e7f..37036845b6e9 100644 --- a/x11-toolkits/hs-wxdirect/Makefile +++ b/x11-toolkits/hs-wxdirect/Makefile @@ -2,6 +2,7 @@ PORTNAME= wxdirect PORTVERSION= 0.92.3.0 +PORTREVISION= 1 CATEGORIES= x11-toolkits haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11-wm/hs-xmonad-contrib/Makefile b/x11-wm/hs-xmonad-contrib/Makefile index 204843352dce..41185b2f7cc7 100644 --- a/x11-wm/hs-xmonad-contrib/Makefile +++ b/x11-wm/hs-xmonad-contrib/Makefile @@ -3,7 +3,7 @@ PORTNAME= xmonad-contrib PORTVERSION= 0.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm haskell MAINTAINER= haskell@FreeBSD.org @@ -12,7 +12,7 @@ COMMENT= Third-party extensions for xmonad LICENSE= BSD3CLAUSE USE_CABAL= extensible-exceptions mtl>=1 old-time random utf8-string \ - X11>=1.6.1 X11-xft>=0.2 xmonad==0.13_1 + X11>=1.6.1 X11-xft>=0.2 xmonad==0.13_2 USE_XORG= x11 RUN_DEPENDS+= bash:shells/bash diff --git a/x11-wm/hs-xmonad/Makefile b/x11-wm/hs-xmonad/Makefile index 2de0de99f305..a2c19f0ad174 100644 --- a/x11-wm/hs-xmonad/Makefile +++ b/x11-wm/hs-xmonad/Makefile @@ -3,7 +3,7 @@ PORTNAME= xmonad PORTVERSION= 0.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11/hs-X11-xft/Makefile b/x11/hs-X11-xft/Makefile index e71d8a677a8b..af8826fb32f8 100644 --- a/x11/hs-X11-xft/Makefile +++ b/x11/hs-X11-xft/Makefile @@ -2,7 +2,7 @@ PORTNAME= X11-xft PORTVERSION= 0.3.1 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= x11 haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11/hs-X11/Makefile b/x11/hs-X11/Makefile index 37236d164b69..70af637fc738 100644 --- a/x11/hs-X11/Makefile +++ b/x11/hs-X11/Makefile @@ -3,7 +3,7 @@ PORTNAME= X11 PORTVERSION= 1.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11/hs-xmobar/Makefile b/x11/hs-xmobar/Makefile index f8cffb74e4f2..948c08989170 100644 --- a/x11/hs-xmobar/Makefile +++ b/x11/hs-xmobar/Makefile @@ -3,6 +3,7 @@ PORTNAME= xmobar PORTVERSION= 0.24.5 +PORTREVISION= 1 CATEGORIES= x11 haskell MAINTAINER= haskell@FreeBSD.org |