Date: Fri, 13 Nov 2015 11:05:30 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401496 - head/math/tomsfastmath Message-ID: <201511131105.tADB5UlK039963@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Nov 13 11:05:30 2015 New Revision: 401496 URL: https://svnweb.freebsd.org/changeset/ports/401496 Log: - Fix fetch - Update WWW Modified: head/math/tomsfastmath/Makefile head/math/tomsfastmath/pkg-descr Modified: head/math/tomsfastmath/Makefile ============================================================================== --- head/math/tomsfastmath/Makefile Fri Nov 13 10:35:18 2015 (r401495) +++ head/math/tomsfastmath/Makefile Fri Nov 13 11:05:30 2015 (r401496) @@ -3,14 +3,12 @@ PORTNAME= tomsfastmath PORTVERSION= 0.12 CATEGORIES= math -MASTER_SITES= http://libtom.org/files/ +MASTER_SITES= http://libtom.net/files/ DISTNAME= tfm-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Portable fixed precision math library for fast exponentiations -BROKEN= unfetchable - BROKEN_powerpc= internal compiler error at src/mul/fp_mul_comba_48.c:398 USES= compiler:features gmake tar:bzip2 Modified: head/math/tomsfastmath/pkg-descr ============================================================================== --- head/math/tomsfastmath/pkg-descr Fri Nov 13 10:35:18 2015 (r401495) +++ head/math/tomsfastmath/pkg-descr Fri Nov 13 11:05:30 2015 (r401496) @@ -1,4 +1,4 @@ TomsFastMath is a portable fixed precision math library designed for very fast exponentiations. -WWW: http://libtom.org/ +WWW: http://libtom.net/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511131105.tADB5UlK039963>