diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2012-08-25 02:59:25 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2012-08-25 02:59:25 +0000 |
commit | cfa359466dfcc5e0bc5fb8a13109abafba494849 (patch) | |
tree | f9908b288277b151efd29a94868125a7153d76a9 /math/eigen3 | |
parent | 560f055b6c6e5f2ea0862c9bdb7f6b624e87de69 (diff) | |
download | ports-cfa359466dfcc5e0bc5fb8a13109abafba494849.tar.gz ports-cfa359466dfcc5e0bc5fb8a13109abafba494849.zip |
Notes
Diffstat (limited to 'math/eigen3')
-rw-r--r-- | math/eigen3/Makefile | 8 | ||||
-rw-r--r-- | math/eigen3/distinfo | 4 | ||||
-rw-r--r-- | math/eigen3/pkg-plist | 1 |
3 files changed, 7 insertions, 6 deletions
diff --git a/math/eigen3/Makefile b/math/eigen3/Makefile index ef286553db66..9c428ca57f44 100644 --- a/math/eigen3/Makefile +++ b/math/eigen3/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= eigen -PORTVERSION= 3.1.0 +PORTVERSION= 3.1.1 CATEGORIES= math MASTER_SITES= https://bitbucket.org/${PORTNAME}/${PORTNAME}/get/ DISTNAME= ${PORTVERSION} @@ -14,8 +14,8 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= kde@FreeBSD.org COMMENT= Lightweight library for vector and matrix math -LICENSE= LGPL3 GPLv2 -LICENSE_COMB= dual +LICENSE= LGPL21 MPL +LICENSE_COMB= multi USE_BZIP2= yes USE_CMAKE= yes @@ -25,6 +25,6 @@ NO_BUILD= yes LATEST_LINK= ${PORTNAME}3 -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-ca142d0540d3 +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-43d9075b23ef .include <bsd.port.mk> diff --git a/math/eigen3/distinfo b/math/eigen3/distinfo index 73da57a434bb..e8dc9e99c2e1 100644 --- a/math/eigen3/distinfo +++ b/math/eigen3/distinfo @@ -1,2 +1,2 @@ -SHA256 (eigen/3.1.0.tar.bz2) = 3c64a6792a55d8ee672ce45d5a1d1de1ffc50daaf6e8a3677bf8580ad99f036c -SIZE (eigen/3.1.0.tar.bz2) = 1023451 +SHA256 (eigen/3.1.1.tar.bz2) = 531a97c3d96d151c72951e6f295b5e5f3f68f668fd04c9b1a0d84187547121ab +SIZE (eigen/3.1.1.tar.bz2) = 1049447 diff --git a/math/eigen3/pkg-plist b/math/eigen3/pkg-plist index e7376a4c8889..610ccab85279 100644 --- a/math/eigen3/pkg-plist +++ b/math/eigen3/pkg-plist @@ -127,6 +127,7 @@ include/eigen3/Eigen/src/Core/util/MKL_support.h include/eigen3/Eigen/src/Core/util/Macros.h include/eigen3/Eigen/src/Core/util/Memory.h include/eigen3/Eigen/src/Core/util/Meta.h +include/eigen3/Eigen/src/Core/util/NonMPL2.h include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h include/eigen3/Eigen/src/Core/util/StaticAssert.h include/eigen3/Eigen/src/Core/util/XprHelper.h |