Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Nov 2012 19:11:40 +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: r307343 - in head/math/sage: . files
Message-ID:  <201211121911.qACJBeqr084905@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: stephen
Date: Mon Nov 12 19:11:40 2012
New Revision: 307343
URL: http://svnweb.freebsd.org/changeset/ports/307343

Log:
  - Update to 5.4.
  
  Feature safe:	yes

Added:
  head/math/sage/files/spkg-patch-fflas_ffpack_-_src_fflas-ffpack-config.in   (contents, props changed)
Deleted:
  head/math/sage/files/spkg-patch-singular_-_patches_omalloc.configure.patch
  head/math/sage/files/spkg-patch-singular_-_spkg-install
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	Mon Nov 12 18:37:49 2012	(r307342)
+++ head/math/sage/Makefile	Mon Nov 12 19:11:40 2012	(r307343)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	sage
-# Date created:		24 January 2012
-# Whom:			Stephen Montgomery-Smith <stephen@FreeBSD.org>
-#
+# Created by: Stephen Montgomery-Smith <stephen@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	sage
-PORTVERSION=	5.3
+PORTVERSION=	5.4
 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	Mon Nov 12 18:37:49 2012	(r307342)
+++ head/math/sage/distinfo	Mon Nov 12 19:11:40 2012	(r307343)
@@ -1,2 +1,2 @@
-SHA256 (sage-5.3.tar) = ee7de94a1fba53911f739662654913b668756b03e3a0b2c7fc6b7580b6280d7d
-SIZE (sage-5.3.tar) = 325017600
+SHA256 (sage-5.4.tar) = cf02d6fb7a703b81b438e9384ae06d84fce20efbaab95b0e2d3f81f9824327cd
+SIZE (sage-5.4.tar) = 314910720

Added: head/math/sage/files/spkg-patch-fflas_ffpack_-_src_fflas-ffpack-config.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/sage/files/spkg-patch-fflas_ffpack_-_src_fflas-ffpack-config.in	Mon Nov 12 19:11:40 2012	(r307343)
@@ -0,0 +1,8 @@
+--- fflas_ffpack-1.6.0/src/fflas-ffpack-config.in-orig	2012-09-14 02:43:35.000000000 +0000
++++ fflas_ffpack-1.6.0//src/fflas-ffpack-config.in	2012-09-14 02:43:58.000000000 +0000
+@@ -1,4 +1,4 @@
+-#! /bin/bash
++#!/usr/bin/env bash
+ # Coypright (c) 2011 FFLAS-FFPACK
+ # written by BB <bboyer@imag.fr>
+ # adapted from LinBox configuration

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	Mon Nov 12 18:37:49 2012	(r307342)
+++ head/math/sage/files/spkg-patch-python_-_src_Doc_library_fcntl.rst	Mon Nov 12 19:11:40 2012	(r307343)
@@ -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.p0/src/Doc/library/fcntl.rst	2012-04-22 00:31:48.000000000 +0000
++++ python-2.7.3.p2/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	Mon Nov 12 18:37:49 2012	(r307342)
+++ head/math/sage/files/spkg-patch-python_-_src_Modules__ctypes_libffi_configure	Mon Nov 12 19:11:40 2012	(r307343)
@@ -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.p0/src/Modules/_ctypes/libffi/configure	2012-04-22 00:23:14.000000000 +0000
++++ python-2.7.3.p2/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	Mon Nov 12 18:37:49 2012	(r307342)
+++ head/math/sage/files/spkg-patch-python_-_src_Modules_fcntlmodule.c	Mon Nov 12 19:11:40 2012	(r307343)
@@ -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.p0/src/Modules/fcntlmodule.c	2012-04-22 00:23:34.000000000 +0000
++++ python-2.7.3.p2/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	Mon Nov 12 18:37:49 2012	(r307342)
+++ head/math/sage/files/spkg-patch-python_-_src_Python_thread_pthread.h	Mon Nov 12 19:11:40 2012	(r307343)
@@ -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.p0/src/Python/thread_pthread.h	2012-04-22 00:23:46.000000000 +0000
++++ python-2.7.3.p2/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	Mon Nov 12 18:37:49 2012	(r307342)
+++ head/math/sage/files/spkg-patch-python_-_src_setup.py	Mon Nov 12 19:11:40 2012	(r307343)
@@ -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.p0/src/setup.py	2012-04-22 00:10:25.000000000 +0000
++++ python-2.7.3.p2/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	Mon Nov 12 18:37:49 2012	(r307342)
+++ head/math/sage/files/spkg-patch-sage_-_sage_misc_getusage.py	Mon Nov 12 19:11:40 2012	(r307343)
@@ -1,5 +1,5 @@
 --- sage-5.0.beta13/sage/misc/getusage.py-orig	2012-04-11 00:14:47.000000000 +0000
-+++ sage-5.3/sage/misc/getusage.py	2012-04-11 00:47:03.000000000 +0000
++++ sage-5.4/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



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