Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Dec 2012 21:40:58 +0000 (UTC)
From:      Brendan Fabeny <bf@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309697 - head/math/libmissing
Message-ID:  <201212302140.qBULewvI086436@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212302140.qBULewvI086436>