diff options
author | pgj <pgj@FreeBSD.org> | 2012-06-04 06:29:46 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-06-04 06:29:46 +0800 |
commit | 82533a76709fe95fe087d1800cf33e650d230381 (patch) | |
tree | b27320d6b449012b49c72df865e50146e4f9efcd /security | |
parent | 9a88b304896b0aed4fcad88693b3eb67a48a45fd (diff) | |
download | freebsd-ports-gnome-82533a76709fe95fe087d1800cf33e650d230381.tar.gz freebsd-ports-gnome-82533a76709fe95fe087d1800cf33e650d230381.tar.zst freebsd-ports-gnome-82533a76709fe95fe087d1800cf33e650d230381.zip |
- Update to 0.4.3.4
Obtained from: FreeBSD Haskell
Diffstat (limited to 'security')
-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 |