svn commit: r366688 - head/math/eigen3

Raphael Kubo da Costa rakuco at FreeBSD.org
Sat Aug 30 22:28:10 UTC 2014


Author: rakuco
Date: Sat Aug 30 22:28:09 2014
New Revision: 366688
URL: http://svnweb.freebsd.org/changeset/ports/366688
QAT: https://qat.redports.org/buildarchive/r366688/

Log:
  Update to 3.2.2.
  
  Changes: http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.2.2
  
  PR:		193104
  Submitted by:	pfg@

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

Modified: head/math/eigen3/Makefile
==============================================================================
--- head/math/eigen3/Makefile	Sat Aug 30 22:19:55 2014	(r366687)
+++ head/math/eigen3/Makefile	Sat Aug 30 22:28:09 2014	(r366688)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	eigen
-PORTVERSION=	3.2.1
+PORTVERSION=	3.2.2
 CATEGORIES=	math
 MASTER_SITES=	https://bitbucket.org/${PORTNAME}/${PORTNAME}/get/
 DISTNAME=	${PORTVERSION}
@@ -17,6 +17,6 @@ USES=		cmake:outsource tar:bzip2
 CMAKE_ENV+=	PKG_CONFIG_LIBDIR="${LOCALBASE}/libdata"
 NO_BUILD=	yes
 
-WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTNAME}-6b38706d90a9
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTNAME}-1306d75b4a21
 
 .include <bsd.port.mk>

Modified: head/math/eigen3/distinfo
==============================================================================
--- head/math/eigen3/distinfo	Sat Aug 30 22:19:55 2014	(r366687)
+++ head/math/eigen3/distinfo	Sat Aug 30 22:28:09 2014	(r366688)
@@ -1,2 +1,2 @@
-SHA256 (eigen/3.2.1.tar.bz2) = 66e6f2ede78d0ef650ae95aa570f548c095690b011000f9163c32618736c928a
-SIZE (eigen/3.2.1.tar.bz2) = 1138080
+SHA256 (eigen/3.2.2.tar.bz2) = 929326dcf23a5b9125f898858f2b2b8e4685173c9a5963f86e593791abb621b1
+SIZE (eigen/3.2.2.tar.bz2) = 1142184


More information about the svn-ports-head mailing list