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 /math/hs-math-functions | |
parent | 5e492199d1e024a681c6d21087c8d948cb3b7bc3 (diff) | |
download | ports-cc555442337c7591ab5c3fd19ad8e3e185a256b0.tar.gz ports-cc555442337c7591ab5c3fd19ad8e3e185a256b0.zip |
Notes
Diffstat (limited to 'math/hs-math-functions')
-rw-r--r-- | math/hs-math-functions/Makefile | 9 | ||||
-rw-r--r-- | math/hs-math-functions/distinfo | 4 |
2 files changed, 6 insertions, 7 deletions
diff --git a/math/hs-math-functions/Makefile b/math/hs-math-functions/Makefile index b3753d4e6671..3028d6754cd1 100644 --- a/math/hs-math-functions/Makefile +++ b/math/hs-math-functions/Makefile @@ -2,16 +2,15 @@ # $FreeBSD$ PORTNAME= math-functions -PORTVERSION= 0.1.3.0 -PORTREVISION= 5 +PORTVERSION= 0.1.5.2 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org -COMMENT= Special mathematical functions and Chebyshev polynomials +COMMENT= Special functions and Chebyshev polynomials -LICENSE= BSD +LICENSE= BSD3CLAUSE -USE_CABAL= erf>=2 vector>=0.7 +USE_CABAL= erf>=2 vector>=0.7 vector-th-unbox .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/math/hs-math-functions/distinfo b/math/hs-math-functions/distinfo index 32964fffb4d6..53429c2bf281 100644 --- a/math/hs-math-functions/distinfo +++ b/math/hs-math-functions/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/math-functions-0.1.3.0.tar.gz) = c5abf1f44ef52c30e5dab9675e8fb8605e6568ea356ed1fd9d4f57b81cca9d1b -SIZE (cabal/math-functions-0.1.3.0.tar.gz) = 23729 +SHA256 (cabal/math-functions-0.1.5.2.tar.gz) = 9ec9b809d33c3b4deebc07d8e776cb3f81866e99906ed84f9c4145fe8eb39f89 +SIZE (cabal/math-functions-0.1.5.2.tar.gz) = 28490 |