diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2015-08-20 23:02:14 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2015-08-20 23:02:14 +0000 |
commit | 39b8e49140afdb1d1d001c477befb4b05efa7fc3 (patch) | |
tree | 607a5ca77efd301a2b4dc49b05d108829fcffa77 /security/hs-x509-store | |
parent | 75b64b1cb42c127b71646f039269eb7bd560d8ef (diff) | |
download | ports-39b8e49140afdb1d1d001c477befb4b05efa7fc3.tar.gz ports-39b8e49140afdb1d1d001c477befb4b05efa7fc3.zip |
Notes
Diffstat (limited to 'security/hs-x509-store')
-rw-r--r-- | security/hs-x509-store/Makefile | 7 | ||||
-rw-r--r-- | security/hs-x509-store/distinfo | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/security/hs-x509-store/Makefile b/security/hs-x509-store/Makefile index a4413b87930e..82af2ef38954 100644 --- a/security/hs-x509-store/Makefile +++ b/security/hs-x509-store/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= x509-store -PORTVERSION= 1.4.4 -PORTREVISION= 1 +PORTVERSION= 1.6.0 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org @@ -10,8 +9,8 @@ COMMENT= X.509 collection accessing and storing methods LICENSE= BSD3CLAUSE -USE_CABAL= asn1-encoding>=0.8 asn1-types>=0.2 crypto-pubkey-types>=0.3 \ - mtl pem>=0.1 x509>=1.4.3 +USE_CABAL= asn1-encoding>=0.9 asn1-types>=0.3 cryptonite mtl pem>=0.1 \ + x509>=1.6 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/security/hs-x509-store/distinfo b/security/hs-x509-store/distinfo index 4375898ce2c5..63fc08aed54a 100644 --- a/security/hs-x509-store/distinfo +++ b/security/hs-x509-store/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/x509-store-1.4.4.tar.gz) = 882fc144a6819dd9182e14297f3af9087c45840cca1c550e759783dc5a767044 -SIZE (cabal/x509-store-1.4.4.tar.gz) = 2992 +SHA256 (cabal/x509-store-1.6.0.tar.gz) = d5b347a80d66b0424b92d5a340108d6c674246ddbdd21c223b586be19f582e22 +SIZE (cabal/x509-store-1.6.0.tar.gz) = 3556 |