svn commit: r401496 - head/math/tomsfastmath
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Nov 13 11:05:32 UTC 2015
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 at 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/
More information about the svn-ports-all
mailing list