diff options
author | stephen <stephen@FreeBSD.org> | 2012-07-31 04:00:31 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2012-07-31 04:00:31 +0800 |
commit | 37ab8085017b4097ac8e1846b402653de6eea4d2 (patch) | |
tree | 51df8589806b37c006c141153de6fdc6bea0e27c | |
parent | 0425bfd04c32bc05f95dda8bd8720a68e41f5c28 (diff) | |
download | freebsd-ports-gnome-37ab8085017b4097ac8e1846b402653de6eea4d2.tar.gz freebsd-ports-gnome-37ab8085017b4097ac8e1846b402653de6eea4d2.tar.zst freebsd-ports-gnome-37ab8085017b4097ac8e1846b402653de6eea4d2.zip |
- Update to 5.2.
-rw-r--r-- | math/sage/Makefile | 2 | ||||
-rw-r--r-- | math/sage/distinfo | 4 | ||||
-rw-r--r-- | math/sage/files/spkg-patch-polybori_-_patches_Cudd.cudd.cudd.h | 18 | ||||
-rw-r--r-- | math/sage/files/spkg-patch-sage_-_sage_misc_getusage.py | 2 |
4 files changed, 4 insertions, 22 deletions
diff --git a/math/sage/Makefile b/math/sage/Makefile index db62ea27e222..de1088b64d07 100644 --- a/math/sage/Makefile +++ b/math/sage/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sage -PORTVERSION= 5.1 +PORTVERSION= 5.2 CATEGORIES= math MASTER_SITES= http://boxen.math.washington.edu/home/sagemath/sage-mirror/src/ \ http://mirrors.xmission.com/sage/src/ \ diff --git a/math/sage/distinfo b/math/sage/distinfo index 5ec834d20e58..97512cfa99ef 100644 --- a/math/sage/distinfo +++ b/math/sage/distinfo @@ -1,2 +1,2 @@ -SHA256 (sage-5.1.tar) = 43839a968166552a42df227fe76afff43007a18fb4f9c6729232648c2db9fab6 -SIZE (sage-5.1.tar) = 304209920 +SHA256 (sage-5.2.tar) = ad1e05c3583ce3bb99bb45c73a716abd49f6c82dac82a2d127bd970135cba555 +SIZE (sage-5.2.tar) = 328622080 diff --git a/math/sage/files/spkg-patch-polybori_-_patches_Cudd.cudd.cudd.h b/math/sage/files/spkg-patch-polybori_-_patches_Cudd.cudd.cudd.h deleted file mode 100644 index 26cae4f7a2d1..000000000000 --- a/math/sage/files/spkg-patch-polybori_-_patches_Cudd.cudd.cudd.h +++ /dev/null @@ -1,18 +0,0 @@ ---- polybori-0.8.1.p2/patches/Cudd.cudd.cudd.h.patch.orig 2012-04-13 01:19:43.000000000 +0000 -+++ polybori-0.8.1.p2/patches/Cudd.cudd.cudd.h.patch 2012-04-13 01:22:34.000000000 +0000 -@@ -0,0 +1,15 @@ -+--- a/Cudd/cudd/cudd.h.orig 2012-03-15 22:47:56.000000000 +0000 -++++ b/Cudd/cudd/cudd.h 2012-04-13 01:21:09.000000000 +0000 -+@@ -87,6 +87,12 @@ -+ #endif -+ -+ #ifdef __cplusplus -++#include <cstdio> -++#else -++#include <stdio.h> -++#endif -++ -++#ifdef __cplusplus -+ extern "C" { -+ #endif -+ diff --git a/math/sage/files/spkg-patch-sage_-_sage_misc_getusage.py b/math/sage/files/spkg-patch-sage_-_sage_misc_getusage.py index 5e9d804bcb3c..2615ce9e4cdc 100644 --- a/math/sage/files/spkg-patch-sage_-_sage_misc_getusage.py +++ b/math/sage/files/spkg-patch-sage_-_sage_misc_getusage.py @@ -1,5 +1,5 @@ --- sage-5.0.beta13/sage/misc/getusage.py-orig 2012-04-11 00:14:47.000000000 +0000 -+++ sage-5.1/sage/misc/getusage.py 2012-04-11 00:47:03.000000000 +0000 ++++ sage-5.2/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 |