diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-12-20 02:23:04 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-12-20 02:23:04 +0000 |
commit | f6f83c9efc2c46d2970746758e2c682bb8a518ec (patch) | |
tree | 290f2ea61305744bf0f477895c56b92acaeb361f /converters | |
parent | af071cfdc1f8578bd1523b823e683074a3139a34 (diff) | |
download | ports-f6f83c9efc2c46d2970746758e2c682bb8a518ec.tar.gz ports-f6f83c9efc2c46d2970746758e2c682bb8a518ec.zip |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/hs-aeson/Makefile | 7 | ||||
-rw-r--r-- | converters/hs-aeson/pkg-descr | 2 | ||||
-rw-r--r-- | converters/hs-dataenc/Makefile | 8 | ||||
-rw-r--r-- | converters/hs-dataenc/distinfo | 4 | ||||
-rw-r--r-- | converters/hs-json/Makefile | 11 | ||||
-rw-r--r-- | converters/hs-json/distinfo | 4 | ||||
-rw-r--r-- | converters/hs-json/pkg-descr | 2 |
7 files changed, 11 insertions, 27 deletions
diff --git a/converters/hs-aeson/Makefile b/converters/hs-aeson/Makefile index 17fc8df13027..ae3cd6f93e3e 100644 --- a/converters/hs-aeson/Makefile +++ b/converters/hs-aeson/Makefile @@ -1,13 +1,8 @@ -# New ports collection makefile for: hs-aeson -# Date created: July 30, 2011 -# Whom: haskell@FreeBSD.org -# # $FreeBSD$ -# PORTNAME= aeson PORTVERSION= 0.6.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= converters haskell MAINTAINER= haskell@FreeBSD.org diff --git a/converters/hs-aeson/pkg-descr b/converters/hs-aeson/pkg-descr index 6350ef5e7755..e7d553fc30ad 100644 --- a/converters/hs-aeson/pkg-descr +++ b/converters/hs-aeson/pkg-descr @@ -2,4 +2,4 @@ A JSON parsing and encoding library optimized for ease of use and high performance. (A note on naming: in Greek mythology, Aeson was the father of Jason.) -WWW: https://github.com/bos/aeson +WWW: https://github.com/bos/aeson diff --git a/converters/hs-dataenc/Makefile b/converters/hs-dataenc/Makefile index 7baf8832d51d..05feac919193 100644 --- a/converters/hs-dataenc/Makefile +++ b/converters/hs-dataenc/Makefile @@ -1,13 +1,7 @@ -# New ports collection makefile for: hs-dataenc -# Date created: May 14, 2010 -# Whom: Gabor Pali <pgj@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= dataenc -PORTVERSION= 0.14.0.3 -PORTREVISION= 2 +PORTVERSION= 0.14.0.4 CATEGORIES= converters haskell MAINTAINER= haskell@FreeBSD.org diff --git a/converters/hs-dataenc/distinfo b/converters/hs-dataenc/distinfo index ff354f21c787..6dc1955ccbb1 100644 --- a/converters/hs-dataenc/distinfo +++ b/converters/hs-dataenc/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/dataenc-0.14.0.3.tar.gz) = ed029fb48284ce3f42c6e5a00495e3744537c95fad0af7f71343d5d22f4bd3cc -SIZE (cabal/dataenc-0.14.0.3.tar.gz) = 12911 +SHA256 (cabal/dataenc-0.14.0.4.tar.gz) = 7c9540d746b578ff3d3eb2fce896c00d697044ba25cfe9ffcaa092ef2d48d676 +SIZE (cabal/dataenc-0.14.0.4.tar.gz) = 12911 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 |