diff options
Diffstat (limited to 'security/hs-clientsession/Makefile')
-rw-r--r-- | security/hs-clientsession/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/hs-clientsession/Makefile b/security/hs-clientsession/Makefile index 2b231aaed57f..c58591c8491a 100644 --- a/security/hs-clientsession/Makefile +++ b/security/hs-clientsession/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= clientsession -PORTVERSION= 0.8.0.1 +PORTVERSION= 0.8.1 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org @@ -9,9 +9,9 @@ COMMENT= Securely store session data in a client-side cookie LICENSE= BSD -USE_CABAL= base64-bytestring>=0.1.1.1 cereal>=0.3 cprng-aes>=0.2 \ - crypto-api>=0.8 cryptocipher>=0.2.5 entropy>=0.2.1 \ - skein>=0.1 tagged>=0.1 +USE_CABAL= base64-bytestring>=0.1.1.1 cereal>=0.3 cipher-aes>=0.1.7 \ + cprng-aes>=0.2 crypto-api>=0.8 entropy>=0.2.1 skein>=0.1 \ + tagged>=0.1 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |