diff options
Diffstat (limited to 'security/hs-x509-system/Makefile')
-rw-r--r-- | security/hs-x509-system/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/hs-x509-system/Makefile b/security/hs-x509-system/Makefile index 1f5490e166a0..73edb4ed80ef 100644 --- a/security/hs-x509-system/Makefile +++ b/security/hs-x509-system/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= x509-system -PORTVERSION= 1.4.5 -PORTREVISION= 1 +PORTVERSION= 1.6.0 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org @@ -10,7 +9,7 @@ COMMENT= Handle per-operating-system X.509 accessors and storage LICENSE= BSD3CLAUSE -USE_CABAL= mtl pem>=0.1 x509>=1.4 x509-store>=1.4 +USE_CABAL= mtl pem>=0.1 x509>=1.6 x509-store>=1.6 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |