diff options
author | pgj <pgj@FreeBSD.org> | 2012-06-04 06:24:09 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-06-04 06:24:09 +0800 |
commit | 89199e93e3e0b00b2a0f4c2ffae4ef2ca7e2f352 (patch) | |
tree | 9006fdab8b0a07119ed178070560ba5b67fd8f31 /security/hs-certificate | |
parent | f94afe0f0e3f264e8ec8b1b832edbb65a10901ef (diff) | |
download | freebsd-ports-gnome-89199e93e3e0b00b2a0f4c2ffae4ef2ca7e2f352.tar.gz freebsd-ports-gnome-89199e93e3e0b00b2a0f4c2ffae4ef2ca7e2f352.tar.zst freebsd-ports-gnome-89199e93e3e0b00b2a0f4c2ffae4ef2ca7e2f352.zip |
- Update to 1.2.3
Obtained from: FreeBSD Haskell
Diffstat (limited to 'security/hs-certificate')
-rw-r--r-- | security/hs-certificate/Makefile | 5 | ||||
-rw-r--r-- | security/hs-certificate/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/security/hs-certificate/Makefile b/security/hs-certificate/Makefile index a165df21ccb7..186b599975a5 100644 --- a/security/hs-certificate/Makefile +++ b/security/hs-certificate/Makefile @@ -6,7 +6,7 @@ # PORTNAME= certificate -PORTVERSION= 1.0.1 +PORTVERSION= 1.2.3 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org @@ -15,7 +15,8 @@ COMMENT= Certificates and Key Reader/Writer LICENSE= BSD CABAL_SETUP= Setup.hs -USE_CABAL= asn1-data>=0.6.1 base64-bytestring crypto-pubkey-types mtl + +USE_CABAL= asn1-data>=0.6.1.3 crypto-pubkey-types>=0.1 mtl pem>=0.1 OPTIONS= EXECUTABLE "Build the executable" off diff --git a/security/hs-certificate/distinfo b/security/hs-certificate/distinfo index 1847ddecf778..5bf49ac92bfc 100644 --- a/security/hs-certificate/distinfo +++ b/security/hs-certificate/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/certificate-1.0.1.tar.gz) = 2028b8c9241b89afcff6f6fa7dc2b079d1fb4d928e495bf637e85913867e6967 -SIZE (cabal/certificate-1.0.1.tar.gz) = 13705 +SHA256 (cabal/certificate-1.2.3.tar.gz) = ea58605935d00b191e6fb31e79cec486129bc527ec19d1c0911b1475c430c476 +SIZE (cabal/certificate-1.2.3.tar.gz) = 13844 |