From 5db31ad02a387728afeacf0c066f875af26e67b7 Mon Sep 17 00:00:00 2001 From: Stephen Montgomery-Smith Date: Wed, 20 May 2015 18:22:31 +0000 Subject: - Update to 6.7. - Don't build documentation, because of a mysterious race condition. - Add one more master site. --- math/sage/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'math/sage/Makefile') diff --git a/math/sage/Makefile b/math/sage/Makefile index 2c3a888cde6c..5e0d3ecb8fb2 100644 --- a/math/sage/Makefile +++ b/math/sage/Makefile @@ -2,11 +2,12 @@ # $FreeBSD$ PORTNAME= sage -PORTVERSION= 6.6 +PORTVERSION= 6.7 CATEGORIES= math MASTER_SITES= http://boxen.math.washington.edu/home/sagemath/sage-mirror/src/ \ http://mirrors.xmission.com/sage/src/ \ http://www-ftp.lip6.fr/pub/math/sagemath/src/ \ + http://mirrors.mit.edu/sage/src/ \ http://www.sagemath.org/src-old/ PKGNAMESUFFIX= -math @@ -73,6 +74,9 @@ check regression-test test: build cd ${WRKSRC} && ${SETENV} DOT_SAGE=${WRKSRC}/tmp/.sage ./sage -testall ${RM} -f ${WRKSRC}/python*.core +# Don't build docs (because of mysterious race conditions). +ALL_TARGET= build + INSTALL_SAGE_DIR= ${PREFIX}/${PORTNAME}-${PORTVERSION} STAGED_SAGE_DIR= ${STAGEDIR}${INSTALL_SAGE_DIR} do-install: -- cgit v1.2.3