diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-12-20 02:23:04 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-12-20 02:23:04 +0000 |
commit | f6f83c9efc2c46d2970746758e2c682bb8a518ec (patch) | |
tree | 290f2ea61305744bf0f477895c56b92acaeb361f /security/hs-SHA | |
parent | af071cfdc1f8578bd1523b823e683074a3139a34 (diff) | |
download | ports-f6f83c9efc2c46d2970746758e2c682bb8a518ec.tar.gz ports-f6f83c9efc2c46d2970746758e2c682bb8a518ec.zip |
Notes
Diffstat (limited to 'security/hs-SHA')
-rw-r--r-- | security/hs-SHA/Makefile | 10 | ||||
-rw-r--r-- | security/hs-SHA/distinfo | 4 | ||||
-rw-r--r-- | security/hs-SHA/pkg-descr | 2 |
3 files changed, 5 insertions, 11 deletions
diff --git a/security/hs-SHA/Makefile b/security/hs-SHA/Makefile index b696fd0b73a9..e9a51d64de1f 100644 --- a/security/hs-SHA/Makefile +++ b/security/hs-SHA/Makefile @@ -1,13 +1,7 @@ -# New ports collection makefile for: hs-SHA -# Date created: January 8, 2010 -# Whom: Gabor Pali <pgj@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= SHA -PORTVERSION= 1.5.0.1 -PORTREVISION= 1 +PORTVERSION= 1.6.1 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org @@ -21,7 +15,7 @@ OPTIONS_DEFINE= EXE EXE_DESC= Build a SHA2-384 executable similar to 'md5sum' -.include <bsd.port.options.mk> +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.options.mk" CONFIGURE_ARGS+= --flags="-Test" diff --git a/security/hs-SHA/distinfo b/security/hs-SHA/distinfo index 2fa92f4543d2..d849fae1b8a4 100644 --- a/security/hs-SHA/distinfo +++ b/security/hs-SHA/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/SHA-1.5.0.1.tar.gz) = 0f2dd56aee5db5bfbee45ea19a64ddaf8bd2107dbe456bd3b44ea8e92128d2db -SIZE (cabal/SHA-1.5.0.1.tar.gz) = 2714086 +SHA256 (cabal/SHA-1.6.1.tar.gz) = fdb9924aa31493ad198e3b3498a8204cc7013e0ef86215faf1c4e435a7166aec +SIZE (cabal/SHA-1.6.1.tar.gz) = 2714264 diff --git a/security/hs-SHA/pkg-descr b/security/hs-SHA/pkg-descr index 53efdd7237b7..4b4ad15e38e2 100644 --- a/security/hs-SHA/pkg-descr +++ b/security/hs-SHA/pkg-descr @@ -5,4 +5,4 @@ and RFC test vectors for the various functions. While some attention has been paid to performance, these do not presently reach the speed of well-tuned libraries, like OpenSSL. -WWW: http://hackage.haskell.org/package/SHA +WWW: http://hackage.haskell.org/package/SHA |