diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 22:29:46 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 22:29:46 +0000 |
commit | 49067153d417d8a48af3c510b499276ad3a35171 (patch) | |
tree | 2c894b94a12ce4ec07df59c3b4eedb465da34c79 /security/hs-tls-extra | |
parent | 43c882357da7865ffb5e950124e1d54fb78cfd3c (diff) |
Notes
Diffstat (limited to 'security/hs-tls-extra')
-rw-r--r-- | security/hs-tls-extra/Makefile | 8 | ||||
-rw-r--r-- | security/hs-tls-extra/distinfo | 4 | ||||
-rw-r--r-- | security/hs-tls-extra/pkg-descr | 3 |
3 files changed, 7 insertions, 8 deletions
diff --git a/security/hs-tls-extra/Makefile b/security/hs-tls-extra/Makefile index de8fcfa5f6bd..742ec52c51e5 100644 --- a/security/hs-tls-extra/Makefile +++ b/security/hs-tls-extra/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tls-extra -PORTVERSION= 0.4.2.1 +PORTVERSION= 0.4.6 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org @@ -16,9 +16,9 @@ LICENSE= BSD CABAL_SETUP= Setup.hs -USE_CABAL= certificate>=1.0.0 crypto-api>=0.5 cryptocipher>=0.3.0 \ - cryptohash>=0.6 mtl network>=2.3 text>=0.5 tls>=0.8.4 \ - vector +USE_CABAL= certificate>=1.2.0 crypto-api>=0.5 cryptocipher>=0.3.0 \ + cryptohash>=0.6 mtl network>=2.3 pem>=0.1.0 text>=0.5 \ + tls>=0.9.4 vector .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/security/hs-tls-extra/distinfo b/security/hs-tls-extra/distinfo index 0c0dbc4cc1ca..ae37792d1f87 100644 --- a/security/hs-tls-extra/distinfo +++ b/security/hs-tls-extra/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/tls-extra-0.4.2.1.tar.gz) = a6c8dae893d8eaa056001f65535347984474561689fa4de593336f7b8bd6ad3d -SIZE (cabal/tls-extra-0.4.2.1.tar.gz) = 12500 +SHA256 (cabal/tls-extra-0.4.6.tar.gz) = d69a28f0c350e729c46493bbd433e514765051c0f5a3d8f1607e9e6c492c85f6 +SIZE (cabal/tls-extra-0.4.6.tar.gz) = 7790 diff --git a/security/hs-tls-extra/pkg-descr b/security/hs-tls-extra/pkg-descr index 86d22c548bd7..5ef31d0472f3 100644 --- a/security/hs-tls-extra/pkg-descr +++ b/security/hs-tls-extra/pkg-descr @@ -1,4 +1,3 @@ -A set of extra definitions, default values and helpers for the tls -package. +A set of extra definitions, default values and helpers for the tls. WWW: http://github.com/vincenthz/hs-tls-extra |