aboutsummaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2013-06-04 18:53:40 +0000
committerGabor Pali <pgj@FreeBSD.org>2013-06-04 18:53:40 +0000
commit109269205e521bb1d2d87678a391e5adefff88d6 (patch)
tree93f1f9278a9a48902904b7ff4a5ce711c10efe08 /converters
parentad7295cafd0e46ece6fcbf594ef39a767c296d0e (diff)
downloadports-109269205e521bb1d2d87678a391e5adefff88d6.tar.gz
ports-109269205e521bb1d2d87678a391e5adefff88d6.zip
Notes
Diffstat (limited to 'converters')
-rw-r--r--converters/hs-aeson/Makefile2
-rw-r--r--converters/hs-dataenc/Makefile3
-rw-r--r--converters/hs-json/Makefile4
3 files changed, 3 insertions, 6 deletions
diff --git a/converters/hs-aeson/Makefile b/converters/hs-aeson/Makefile
index 2205af56d3f9..db11418df644 100644
--- a/converters/hs-aeson/Makefile
+++ b/converters/hs-aeson/Makefile
@@ -2,7 +2,7 @@
PORTNAME= aeson
PORTVERSION= 0.6.1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= converters haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/converters/hs-dataenc/Makefile b/converters/hs-dataenc/Makefile
index a14d624b3be8..accabd48fff1 100644
--- a/converters/hs-dataenc/Makefile
+++ b/converters/hs-dataenc/Makefile
@@ -2,6 +2,7 @@
PORTNAME= dataenc
PORTVERSION= 0.14.0.5
+PORTREVISION= 1
CATEGORIES= converters haskell
MAINTAINER= haskell@FreeBSD.org
@@ -9,7 +10,5 @@ COMMENT= Data encoding library
LICENSE= BSD
-CABAL_SETUP= Setup.hs
-
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
diff --git a/converters/hs-json/Makefile b/converters/hs-json/Makefile
index 5d697d2ba180..ad65d02fbb50 100644
--- a/converters/hs-json/Makefile
+++ b/converters/hs-json/Makefile
@@ -3,7 +3,7 @@
PORTNAME= json
PORTVERSION= 0.7
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= converters haskell
MAINTAINER= haskell@FreeBSD.org
@@ -11,8 +11,6 @@ COMMENT= Support for serialising Haskell to and from JSON
LICENSE= BSD
-CABAL_SETUP= Setup.hs
-
USE_CABAL= mtl syb>=0.3.3 text
CONFIGURE_ARGS+= --flags="split-base generic -parsec -pretty -mapdict"