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-pwstore-fast | |
parent | af071cfdc1f8578bd1523b823e683074a3139a34 (diff) |
Notes
Diffstat (limited to 'security/hs-pwstore-fast')
-rw-r--r-- | security/hs-pwstore-fast/Makefile | 9 | ||||
-rw-r--r-- | security/hs-pwstore-fast/distinfo | 4 | ||||
-rw-r--r-- | security/hs-pwstore-fast/pkg-descr | 2 |
3 files changed, 5 insertions, 10 deletions
diff --git a/security/hs-pwstore-fast/Makefile b/security/hs-pwstore-fast/Makefile index ce87c046a09a..9a2dfd635a43 100644 --- a/security/hs-pwstore-fast/Makefile +++ b/security/hs-pwstore-fast/Makefile @@ -1,13 +1,7 @@ -# New ports collection makefile for: hs-pwstore-fast -# Date created: November 19, 2011 -# Whom: haskell@FreeBSD.org -# # $FreeBSD$ -# PORTNAME= pwstore-fast -PORTVERSION= 2.2 -PORTREVISION= 2 +PORTVERSION= 2.3 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org @@ -16,6 +10,7 @@ COMMENT= Secure password storage LICENSE= BSD CABAL_SETUP= Setup.hs + USE_CABAL= base64-bytestring>=0.1 cryptohash>=0.6 random>=1 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" diff --git a/security/hs-pwstore-fast/distinfo b/security/hs-pwstore-fast/distinfo index ae315517b12c..357088dd3a9a 100644 --- a/security/hs-pwstore-fast/distinfo +++ b/security/hs-pwstore-fast/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/pwstore-fast-2.2.tar.gz) = caa44e13f2746f9cf0efb3b2bf0194064b52675a28d3c14ddc4d31234bde690d -SIZE (cabal/pwstore-fast-2.2.tar.gz) = 6565 +SHA256 (cabal/pwstore-fast-2.3.tar.gz) = 7cc5f483e3d2e2e5e0c9f0b6f0e91eccc97eb6ed96b7e9ce00e55d0a80259404 +SIZE (cabal/pwstore-fast-2.3.tar.gz) = 6739 diff --git a/security/hs-pwstore-fast/pkg-descr b/security/hs-pwstore-fast/pkg-descr index 9cd7d764fe0b..d9cb994be0fe 100644 --- a/security/hs-pwstore-fast/pkg-descr +++ b/security/hs-pwstore-fast/pkg-descr @@ -5,4 +5,4 @@ Haskell library, pwstore-purehaskell has the exact same API, but uses only pure Haskell. It is about 25 times slower than this package, but still quite usable. -WWW: https://github.com/PeterScott/pwstore +WWW: https://github.com/PeterScott/pwstore |