diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2013-06-21 12:07:03 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2013-06-21 12:07:03 +0000 |
commit | fa0e74cf70bdb109d4cb1ae28bfb6348b2dee7a1 (patch) | |
tree | ab3db0c239ef887a05364f1637cb87ffc766016f /math/eigen3 | |
parent | 4e0a7cb809e2cb790a645680ae7cd36e9565f305 (diff) | |
download | ports-fa0e74cf70bdb109d4cb1ae28bfb6348b2dee7a1.tar.gz ports-fa0e74cf70bdb109d4cb1ae28bfb6348b2dee7a1.zip |
Notes
Diffstat (limited to 'math/eigen3')
-rw-r--r-- | math/eigen3/Makefile | 4 | ||||
-rw-r--r-- | math/eigen3/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/math/eigen3/Makefile b/math/eigen3/Makefile index 99287581cf46..2d31e3d7250a 100644 --- a/math/eigen3/Makefile +++ b/math/eigen3/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= eigen -PORTVERSION= 3.1.2 +PORTVERSION= 3.1.3 CATEGORIES= math MASTER_SITES= https://bitbucket.org/${PORTNAME}/${PORTNAME}/get/ DISTNAME= ${PORTVERSION} @@ -20,6 +20,6 @@ NO_BUILD= yes LATEST_LINK= ${PORTNAME}3 -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-5097c01bcdc4 +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-2249f9c22fe8 .include <bsd.port.mk> diff --git a/math/eigen3/distinfo b/math/eigen3/distinfo index acd67598def4..db9930a4c64c 100644 --- a/math/eigen3/distinfo +++ b/math/eigen3/distinfo @@ -1,2 +1,2 @@ -SHA256 (eigen/3.1.2.tar.bz2) = 5efddc5b11f651bc531b46e4a00b805b16f8bb356db361a533c92145ecdadcc3 -SIZE (eigen/3.1.2.tar.bz2) = 1052120 +SHA256 (eigen/3.1.3.tar.bz2) = 1a443145f321dd47a5ca11f176e7319056198a6124a7577723d92e3c3cd59ece +SIZE (eigen/3.1.3.tar.bz2) = 1052724 |