summaryrefslogtreecommitdiff
path: root/math/eigen3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/eigen3/Makefile')
-rw-r--r--math/eigen3/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/math/eigen3/Makefile b/math/eigen3/Makefile
index e37f325eb3de..0dbb2200956f 100644
--- a/math/eigen3/Makefile
+++ b/math/eigen3/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= eigen
-PORTVERSION= 3.2.9
-PORTREVISION= 1
+PORTVERSION= 3.2.10
CATEGORIES= math
MASTER_SITES= https://bitbucket.org/${PORTNAME}/${PORTNAME}/get/
DISTNAME= ${PORTVERSION}
@@ -18,6 +17,6 @@ CMAKE_ARGS= -DPKGCONFIG_INSTALL_DIR:PATH="${PREFIX}/libdata/pkgconfig"
USES= cmake:outsource tar:bzip2
NO_BUILD= yes
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-dc6cfdf9bcec
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-b9cd8366d4e8
.include <bsd.port.mk>