diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2014-08-10 22:34:50 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2014-08-10 22:34:50 +0000 |
commit | cc555442337c7591ab5c3fd19ad8e3e185a256b0 (patch) | |
tree | a6a0dfa4f440949889fc7b609c83f74555f6894e /security/hs-cipher-rc4 | |
parent | 5e492199d1e024a681c6d21087c8d948cb3b7bc3 (diff) | |
download | ports-cc555442337c7591ab5c3fd19ad8e3e185a256b0.tar.gz ports-cc555442337c7591ab5c3fd19ad8e3e185a256b0.zip |
Notes
Diffstat (limited to 'security/hs-cipher-rc4')
-rw-r--r-- | security/hs-cipher-rc4/Makefile | 7 | ||||
-rw-r--r-- | security/hs-cipher-rc4/distinfo | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/security/hs-cipher-rc4/Makefile b/security/hs-cipher-rc4/Makefile index 2c6e662b102d..06d32f6e5fac 100644 --- a/security/hs-cipher-rc4/Makefile +++ b/security/hs-cipher-rc4/Makefile @@ -1,14 +1,15 @@ # $FreeBSD$ PORTNAME= cipher-rc4 -PORTVERSION= 0.1.2 -PORTREVISION= 5 +PORTVERSION= 0.1.4 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Fast RC4 cipher implementation -LICENSE= BSD +LICENSE= BSD3CLAUSE + +USE_CABAL= byteable crypto-cipher-types>=0.0.5 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/security/hs-cipher-rc4/distinfo b/security/hs-cipher-rc4/distinfo index 99b21c10d34d..415da27b54fd 100644 --- a/security/hs-cipher-rc4/distinfo +++ b/security/hs-cipher-rc4/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/cipher-rc4-0.1.2.tar.gz) = 61b908f643cb123788c42e92e7c68fc376d6b094520f00cd10180e7874c5d95b -SIZE (cabal/cipher-rc4-0.1.2.tar.gz) = 4576 +SHA256 (cabal/cipher-rc4-0.1.4.tar.gz) = c67e731bc9e7f3882e33609c3d9ec97b4e9bbd2f95cd882926acfb621970384d +SIZE (cabal/cipher-rc4-0.1.4.tar.gz) = 4315 |