diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2014-08-10 22:34:50 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2014-08-10 22:34:50 +0000 |
commit | cc555442337c7591ab5c3fd19ad8e3e185a256b0 (patch) | |
tree | a6a0dfa4f440949889fc7b609c83f74555f6894e /security/hs-pwstore-fast | |
parent | 5e492199d1e024a681c6d21087c8d948cb3b7bc3 (diff) | |
download | ports-cc555442337c7591ab5c3fd19ad8e3e185a256b0.tar.gz ports-cc555442337c7591ab5c3fd19ad8e3e185a256b0.zip |
Notes
Diffstat (limited to 'security/hs-pwstore-fast')
-rw-r--r-- | security/hs-pwstore-fast/Makefile | 7 | ||||
-rw-r--r-- | security/hs-pwstore-fast/distinfo | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/security/hs-pwstore-fast/Makefile b/security/hs-pwstore-fast/Makefile index bfefa2f55da5..066b1ffd9b06 100644 --- a/security/hs-pwstore-fast/Makefile +++ b/security/hs-pwstore-fast/Makefile @@ -1,16 +1,15 @@ # $FreeBSD$ PORTNAME= pwstore-fast -PORTVERSION= 2.3 -PORTREVISION= 7 +PORTVERSION= 2.4.1 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Secure password storage -LICENSE= BSD +LICENSE= BSD3CLAUSE -USE_CABAL= base64-bytestring>=0.1 cryptohash>=0.6 random>=1 +USE_CABAL= base64-bytestring>=0.1 cryptohash>=0.6 random>=1 SHA>=1.6.1 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/security/hs-pwstore-fast/distinfo b/security/hs-pwstore-fast/distinfo index 357088dd3a9a..b73ed1ab9c36 100644 --- a/security/hs-pwstore-fast/distinfo +++ b/security/hs-pwstore-fast/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/pwstore-fast-2.3.tar.gz) = 7cc5f483e3d2e2e5e0c9f0b6f0e91eccc97eb6ed96b7e9ce00e55d0a80259404 -SIZE (cabal/pwstore-fast-2.3.tar.gz) = 6739 +SHA256 (cabal/pwstore-fast-2.4.1.tar.gz) = 84dbb989ec889ba88ca4628502e905d65ca62f6a688ee21dea12342a745828cd +SIZE (cabal/pwstore-fast-2.4.1.tar.gz) = 8756 |