aboutsummaryrefslogtreecommitdiff
path: root/converters/hs-json
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-12-20 02:23:04 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-12-20 02:23:04 +0000
commitf6f83c9efc2c46d2970746758e2c682bb8a518ec (patch)
tree290f2ea61305744bf0f477895c56b92acaeb361f /converters/hs-json
parentaf071cfdc1f8578bd1523b823e683074a3139a34 (diff)
downloadports-f6f83c9efc2c46d2970746758e2c682bb8a518ec.tar.gz
ports-f6f83c9efc2c46d2970746758e2c682bb8a518ec.zip
Notes
Diffstat (limited to 'converters/hs-json')
-rw-r--r--converters/hs-json/Makefile11
-rw-r--r--converters/hs-json/distinfo4
-rw-r--r--converters/hs-json/pkg-descr2
3 files changed, 6 insertions, 11 deletions
diff --git a/converters/hs-json/Makefile b/converters/hs-json/Makefile
index 9a1da303d89c..b09becccdcb2 100644
--- a/converters/hs-json/Makefile
+++ b/converters/hs-json/Makefile
@@ -1,13 +1,8 @@
-# New ports collection makefile for: hs-json
-# Date created: December 20 2009
-# Whom: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
-#
+# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
# $FreeBSD$
-#
PORTNAME= json
-PORTVERSION= 0.5
-PORTREVISION= 1
+PORTVERSION= 0.7
CATEGORIES= converters haskell
MAINTAINER= haskell@FreeBSD.org
@@ -17,7 +12,7 @@ LICENSE= BSD
CABAL_SETUP= Setup.hs
-USE_CABAL= mtl syb>=0.3.3
+USE_CABAL= mtl syb>=0.3.3 text
CONFIGURE_ARGS+= --flags="split-base generic -parsec -pretty -mapdict"
diff --git a/converters/hs-json/distinfo b/converters/hs-json/distinfo
index d19180368ef3..58b1f3d8a6f7 100644
--- a/converters/hs-json/distinfo
+++ b/converters/hs-json/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cabal/json-0.5.tar.gz) = d419bf7d1dd07dcccdc9b40b98a077cdfb5248d1685f929ec1e59f4b01de4b8a
-SIZE (cabal/json-0.5.tar.gz) = 22724
+SHA256 (cabal/json-0.7.tar.gz) = d3654272caa269bc65f6f2af82b583ef05434613fe5272d57053fb3bfada68a3
+SIZE (cabal/json-0.7.tar.gz) = 22411
diff --git a/converters/hs-json/pkg-descr b/converters/hs-json/pkg-descr
index 9bcfc2691ce2..e24a828afc8e 100644
--- a/converters/hs-json/pkg-descr
+++ b/converters/hs-json/pkg-descr
@@ -5,4 +5,4 @@ Language, Standard ECMA-262 3rd Edition - December 1999. This library
provides a parser and pretty printer for converting between Haskell values
and JSON.
-WWW: http://hackage.haskell.org/package/json
+WWW: http://hackage.haskell.org/package/json