aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2015-04-16 12:45:30 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2015-04-16 12:45:30 +0000
commitfead3c7ecff1d827cbc85fd5a8816064aec754f7 (patch)
tree229a908cff70c5ceb0605ca4cc8fc78be86ffff3 /math
parentad02434ab8ecf3c9571eeda43b15106c179cbdfb (diff)
downloadports-fead3c7ecff1d827cbc85fd5a8816064aec754f7.tar.gz
ports-fead3c7ecff1d827cbc85fd5a8816064aec754f7.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/sage/Makefile3
-rw-r--r--math/sage/distinfo4
-rw-r--r--math/sage/files/patch-build_pkgs_eclib_spkg-install12
3 files changed, 15 insertions, 4 deletions
diff --git a/math/sage/Makefile b/math/sage/Makefile
index 67d0694d49cc..2c3a888cde6c 100644
--- a/math/sage/Makefile
+++ b/math/sage/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= sage
-PORTVERSION= 6.5
-PORTREVISION= 1
+PORTVERSION= 6.6
CATEGORIES= math
MASTER_SITES= http://boxen.math.washington.edu/home/sagemath/sage-mirror/src/ \
http://mirrors.xmission.com/sage/src/ \
diff --git a/math/sage/distinfo b/math/sage/distinfo
index 1047d2fdb560..c74d84d5f15c 100644
--- a/math/sage/distinfo
+++ b/math/sage/distinfo
@@ -1,2 +1,2 @@
-SHA256 (sage-6.5.tar.gz) = e690c93ca3adda6f2e5b47de2c6aff3da3b7b5efe990cc4c146c9339e3d2511e
-SIZE (sage-6.5.tar.gz) = 480572713
+SHA256 (sage-6.6.tar.gz) = 64f1f6ca9afe023aacdb0077242713bd457dbfaf9a39c29ac2bdfc10df9c15b1
+SIZE (sage-6.6.tar.gz) = 484789447
diff --git a/math/sage/files/patch-build_pkgs_eclib_spkg-install b/math/sage/files/patch-build_pkgs_eclib_spkg-install
new file mode 100644
index 000000000000..dae4c2e18a98
--- /dev/null
+++ b/math/sage/files/patch-build_pkgs_eclib_spkg-install
@@ -0,0 +1,12 @@
+--- build/pkgs/eclib/spkg-install-orig 2015-04-15 23:32:22.643814000 +0000
++++ build/pkgs/eclib/spkg-install 2015-04-15 23:33:02.634085000 +0000
+@@ -60,6 +60,9 @@
+
+ echo
+ echo "Now configuring eclib..."
++aclocal
++automake --add-missing
++autoconf
+ ./configure --prefix="$SAGE_LOCAL" \
+ --with-ntl="$SAGE_LOCAL" \
+ --with-pari="$SAGE_LOCAL" \