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 /security/hs-digest | |
parent | af071cfdc1f8578bd1523b823e683074a3139a34 (diff) |
Notes
Diffstat (limited to 'security/hs-digest')
-rw-r--r-- | security/hs-digest/Makefile | 8 | ||||
-rw-r--r-- | security/hs-digest/distinfo | 4 | ||||
-rw-r--r-- | security/hs-digest/pkg-descr | 2 |
3 files changed, 4 insertions, 10 deletions
diff --git a/security/hs-digest/Makefile b/security/hs-digest/Makefile index 1baa1a644594..42604d59f842 100644 --- a/security/hs-digest/Makefile +++ b/security/hs-digest/Makefile @@ -1,13 +1,7 @@ -# New ports collection makefile for: hs-digest-ghc -# Date created: January 22, 2009 -# Whom: Gabor Pali <pgj@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= digest -PORTVERSION= 0.0.1.1 -PORTREVISION= 1 +PORTVERSION= 0.0.1.2 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-digest/distinfo b/security/hs-digest/distinfo index e5d2a836dd9d..567e7d6cbbf8 100644 --- a/security/hs-digest/distinfo +++ b/security/hs-digest/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/digest-0.0.1.1.tar.gz) = 7bb8b85959cfb3c6539aa2f2104c14aec9758a3a5d6039aba975299fdcd704d4 -SIZE (cabal/digest-0.0.1.1.tar.gz) = 3781 +SHA256 (cabal/digest-0.0.1.2.tar.gz) = 641717eb16392abf8965986a9e8dc21eebf1d97775bbb6923c7b7f8fee17fe11 +SIZE (cabal/digest-0.0.1.2.tar.gz) = 3790 diff --git a/security/hs-digest/pkg-descr b/security/hs-digest/pkg-descr index 3b66ffa2fdbf..cb183080d59a 100644 --- a/security/hs-digest/pkg-descr +++ b/security/hs-digest/pkg-descr @@ -2,4 +2,4 @@ This package provides efficient cryptographic hash implementations for strict and lazy bytestrings. For now, CRC32 and Adler32 are supported; they are implemented as FFI bindings to efficient code from zlib. -WWW: http://hackage.haskell.org/package/digest +WWW: http://hackage.haskell.org/package/digest |