svn commit: r380503 - in head/math/sage: . files
Stephen Montgomery-Smith
stephen at FreeBSD.org
Thu Mar 5 14:48:31 UTC 2015
Author: stephen
Date: Thu Mar 5 14:48:30 2015
New Revision: 380503
URL: https://svnweb.freebsd.org/changeset/ports/380503
QAT: https://qat.redports.org/buildarchive/r380503/
Log:
- Update to 6.5.
Deleted:
head/math/sage/files/patch-build_pkgs_gd_spkg-install
head/math/sage/files/patch-build_pkgs_mpir_patches_configure.patch
Modified:
head/math/sage/Makefile
head/math/sage/distinfo
head/math/sage/files/patch-build_pkgs_cephes_spkg-install
Modified: head/math/sage/Makefile
==============================================================================
--- head/math/sage/Makefile Thu Mar 5 14:38:25 2015 (r380502)
+++ head/math/sage/Makefile Thu Mar 5 14:48:30 2015 (r380503)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= sage
-PORTVERSION= 6.4.1
+PORTVERSION= 6.5
CATEGORIES= math
MASTER_SITES= http://boxen.math.washington.edu/home/sagemath/sage-mirror/src/ \
http://mirrors.xmission.com/sage/src/ \
Modified: head/math/sage/distinfo
==============================================================================
--- head/math/sage/distinfo Thu Mar 5 14:38:25 2015 (r380502)
+++ head/math/sage/distinfo Thu Mar 5 14:48:30 2015 (r380503)
@@ -1,2 +1,2 @@
-SHA256 (sage-6.4.1.tar.gz) = e6b3fda75f4e55de71155a99e65454306229b4723c203b7674e909cca544c3c0
-SIZE (sage-6.4.1.tar.gz) = 650176345
+SHA256 (sage-6.5.tar.gz) = e690c93ca3adda6f2e5b47de2c6aff3da3b7b5efe990cc4c146c9339e3d2511e
+SIZE (sage-6.5.tar.gz) = 480572713
Modified: head/math/sage/files/patch-build_pkgs_cephes_spkg-install
==============================================================================
--- head/math/sage/files/patch-build_pkgs_cephes_spkg-install Thu Mar 5 14:38:25 2015 (r380502)
+++ head/math/sage/files/patch-build_pkgs_cephes_spkg-install Thu Mar 5 14:48:30 2015 (r380503)
@@ -1,5 +1,5 @@
---- build/pkgs/cephes/spkg-install.orig 2014-11-14 12:09:55.000000000 +0000
-+++ build/pkgs/cephes/spkg-install 2014-12-06 23:43:50.000000000 +0000
+--- build/pkgs/cephes/spkg-install-orig 2015-03-05 02:28:16.000000000 +0000
++++ build/pkgs/cephes/spkg-install 2015-03-05 02:29:36.000000000 +0000
@@ -11,6 +11,9 @@
exit 0
fi
@@ -10,12 +10,3 @@
CUR=`pwd`
cd src
-@@ -24,6 +27,8 @@
- fi
- done
-
-+sed -i .orig 's|.*printf|//&1|' */mtherr.c
-+
- echo "Building Cephes..."
- $MAKE
- if [ $? -ne 0 ]; then
More information about the svn-ports-all
mailing list