diff options
author | asau <asau> | 2012-09-13 15:44:04 +0000 |
---|---|---|
committer | asau <asau> | 2012-09-13 15:44:04 +0000 |
commit | 0ee5067afe5a6ab3c4649baaf7c39c906c111556 (patch) | |
tree | b369538e572f4380463060484f35458f87d06492 /math/libmatheval | |
parent | 439a976407b972bf3165795dfc241a06192ebeb4 (diff) | |
download | pkgsrc-0ee5067afe5a6ab3c4649baaf7c39c906c111556.tar.gz |
Update to libmatheval 1.1.8
Changes:
Version 1.1.8
* Fixed bugs in the Fortran interface.
* Updated pkg-config file.
Version 1.1.7
* Fixed wrong derivative calculation for erf function.
Version 1.1.6
* Added support for erorr function (erf).
Version 1.1.5
* Re-licensed under GNU Public License version 3.
Diffstat (limited to 'math/libmatheval')
-rw-r--r-- | math/libmatheval/Makefile | 5 | ||||
-rw-r--r-- | math/libmatheval/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/math/libmatheval/Makefile b/math/libmatheval/Makefile index 538900a0283..b2234450a77 100644 --- a/math/libmatheval/Makefile +++ b/math/libmatheval/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2012/09/11 23:04:22 asau Exp $ +# $NetBSD: Makefile,v 1.15 2012/09/13 15:44:04 asau Exp $ # -DISTNAME= libmatheval-1.1.4 -PKGREVISION= 3 +DISTNAME= libmatheval-1.1.8 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU:=libmatheval/} diff --git a/math/libmatheval/distinfo b/math/libmatheval/distinfo index f5764e579a2..068a9cee644 100644 --- a/math/libmatheval/distinfo +++ b/math/libmatheval/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2007/03/13 10:51:42 drochner Exp $ +$NetBSD: distinfo,v 1.5 2012/09/13 15:44:04 asau Exp $ -SHA1 (libmatheval-1.1.4.tar.gz) = 522302a7489a2c62e88c182cf06407d5fe580343 -RMD160 (libmatheval-1.1.4.tar.gz) = ac37bba21a8011f68d813a0a9080bc035af183f9 -Size (libmatheval-1.1.4.tar.gz) = 512257 bytes +SHA1 (libmatheval-1.1.8.tar.gz) = 86fb13d66878c42afce091f1e6b06c158c593486 +RMD160 (libmatheval-1.1.8.tar.gz) = f8b1212984f5b4e50aea0573b0ff9eeaa7537054 +Size (libmatheval-1.1.8.tar.gz) = 538012 bytes SHA1 (patch-aa) = c6289e600a480fbf10f37debb7db5e55c821f41d |