Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Oct 2016 06:18:09 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423320 - head/math/eigen3
Message-ID:  <201610050618.u956I9OK066578@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Wed Oct  5 06:18:09 2016
New Revision: 423320
URL: https://svnweb.freebsd.org/changeset/ports/423320

Log:
  Update eigen3 to 3.2.10
  
  Changelog: http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.2.10
  
  Reviewed by:    rakuco
  Approved by:    rakuco (mentor)
  Differential Revision:  https://reviews.freebsd.org/D8149

Modified:
  head/math/eigen3/Makefile
  head/math/eigen3/distinfo

Modified: head/math/eigen3/Makefile
==============================================================================
--- head/math/eigen3/Makefile	Wed Oct  5 05:20:52 2016	(r423319)
+++ head/math/eigen3/Makefile	Wed Oct  5 06:18:09 2016	(r423320)
@@ -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
 USES=		cmake:outsource tar:bzip2
 NO_BUILD=	yes
 
-WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTNAME}-dc6cfdf9bcec
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTNAME}-b9cd8366d4e8
 
 .include <bsd.port.mk>

Modified: head/math/eigen3/distinfo
==============================================================================
--- head/math/eigen3/distinfo	Wed Oct  5 05:20:52 2016	(r423319)
+++ head/math/eigen3/distinfo	Wed Oct  5 06:18:09 2016	(r423320)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1472680089
-SHA256 (eigen/3.2.9.tar.bz2) = 4d1e036ec1ed4f4805d5c6752b76072d67538889f4003fadf2f6e00a825845ff
-SIZE (eigen/3.2.9.tar.bz2) = 1163762
+TIMESTAMP = 1475571312
+SHA256 (eigen/3.2.10.tar.bz2) = 760e6656426fde71cc48586c971390816f456d30f0b5d7d4ad5274d8d2cb0a6d
+SIZE (eigen/3.2.10.tar.bz2) = 1168527



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610050618.u956I9OK066578>