diff options
author | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2014-01-10 13:33:13 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2014-01-10 13:33:13 +0000 |
commit | e47d455f348390b878711ced4e5d06459ebbb089 (patch) | |
tree | 3bd3dca455625884ea7f70b81b5360310d5e4910 | |
parent | d20984f74e671d5c07dfa6838e65b41a8db67965 (diff) | |
download | ports-e47d455f348390b878711ced4e5d06459ebbb089.tar.gz ports-e47d455f348390b878711ced4e5d06459ebbb089.zip |
Notes
-rw-r--r-- | math/clasp/Makefile | 3 | ||||
-rw-r--r-- | math/clasp/distinfo | 4 | ||||
-rw-r--r-- | math/clasp/files/patch-libclasp-clasp-util-platform.h | 11 |
3 files changed, 3 insertions, 15 deletions
diff --git a/math/clasp/Makefile b/math/clasp/Makefile index c217c7a2f92e..4d8b6a4ad864 100644 --- a/math/clasp/Makefile +++ b/math/clasp/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= clasp -PORTVERSION= 2.1.3 -PORTREVISION= 1 +PORTVERSION= 2.1.4 CATEGORIES= math devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= potassco/${PORTNAME}/${PORTVERSION} diff --git a/math/clasp/distinfo b/math/clasp/distinfo index ada1b32276f0..cc1069cb6b1b 100644 --- a/math/clasp/distinfo +++ b/math/clasp/distinfo @@ -1,2 +1,2 @@ -SHA256 (clasp-2.1.3-source.tar.gz) = 84b737845482b91f8ccb6eab6784c7641bb6986ce725194d3f74ddaf832ebfc7 -SIZE (clasp-2.1.3-source.tar.gz) = 397519 +SHA256 (clasp-2.1.4-source.tar.gz) = 9d4077d64b549903999d8da0689e81855ed4ba488f6c9628c1493788ae73aad5 +SIZE (clasp-2.1.4-source.tar.gz) = 402549 diff --git a/math/clasp/files/patch-libclasp-clasp-util-platform.h b/math/clasp/files/patch-libclasp-clasp-util-platform.h deleted file mode 100644 index 242e350c52fa..000000000000 --- a/math/clasp/files/patch-libclasp-clasp-util-platform.h +++ /dev/null @@ -1,11 +0,0 @@ ---- libclasp/clasp/util/platform.h.orig 1970-09-03 18:56:56.000000000 +0100 -+++ libclasp/clasp/util/platform.h 1970-09-03 19:04:47.000000000 +0100 -@@ -107,7 +107,7 @@ - template <bool> struct static_assertion; - template <> struct static_assertion<true> {}; - --#if !defined(__cplusplus) || __cplusplus < 201103L -+#if !defined(__cplusplus) || !defined(static_assert) - #define static_assert(x, message) (void)sizeof(static_assertion< (x) >) - #endif - |