svn commit: r346777 - head/math/eigen3
Raphael Kubo da Costa
rakuco at FreeBSD.org
Sun Mar 2 15:46:10 UTC 2014
Author: rakuco
Date: Sun Mar 2 15:46:10 2014
New Revision: 346777
URL: http://svnweb.freebsd.org/changeset/ports/346777
QAT: https://qat.redports.org/buildarchive/r346777/
Log:
Update to 3.2.1.
This is a maintenance release that fixes some bugs present in 3.2.0.
Full ChangeLog: http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.2.1
Modified:
head/math/eigen3/Makefile
head/math/eigen3/distinfo
Modified: head/math/eigen3/Makefile
==============================================================================
--- head/math/eigen3/Makefile Sun Mar 2 15:38:46 2014 (r346776)
+++ head/math/eigen3/Makefile Sun Mar 2 15:46:10 2014 (r346777)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= eigen
-PORTVERSION= 3.2.0
+PORTVERSION= 3.2.1
CATEGORIES= math
MASTER_SITES= https://bitbucket.org/${PORTNAME}/${PORTNAME}/get/
DISTNAME= ${PORTVERSION}
@@ -18,6 +18,6 @@ USES= cmake:outsource
CMAKE_ENV+= PKG_CONFIG_LIBDIR="${LOCALBASE}/libdata"
NO_BUILD= yes
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-ffa86ffb5570
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-6b38706d90a9
.include <bsd.port.mk>
Modified: head/math/eigen3/distinfo
==============================================================================
--- head/math/eigen3/distinfo Sun Mar 2 15:38:46 2014 (r346776)
+++ head/math/eigen3/distinfo Sun Mar 2 15:46:10 2014 (r346777)
@@ -1,2 +1,2 @@
-SHA256 (eigen/3.2.0.tar.bz2) = 011f78960d939227f9276173d0c4cc0053bb9e0a7356539a9a6c7c89d984fab6
-SIZE (eigen/3.2.0.tar.bz2) = 1135851
+SHA256 (eigen/3.2.1.tar.bz2) = 66e6f2ede78d0ef650ae95aa570f548c095690b011000f9163c32618736c928a
+SIZE (eigen/3.2.1.tar.bz2) = 1138080
More information about the svn-ports-head
mailing list