1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

- Update to 6.1.

This commit is contained in:
Stephen Montgomery-Smith 2014-01-31 23:19:22 +00:00
parent e0608739d4
commit 2dba7321bb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342093
3 changed files with 3 additions and 17 deletions

View File

@ -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/ \

View File

@ -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

View File

@ -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;