aboutsummaryrefslogtreecommitdiff
path: root/security/hs-x509/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/hs-x509/Makefile')
-rw-r--r--security/hs-x509/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/security/hs-x509/Makefile b/security/hs-x509/Makefile
index 806ed095e369..e5502c26bd0d 100644
--- a/security/hs-x509/Makefile
+++ b/security/hs-x509/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= x509
-PORTVERSION= 1.4.11
-PORTREVISION= 1
+PORTVERSION= 1.6.0
CATEGORIES= security haskell
MAINTAINER= haskell@FreeBSD.org
@@ -10,8 +9,8 @@ COMMENT= X509 reader and writer
LICENSE= BSD3CLAUSE
-USE_CABAL= asn1-encoding>=0.8 asn1-parse>=0.8 asn1-types>=0.2.3 \
- crypto-pubkey-types>=0.4.2.1 cryptohash>=0.9 mtl pem>=0.1
+USE_CABAL= asn1-encoding>=0.9 asn1-parse>=0.9 asn1-types>=0.3.0 \
+ cryptonite hourglass memory mtl pem>=0.1
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>