aboutsummaryrefslogtreecommitdiffstats
path: root/converters
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2012-08-03 10:30:07 +0800
committerpgj <pgj@FreeBSD.org>2012-08-03 10:30:07 +0800
commitc375ed37df92a6e58eaf54cf831525f3a49c9629 (patch)
tree8ee3a15fcf61eb9a77ce79ffe7cc567f6e56e480 /converters
parent9c52697bc371ab647ee6cd5811c6ca220c7f6e11 (diff)
downloadfreebsd-ports-gnome-c375ed37df92a6e58eaf54cf831525f3a49c9629.tar.gz
freebsd-ports-gnome-c375ed37df92a6e58eaf54cf831525f3a49c9629.tar.zst
freebsd-ports-gnome-c375ed37df92a6e58eaf54cf831525f3a49c9629.zip
- Teach the Haskell Cabal ports to use the new options framework
- Remove some cruft Obtained from: FreeBSD Haskell
Diffstat (limited to 'converters')
-rw-r--r--converters/hs-aeson/Makefile1
-rw-r--r--converters/hs-dataenc/Makefile2
-rw-r--r--converters/hs-json/Makefile1
3 files changed, 3 insertions, 1 deletions
diff --git a/converters/hs-aeson/Makefile b/converters/hs-aeson/Makefile
index 53b48ecad9a0..17fc8df13027 100644
--- a/converters/hs-aeson/Makefile
+++ b/converters/hs-aeson/Makefile
@@ -7,6 +7,7 @@
PORTNAME= aeson
PORTVERSION= 0.6.0.2
+PORTREVISION= 1
CATEGORIES= converters haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/converters/hs-dataenc/Makefile b/converters/hs-dataenc/Makefile
index b673c9daa831..7baf8832d51d 100644
--- a/converters/hs-dataenc/Makefile
+++ b/converters/hs-dataenc/Makefile
@@ -7,7 +7,7 @@
PORTNAME= dataenc
PORTVERSION= 0.14.0.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= converters haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/converters/hs-json/Makefile b/converters/hs-json/Makefile
index 5d95091c40d3..9a1da303d89c 100644
--- a/converters/hs-json/Makefile
+++ b/converters/hs-json/Makefile
@@ -7,6 +7,7 @@
PORTNAME= json
PORTVERSION= 0.5
+PORTREVISION= 1
CATEGORIES= converters haskell
MAINTAINER= haskell@FreeBSD.org