diff options
Diffstat (limited to 'security/hs-monadcryptorandom')
-rw-r--r-- | security/hs-monadcryptorandom/Makefile | 10 | ||||
-rw-r--r-- | security/hs-monadcryptorandom/distinfo | 4 | ||||
-rw-r--r-- | security/hs-monadcryptorandom/pkg-descr | 2 |
3 files changed, 5 insertions, 11 deletions
diff --git a/security/hs-monadcryptorandom/Makefile b/security/hs-monadcryptorandom/Makefile index cb30acb9fac3..86a7f8ba77a7 100644 --- a/security/hs-monadcryptorandom/Makefile +++ b/security/hs-monadcryptorandom/Makefile @@ -1,13 +1,7 @@ -# New ports collection makefile for: hs-monadcryptorandom -# Date created: April 7, 2012 -# Whom: haskell@FreeBSD.org -# # $FreeBSD$ -# PORTNAME= monadcryptorandom -PORTVERSION= 0.4.1 -PORTREVISION= 1 +PORTVERSION= 0.5 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org @@ -15,7 +9,7 @@ COMMENT= A monad for using CryptoRandomGen LICENSE= BSD -USE_CABAL= crypto-api>=0.2 mtl>=2.0 transformers>=0.2 +USE_CABAL= crypto-api>=0.2 mtl>=2.0 tagged>=0.2 transformers>=0.2 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/security/hs-monadcryptorandom/distinfo b/security/hs-monadcryptorandom/distinfo index 557b944c7007..2d574a5e3a0b 100644 --- a/security/hs-monadcryptorandom/distinfo +++ b/security/hs-monadcryptorandom/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/monadcryptorandom-0.4.1.tar.gz) = e169e92973095d009c2775ba998f361662d4c2c41d6661407f6ba44ab2fba307 -SIZE (cabal/monadcryptorandom-0.4.1.tar.gz) = 3938 +SHA256 (cabal/monadcryptorandom-0.5.tar.gz) = 4b70ceb0dee5df63a7c2dde8c77b0002505b6c33382a6075e8b5d6ed5e4d4ba7 +SIZE (cabal/monadcryptorandom-0.5.tar.gz) = 4116 diff --git a/security/hs-monadcryptorandom/pkg-descr b/security/hs-monadcryptorandom/pkg-descr index 67c1c1b033cc..13394c7ae8f2 100644 --- a/security/hs-monadcryptorandom/pkg-descr +++ b/security/hs-monadcryptorandom/pkg-descr @@ -1,3 +1,3 @@ A monad for using CryptoRandomGen. -WWW: http://trac.haskell.org/crypto-api/wiki +WWW: https://github.com/TomMD/monadcryptorandom |