diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 22:24:09 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 22:24:09 +0000 |
commit | 9963ef681e8de59520bbe88ab878a745efee31c9 (patch) | |
tree | 1e490848fd7d33a2177c4940546f5911c78f7ca6 /security/hs-certificate | |
parent | 79cf9572097e2aee820a66d5f02d219f5a2fdc46 (diff) | |
download | ports-9963ef681e8de59520bbe88ab878a745efee31c9.tar.gz ports-9963ef681e8de59520bbe88ab878a745efee31c9.zip |
Notes
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 |