diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2013-02-05 22:26:31 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2013-02-05 22:26:31 +0000 |
commit | c731105b7f8e403a3db33599a7d7f1ce9257f375 (patch) | |
tree | 23d3f49a5183d8fbc5324dad9a1ae399f457b1d7 /security/hs-cryptocipher | |
parent | 32ca3ee61e3889801319024959589312eb652bfa (diff) | |
download | ports-c731105b7f8e403a3db33599a7d7f1ce9257f375.tar.gz ports-c731105b7f8e403a3db33599a7d7f1ce9257f375.zip |
Notes
Diffstat (limited to 'security/hs-cryptocipher')
-rw-r--r-- | security/hs-cryptocipher/Makefile | 6 | ||||
-rw-r--r-- | security/hs-cryptocipher/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/hs-cryptocipher/Makefile b/security/hs-cryptocipher/Makefile index ac9d1e3a75d5..706e05cd2b51 100644 --- a/security/hs-cryptocipher/Makefile +++ b/security/hs-cryptocipher/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cryptocipher -PORTVERSION= 0.3.6 +PORTVERSION= 0.4.0 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org @@ -11,8 +11,8 @@ LICENSE= BSD CABAL_SETUP= Setup.hs -USE_CABAL= cereal cpu>=0.1 crypto-api>=0.5 crypto-pubkey-types>=0.2 \ - primitive tagged vector>=0.7 +USE_CABAL= cereal cipher-aes cipher-rc4 cpu>=0.1 crypto-api>=0.5 \ + crypto-pubkey-types>=0.2 primitive tagged vector>=0.7 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/security/hs-cryptocipher/distinfo b/security/hs-cryptocipher/distinfo index 2d2307a208fc..6121358ba7bf 100644 --- a/security/hs-cryptocipher/distinfo +++ b/security/hs-cryptocipher/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/cryptocipher-0.3.6.tar.gz) = dadc3c6ec17ab05cfa177a901f20b28b93a3e88bf8afe4cf57cd021b01a74a64 -SIZE (cabal/cryptocipher-0.3.6.tar.gz) = 43901 +SHA256 (cabal/cryptocipher-0.4.0.tar.gz) = c061b8ccca31cbf5601f98081c557d9ab223e38a5a582d0c3c365effd78776e1 +SIZE (cabal/cryptocipher-0.4.0.tar.gz) = 33337 |