diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-12-31 11:55:46 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-12-31 11:55:46 +0000 |
commit | ec0c158471f4efcbcaeb98f70f8fd8808fd732ab (patch) | |
tree | e39f9ae2d35297e996a4f703431561e5f7ce3e09 | |
parent | 06dc5d2b331f7d7780ccbb1e245b7f48cebcb716 (diff) | |
download | ports-ec0c158471f4efcbcaeb98f70f8fd8808fd732ab.tar.gz ports-ec0c158471f4efcbcaeb98f70f8fd8808fd732ab.zip |
- Update to 3.0.11
Changes: http://swig.org/release.html
Notes
Notes:
svn path=/head/; revision=430100
-rw-r--r-- | devel/swig30/Makefile | 3 | ||||
-rw-r--r-- | devel/swig30/distinfo | 6 | ||||
-rw-r--r-- | devel/swig30/files/patch-Lib_swigrun.swg | 10 | ||||
-rw-r--r-- | devel/swig30/files/patch-Lib_typemaps_fragments.swg | 10 |
4 files changed, 4 insertions, 25 deletions
diff --git a/devel/swig30/Makefile b/devel/swig30/Makefile index 45b71a426385..35a42c08c69e 100644 --- a/devel/swig30/Makefile +++ b/devel/swig30/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= swig -PORTVERSION= 3.0.10 -PORTREVISION= 1 +PORTVERSION= 3.0.11 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMESUFFIX= 30 diff --git a/devel/swig30/distinfo b/devel/swig30/distinfo index 23af05a59ac9..3dc195b06a22 100644 --- a/devel/swig30/distinfo +++ b/devel/swig30/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1466837533 -SHA256 (swig-3.0.10.tar.gz) = 2939aae39dec06095462f1b95ce1c958ac80d07b926e48871046d17c0094f44c -SIZE (swig-3.0.10.tar.gz) = 8029827 +TIMESTAMP = 1483129363 +SHA256 (swig-3.0.11.tar.gz) = d9031d531d7418829a54d0d51c4ed9007016b213657ec70be44031951810566e +SIZE (swig-3.0.11.tar.gz) = 8141827 diff --git a/devel/swig30/files/patch-Lib_swigrun.swg b/devel/swig30/files/patch-Lib_swigrun.swg deleted file mode 100644 index 8afb450328d2..000000000000 --- a/devel/swig30/files/patch-Lib_swigrun.swg +++ /dev/null @@ -1,10 +0,0 @@ ---- Lib/swigrun.swg.orig 2015-01-31 17:51:17 UTC -+++ Lib/swigrun.swg -@@ -176,6 +176,7 @@ SWIGINTERNINLINE int SWIG_CheckState(int - #include <string.h> - - #ifdef __cplusplus -+#include <string> - extern "C" { - #endif - diff --git a/devel/swig30/files/patch-Lib_typemaps_fragments.swg b/devel/swig30/files/patch-Lib_typemaps_fragments.swg deleted file mode 100644 index 75029a44abd4..000000000000 --- a/devel/swig30/files/patch-Lib_typemaps_fragments.swg +++ /dev/null @@ -1,10 +0,0 @@ ---- Lib/typemaps/fragments.swg.orig 2016-09-10 23:27:20 UTC -+++ Lib/typemaps/fragments.swg -@@ -172,6 +172,7 @@ - # if defined(isfinite) - # define SWIG_isfinite(X) (isfinite(X)) - # elif defined __cplusplus && __cplusplus >= 201103L -+# include <cmath> - # define SWIG_isfinite(X) (std::isfinite(X)) - # elif defined(_MSC_VER) - # define SWIG_isfinite(X) (_finite(X)) |