From 89199e93e3e0b00b2a0f4c2ffae4ef2ca7e2f352 Mon Sep 17 00:00:00 2001 From: pgj Date: Sun, 3 Jun 2012 22:24:09 +0000 Subject: - Update to 1.2.3 Obtained from: FreeBSD Haskell --- security/hs-certificate/Makefile | 5 +++-- security/hs-certificate/distinfo | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'security') 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 -- cgit