diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2013-06-04 18:53:40 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2013-06-04 18:53:40 +0000 |
commit | 109269205e521bb1d2d87678a391e5adefff88d6 (patch) | |
tree | 93f1f9278a9a48902904b7ff4a5ce711c10efe08 /security/hs-cipher-aes | |
parent | ad7295cafd0e46ece6fcbf594ef39a767c296d0e (diff) | |
download | ports-109269205e521bb1d2d87678a391e5adefff88d6.tar.gz ports-109269205e521bb1d2d87678a391e5adefff88d6.zip |
Notes
Diffstat (limited to 'security/hs-cipher-aes')
-rw-r--r-- | security/hs-cipher-aes/Makefile | 4 | ||||
-rw-r--r-- | security/hs-cipher-aes/distinfo | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/security/hs-cipher-aes/Makefile b/security/hs-cipher-aes/Makefile index ee301518616f..71ae248a28a7 100644 --- a/security/hs-cipher-aes/Makefile +++ b/security/hs-cipher-aes/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cipher-aes -PORTVERSION= 0.1.7 +PORTVERSION= 0.1.8 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org @@ -9,7 +9,5 @@ COMMENT= Fast AES cipher implementation with advanced mode of operations LICENSE= BSD -CABAL_SETUP= Setup.hs - .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/security/hs-cipher-aes/distinfo b/security/hs-cipher-aes/distinfo index 63642e31e1d0..19f343704feb 100644 --- a/security/hs-cipher-aes/distinfo +++ b/security/hs-cipher-aes/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/cipher-aes-0.1.7.tar.gz) = cf7ab769b4d1773246e482b046a4ce409b6945e71db04d7d55d9f59d094b51c5 -SIZE (cabal/cipher-aes-0.1.7.tar.gz) = 27614 +SHA256 (cabal/cipher-aes-0.1.8.tar.gz) = ae87a9f7cd198745a931a8285a3681fdc42216ac450857cd5ba983ba5492359c +SIZE (cabal/cipher-aes-0.1.8.tar.gz) = 27629 |