diff options
author | stephen <stephen@FreeBSD.org> | 2014-02-01 07:19:22 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2014-02-01 07:19:22 +0800 |
commit | a14f523120b881c560b6c99fcbe947d25bafd063 (patch) | |
tree | 7842b9bc6afa70ebe06d8db678fcc7e302267a48 /math | |
parent | fcbe9d6fad2d7973ec8fe5458673e2484c7b362a (diff) | |
download | freebsd-ports-gnome-a14f523120b881c560b6c99fcbe947d25bafd063.tar.gz freebsd-ports-gnome-a14f523120b881c560b6c99fcbe947d25bafd063.tar.zst freebsd-ports-gnome-a14f523120b881c560b6c99fcbe947d25bafd063.zip |
- Update to 6.1.
Diffstat (limited to 'math')
-rw-r--r-- | math/sage/Makefile | 2 | ||||
-rw-r--r-- | math/sage/distinfo | 4 | ||||
-rw-r--r-- | math/sage/files/patch-build_pkgs_pycrypto_fbsd-patch-src.libtom.tomcrypt_pk.h | 14 |
3 files changed, 3 insertions, 17 deletions
diff --git a/math/sage/Makefile b/math/sage/Makefile index 56a3b6a5b2cb..686301a182de 100644 --- a/math/sage/Makefile +++ b/math/sage/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sage -PORTVERSION= 6.0 +PORTVERSION= 6.1 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 baedd168cdc9..ae9685ec8221 100644 --- a/math/sage/distinfo +++ b/math/sage/distinfo @@ -1,2 +1,2 @@ -SHA256 (sage-6.0.tar) = 40a76473efa1c725ccfb3955bf5b95ea4578cc654f079b0f92fad4f4243302df -SIZE (sage-6.0.tar) = 404654517 +SHA256 (sage-6.1.tar) = 13c3ec386176ed48a612fe47fa909ee461bd3f6c6c62fb0b3e4528c3c5602a42 +SIZE (sage-6.1.tar) = 399881018 diff --git a/math/sage/files/patch-build_pkgs_pycrypto_fbsd-patch-src.libtom.tomcrypt_pk.h b/math/sage/files/patch-build_pkgs_pycrypto_fbsd-patch-src.libtom.tomcrypt_pk.h deleted file mode 100644 index 8011b5687cf1..000000000000 --- a/math/sage/files/patch-build_pkgs_pycrypto_fbsd-patch-src.libtom.tomcrypt_pk.h +++ /dev/null @@ -1,14 +0,0 @@ ---- /dev/null 2012-04-08 01:30:00.000000000 +0000 -+++ build/pkgs/pycrypto/fbsd-patch-src.libtom.tomcrypt_pk.h 2012-04-08 01:30:26.000000000 +0000 -@@ -0,0 +1,11 @@ -+--- src/src/libtom/tomcrypt_pk.h-orig 2012-01-21 19:43:56.000000000 +0000 -++++ src/src/libtom/tomcrypt_pk.h 2012-01-21 19:45:01.000000000 +0000 -+@@ -496,7 +496,7 @@ -+ int der_printable_value_decode(int v); -+ -+ /* UTF-8 */ -+-#if (defined(SIZE_MAX) || __STDC_VERSION__ >= 199901L || defined(WCHAR_MAX) || defined(_WCHAR_T) || defined(_WCHAR_T_DEFINED)) && !defined(LTC_NO_WCHAR) -++#if (defined(SIZE_MAX) || __STDC_VERSION__ >= 199901L || defined(WCHAR_MAX) || defined(_WCHAR_T) || defined(_WCHAR_T_DEFINED) || defined(_GCC_WCHAR_T)) && !defined(LTC_NO_WCHAR) -+ #include <wchar.h> -+ #else -+ typedef ulong32 wchar_t; |