From owner-svn-ports-head@FreeBSD.ORG Thu Jan 24 13:33:09 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0FA702E8; Thu, 24 Jan 2013 13:33:09 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E7972879; Thu, 24 Jan 2013 13:33:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0ODX86N049778; Thu, 24 Jan 2013 13:33:08 GMT (envelope-from stephen@svn.freebsd.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0ODX7cr049769; Thu, 24 Jan 2013 13:33:07 GMT (envelope-from stephen@svn.freebsd.org) Message-Id: <201301241333.r0ODX7cr049769@svn.freebsd.org> From: Stephen Montgomery-Smith Date: Thu, 24 Jan 2013 13:33:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r310930 - in head/math/sage: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2013 13:33:09 -0000 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