svn commit: r310930 - in head/math/sage: . files

Stephen Montgomery-Smith stephen at FreeBSD.org
Thu Jan 24 13:33:09 UTC 2013


Author: stephen
Date: Thu Jan 24 13:33:06 2013
New Revision: 310930
URL: http://svnweb.freebsd.org/changeset/ports/310930

Log:
  - Update to 5.6.

Deleted:
  head/math/sage/files/spkg-patch-cephes_-_big-patch
  head/math/sage/files/spkg-patch-gap_-_patches_sysfiles.c
Modified:
  head/math/sage/Makefile
  head/math/sage/distinfo
  head/math/sage/files/spkg-patch-python_-_src_Doc_library_fcntl.rst
  head/math/sage/files/spkg-patch-python_-_src_Modules__ctypes_libffi_configure
  head/math/sage/files/spkg-patch-python_-_src_Modules_fcntlmodule.c
  head/math/sage/files/spkg-patch-python_-_src_Python_thread_pthread.h
  head/math/sage/files/spkg-patch-python_-_src_setup.py
  head/math/sage/files/spkg-patch-sage_-_sage_misc_getusage.py

Modified: head/math/sage/Makefile
==============================================================================
--- head/math/sage/Makefile	Thu Jan 24 12:58:48 2013	(r310929)
+++ head/math/sage/Makefile	Thu Jan 24 13:33:06 2013	(r310930)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	sage
-PORTVERSION=	5.5
+PORTVERSION=	5.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 Jan 24 12:58:48 2013	(r310929)
+++ head/math/sage/distinfo	Thu Jan 24 13:33:06 2013	(r310930)
@@ -1,2 +1,2 @@
-SHA256 (sage-5.5.tar) = 6b89765a4918f910250146edae30d40207903fc08719d6aacd21e756f0276b6d
-SIZE (sage-5.5.tar) = 316641280
+SHA256 (sage-5.6.tar) = db033b194089fc161cd4d65f9e0a3c496c3ddd076b588b0477e61d0c4a104e39
+SIZE (sage-5.6.tar) = 319508480

Modified: head/math/sage/files/spkg-patch-python_-_src_Doc_library_fcntl.rst
==============================================================================
--- head/math/sage/files/spkg-patch-python_-_src_Doc_library_fcntl.rst	Thu Jan 24 12:58:48 2013	(r310929)
+++ head/math/sage/files/spkg-patch-python_-_src_Doc_library_fcntl.rst	Thu Jan 24 13:33:06 2013	(r310930)
@@ -1,5 +1,5 @@
 --- python-2.7.3.p0/src/Doc/library/fcntl.rst.orig	2011-06-11 15:46:23.000000000 +0000
-+++ python-2.7.3.p2/src/Doc/library/fcntl.rst	2012-04-22 00:31:48.000000000 +0000
++++ python-2.7.3.p3/src/Doc/library/fcntl.rst	2012-04-22 00:31:48.000000000 +0000
 @@ -50,8 +50,6 @@
     operations are typically defined in the library module :mod:`termios` and the
     argument handling is even more complicated.

Modified: head/math/sage/files/spkg-patch-python_-_src_Modules__ctypes_libffi_configure
==============================================================================
--- head/math/sage/files/spkg-patch-python_-_src_Modules__ctypes_libffi_configure	Thu Jan 24 12:58:48 2013	(r310929)
+++ head/math/sage/files/spkg-patch-python_-_src_Modules__ctypes_libffi_configure	Thu Jan 24 13:33:06 2013	(r310930)
@@ -1,5 +1,5 @@
 --- python-2.7.3.p0/src/Modules/_ctypes/libffi/configure.orig	2011-06-11 15:46:26.000000000 +0000
-+++ python-2.7.3.p2/src/Modules/_ctypes/libffi/configure	2012-04-22 00:23:14.000000000 +0000
++++ python-2.7.3.p3/src/Modules/_ctypes/libffi/configure	2012-04-22 00:23:14.000000000 +0000
 @@ -6289,7 +6289,7 @@
    rm -rf conftest*
    ;;

Modified: head/math/sage/files/spkg-patch-python_-_src_Modules_fcntlmodule.c
==============================================================================
--- head/math/sage/files/spkg-patch-python_-_src_Modules_fcntlmodule.c	Thu Jan 24 12:58:48 2013	(r310929)
+++ head/math/sage/files/spkg-patch-python_-_src_Modules_fcntlmodule.c	Thu Jan 24 13:33:06 2013	(r310930)
@@ -1,5 +1,5 @@
 --- python-2.7.3.p0/src/Modules/fcntlmodule.c.orig	2011-06-11 15:46:27.000000000 +0000
-+++ python-2.7.3.p2/src/Modules/fcntlmodule.c	2012-04-22 00:23:34.000000000 +0000
++++ python-2.7.3.p3/src/Modules/fcntlmodule.c	2012-04-22 00:23:34.000000000 +0000
 @@ -97,20 +97,15 @@
  {
  #define IOCTL_BUFSZ 1024

Modified: head/math/sage/files/spkg-patch-python_-_src_Python_thread_pthread.h
==============================================================================
--- head/math/sage/files/spkg-patch-python_-_src_Python_thread_pthread.h	Thu Jan 24 12:58:48 2013	(r310929)
+++ head/math/sage/files/spkg-patch-python_-_src_Python_thread_pthread.h	Thu Jan 24 13:33:06 2013	(r310930)
@@ -1,5 +1,5 @@
 --- python-2.7.3.p0/src/Python/thread_pthread.h.orig	2011-06-11 15:46:28.000000000 +0000
-+++ python-2.7.3.p2/src/Python/thread_pthread.h	2012-04-22 00:23:46.000000000 +0000
++++ python-2.7.3.p3/src/Python/thread_pthread.h	2012-04-22 00:23:46.000000000 +0000
 @@ -38,13 +38,18 @@
  #endif
  #endif

Modified: head/math/sage/files/spkg-patch-python_-_src_setup.py
==============================================================================
--- head/math/sage/files/spkg-patch-python_-_src_setup.py	Thu Jan 24 12:58:48 2013	(r310929)
+++ head/math/sage/files/spkg-patch-python_-_src_setup.py	Thu Jan 24 13:33:06 2013	(r310930)
@@ -1,5 +1,5 @@
 --- python-2.7.3.p0/src/setup.py-orig	2012-04-22 00:04:08.000000000 +0000
-+++ python-2.7.3.p2/src/setup.py	2012-04-22 00:10:25.000000000 +0000
++++ python-2.7.3.p3/src/setup.py	2012-04-22 00:10:25.000000000 +0000
 @@ -1432,10 +1432,24 @@
              macros = dict()
              libraries = []

Modified: head/math/sage/files/spkg-patch-sage_-_sage_misc_getusage.py
==============================================================================
--- head/math/sage/files/spkg-patch-sage_-_sage_misc_getusage.py	Thu Jan 24 12:58:48 2013	(r310929)
+++ head/math/sage/files/spkg-patch-sage_-_sage_misc_getusage.py	Thu Jan 24 13:33:06 2013	(r310930)
@@ -1,5 +1,5 @@
 --- sage-5.0.beta13/sage/misc/getusage.py-orig	2012-04-11 00:14:47.000000000 +0000
-+++ sage-5.5/sage/misc/getusage.py	2012-04-11 00:47:03.000000000 +0000
++++ sage-5.6/sage/misc/getusage.py	2012-04-11 00:47:03.000000000 +0000
 @@ -20,6 +20,8 @@
      """
      Return the 'top' or 'prstat' line that contains this running Sage


More information about the svn-ports-all mailing list