Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 May 2015 18:22:32 +0000 (UTC)
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r386874 - head/math/sage
Message-ID:  <201505201822.t4KIMWb9021632@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: stephen
Date: Wed May 20 18:22:31 2015
New Revision: 386874
URL: https://svnweb.freebsd.org/changeset/ports/386874

Log:
  - Update to 6.7.
  - Don't build documentation, because of a mysterious race condition.
  - Add one more master site.

Modified:
  head/math/sage/Makefile
  head/math/sage/distinfo

Modified: head/math/sage/Makefile
==============================================================================
--- head/math/sage/Makefile	Wed May 20 18:08:35 2015	(r386873)
+++ head/math/sage/Makefile	Wed May 20 18:22:31 2015	(r386874)
@@ -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:

Modified: head/math/sage/distinfo
==============================================================================
--- head/math/sage/distinfo	Wed May 20 18:08:35 2015	(r386873)
+++ head/math/sage/distinfo	Wed May 20 18:22:31 2015	(r386874)
@@ -1,2 +1,2 @@
-SHA256 (sage-6.6.tar.gz) = 64f1f6ca9afe023aacdb0077242713bd457dbfaf9a39c29ac2bdfc10df9c15b1
-SIZE (sage-6.6.tar.gz) = 484789447
+SHA256 (sage-6.7.tar.gz) = da4688cb48c221356005935c666fa3eac96c50de60f3e5b274072f0520745677
+SIZE (sage-6.7.tar.gz) = 487207063



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