aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-asn1-data
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 /devel/hs-asn1-data
parentaf071cfdc1f8578bd1523b823e683074a3139a34 (diff)
downloadports-f6f83c9efc2c46d2970746758e2c682bb8a518ec.tar.gz
ports-f6f83c9efc2c46d2970746758e2c682bb8a518ec.zip
Notes
Diffstat (limited to 'devel/hs-asn1-data')
-rw-r--r--devel/hs-asn1-data/Makefile13
-rw-r--r--devel/hs-asn1-data/distinfo4
-rw-r--r--devel/hs-asn1-data/pkg-descr4
3 files changed, 7 insertions, 14 deletions
diff --git a/devel/hs-asn1-data/Makefile b/devel/hs-asn1-data/Makefile
index c7e94930c227..4916f3667f7d 100644
--- a/devel/hs-asn1-data/Makefile
+++ b/devel/hs-asn1-data/Makefile
@@ -1,24 +1,17 @@
-# New ports collection makefile for: hs-asn1-data
-# Date created: December 26, 2011
-# Whom: haskell@FreeBSD.org
-#
# $FreeBSD$
-#
PORTNAME= asn1-data
-PORTVERSION= 0.6.1.3
-PORTREVISION= 1
+PORTVERSION= 0.7.1
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
-COMMENT= ASN1 data reader and writer in RAW, BER, DER, and CER forms
+COMMENT= ASN1 data reader and writer in RAW, BER, and DER forms
LICENSE= BSD
CABAL_SETUP= Setup.hs
-USE_CABAL= attoparsec>=0.8 attoparsec-enumerator>=0.2 enumerator>=0.4.5 \
- mtl text>=0.11
+USE_CABAL= cereal mtl text>=0.11
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
diff --git a/devel/hs-asn1-data/distinfo b/devel/hs-asn1-data/distinfo
index 2aaf1f0b8fdb..e9b1c130d835 100644
--- a/devel/hs-asn1-data/distinfo
+++ b/devel/hs-asn1-data/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cabal/asn1-data-0.6.1.3.tar.gz) = 98bface77db252d737c601b5116d2c390b6783b2e25cafd0daa9667c5b299e6e
-SIZE (cabal/asn1-data-0.6.1.3.tar.gz) = 16226
+SHA256 (cabal/asn1-data-0.7.1.tar.gz) = f9a8a8ec41e89ebb4af6bd6b8a4c45515e44d7d61524d02b52881bfe7caf4783
+SIZE (cabal/asn1-data-0.7.1.tar.gz) = 17500
diff --git a/devel/hs-asn1-data/pkg-descr b/devel/hs-asn1-data/pkg-descr
index be5cd8747c58..886bc477e211 100644
--- a/devel/hs-asn1-data/pkg-descr
+++ b/devel/hs-asn1-data/pkg-descr
@@ -1,4 +1,4 @@
ASN1 data reader and writer in raw form with supports for high level forms
-of ASN1 (BER, CER and DER). All interfaces use the enumerator interface.
+of ASN1 (BER, and DER).
-WWW: http://github.com/vincenthz/hs-asn1-data
+WWW: http://github.com/vincenthz/hs-asn1-data