aboutsummaryrefslogtreecommitdiff
path: root/security/hs-pureMD5
diff options
context:
space:
mode:
Diffstat (limited to 'security/hs-pureMD5')
-rw-r--r--security/hs-pureMD5/Makefile10
-rw-r--r--security/hs-pureMD5/distinfo4
-rw-r--r--security/hs-pureMD5/pkg-descr5
3 files changed, 7 insertions, 12 deletions
diff --git a/security/hs-pureMD5/Makefile b/security/hs-pureMD5/Makefile
index baa58982c89a..06e0a5d66352 100644
--- a/security/hs-pureMD5/Makefile
+++ b/security/hs-pureMD5/Makefile
@@ -1,17 +1,11 @@
-# New ports collection makefile for: hs-pureMD5
-# Date created: 2010-08-17
-# Whom: Ashish SHUKLA <ashish@FreeBSD.org>
-#
# $FreeBSD$
-#
PORTNAME= pureMD5
-PORTVERSION= 2.1.0.3
-PORTREVISION= 2
+PORTVERSION= 2.1.2.1
CATEGORIES= security haskell
MAINTAINER= haskell@FreeBSD.org
-COMMENT= Haskell implementation of MD5 algorithm
+COMMENT= A Haskell-only implementation of MD5 digest (hash) yalgorithm
LICENSE= BSD
diff --git a/security/hs-pureMD5/distinfo b/security/hs-pureMD5/distinfo
index 87dda0c23755..f91dff9b45e3 100644
--- a/security/hs-pureMD5/distinfo
+++ b/security/hs-pureMD5/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cabal/pureMD5-2.1.0.3.tar.gz) = 3102d2ddd9084faf0a25d168b150aeca02aad9bba62d80f9b8ec13fccdd21472
-SIZE (cabal/pureMD5-2.1.0.3.tar.gz) = 6087
+SHA256 (cabal/pureMD5-2.1.2.1.tar.gz) = 6768174686d5eaef76b487f6f8160a932c48012668fbe542e7aba489134956ff
+SIZE (cabal/pureMD5-2.1.2.1.tar.gz) = 5824
diff --git a/security/hs-pureMD5/pkg-descr b/security/hs-pureMD5/pkg-descr
index 20a9cc538e38..b2e68477642f 100644
--- a/security/hs-pureMD5/pkg-descr
+++ b/security/hs-pureMD5/pkg-descr
@@ -1,3 +1,4 @@
-An unrolled implementation of MD5 purely in Haskell.
+A Haskell-only implementation of the MD5 digest (hash) algorithm. This
+now supports the crypto-api class interface.
-WWW: http://hackage.haskell.org/package/pureMD5
+WWW: http://hackage.haskell.org/package/pureMD5