diff options
author | stephen <stephen@FreeBSD.org> | 2015-05-21 02:22:31 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2015-05-21 02:22:31 +0800 |
commit | 3ce11f0dc266b7c864ff684e0e0ec0f1ad6bea6e (patch) | |
tree | a77cb3c426501acdec5db74954023c3be240c5f1 /math/sage | |
parent | c771e32fac2797c86a1964550c017645b2f0a672 (diff) | |
download | freebsd-ports-gnome-3ce11f0dc266b7c864ff684e0e0ec0f1ad6bea6e.tar.gz freebsd-ports-gnome-3ce11f0dc266b7c864ff684e0e0ec0f1ad6bea6e.tar.zst freebsd-ports-gnome-3ce11f0dc266b7c864ff684e0e0ec0f1ad6bea6e.zip |
- Update to 6.7.
- Don't build documentation, because of a mysterious race condition.
- Add one more master site.
Diffstat (limited to 'math/sage')
-rw-r--r-- | math/sage/Makefile | 6 | ||||
-rw-r--r-- | math/sage/distinfo | 4 |
2 files changed, 7 insertions, 3 deletions
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: diff --git a/math/sage/distinfo b/math/sage/distinfo index c74d84d5f15c..471cbde0c27f 100644 --- a/math/sage/distinfo +++ b/math/sage/distinfo @@ -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 |