svn commit: r309697 - head/math/libmissing
Brendan Fabeny
bf at FreeBSD.org
Sun Dec 30 21:40:58 UTC 2012
Author: bf
Date: Sun Dec 30 21:40:57 2012
New Revision: 309697
URL: http://svnweb.freebsd.org/changeset/ports/309697
Log:
simplify and correct precisions; use libm on architectures where long
doubles aren't wider than doubles; reduce the number of mpc/mpfr
variables in some functions; add (l)lrintl, remquol, logbl; minor
cleanup
Modified:
head/math/libmissing/Makefile (contents, props changed)
head/math/libmissing/distinfo (contents, props changed)
Modified: head/math/libmissing/Makefile
==============================================================================
--- head/math/libmissing/Makefile Sun Dec 30 21:38:28 2012 (r309696)
+++ head/math/libmissing/Makefile Sun Dec 30 21:40:57 2012 (r309697)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= libmissing
-DISTVERSION= 20121220
+DISTVERSION= 20121222
CATEGORIES= math
MASTER_SITES= LOCAL/bf
Modified: head/math/libmissing/distinfo
==============================================================================
--- head/math/libmissing/distinfo Sun Dec 30 21:38:28 2012 (r309696)
+++ head/math/libmissing/distinfo Sun Dec 30 21:40:57 2012 (r309697)
@@ -1,2 +1,2 @@
-SHA256 (libmissing-20121220.tar.xz) = 226325e8cb7f28873c06da081978762079c07a90d53524aabb574d8731a6fb47
-SIZE (libmissing-20121220.tar.xz) = 129684
+SHA256 (libmissing-20121222.tar.xz) = 5656e15609c1ec4d1ff58b81691e9c5926f6aa067d758eff5e4c7b12c14bb3eb
+SIZE (libmissing-20121222.tar.xz) = 130312
More information about the svn-ports-head
mailing list