diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2013-06-04 18:53:40 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2013-06-04 18:53:40 +0000 |
commit | 109269205e521bb1d2d87678a391e5adefff88d6 (patch) | |
tree | 93f1f9278a9a48902904b7ff4a5ce711c10efe08 /security/hs-crypto-pubkey | |
parent | ad7295cafd0e46ece6fcbf594ef39a767c296d0e (diff) |
Notes
Diffstat (limited to 'security/hs-crypto-pubkey')
-rw-r--r-- | security/hs-crypto-pubkey/Makefile | 7 | ||||
-rw-r--r-- | security/hs-crypto-pubkey/distinfo | 4 |
2 files changed, 4 insertions, 7 deletions
diff --git a/security/hs-crypto-pubkey/Makefile b/security/hs-crypto-pubkey/Makefile index b03b57016429..90227e96e712 100644 --- a/security/hs-crypto-pubkey/Makefile +++ b/security/hs-crypto-pubkey/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= crypto-pubkey -PORTVERSION= 0.1.2 -PORTREVISION= 1 +PORTVERSION= 0.1.3 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org @@ -10,9 +9,7 @@ COMMENT= Public Key cryptography LICENSE= BSD -CABAL_SETUP= Setup.hs - -USE_CABAL= crypto-numbers crypto-pubkey-types>=0.2 crypto-random-api>=0.2 \ +USE_CABAL= crypto-numbers crypto-pubkey-types>=0.3 crypto-random-api>=0.2 \ cryptohash>=0.8 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" diff --git a/security/hs-crypto-pubkey/distinfo b/security/hs-crypto-pubkey/distinfo index 544f2ec266a3..444e4efb0d7b 100644 --- a/security/hs-crypto-pubkey/distinfo +++ b/security/hs-crypto-pubkey/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/crypto-pubkey-0.1.2.tar.gz) = 455b4893d8870829dece447710b073507b70e58daaae685b421b64200f2d5cd1 -SIZE (cabal/crypto-pubkey-0.1.2.tar.gz) = 38610 +SHA256 (cabal/crypto-pubkey-0.1.3.tar.gz) = 0ff0a9134bb42869dc370eb1aaed1105890538f5c01b2f0e3e5bbc7a3e658b94 +SIZE (cabal/crypto-pubkey-0.1.3.tar.gz) = 38692 |