Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Apr 2015 12:45:30 +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: r384107 - in head/math/sage: . files
Message-ID:  <201504161245.t3GCjUaN040502@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: stephen
Date: Thu Apr 16 12:45:30 2015
New Revision: 384107
URL: https://svnweb.freebsd.org/changeset/ports/384107

Log:
  - Update to 6.6.

Added:
  head/math/sage/files/patch-build_pkgs_eclib_spkg-install   (contents, props changed)
Modified:
  head/math/sage/Makefile
  head/math/sage/distinfo

Modified: head/math/sage/Makefile
==============================================================================
--- head/math/sage/Makefile	Thu Apr 16 12:44:17 2015	(r384106)
+++ head/math/sage/Makefile	Thu Apr 16 12:45:30 2015	(r384107)
@@ -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/ \

Modified: head/math/sage/distinfo
==============================================================================
--- head/math/sage/distinfo	Thu Apr 16 12:44:17 2015	(r384106)
+++ head/math/sage/distinfo	Thu Apr 16 12:45:30 2015	(r384107)
@@ -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

Added: head/math/sage/files/patch-build_pkgs_eclib_spkg-install
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/sage/files/patch-build_pkgs_eclib_spkg-install	Thu Apr 16 12:45:30 2015	(r384107)
@@ -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" \



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