svn commit: r409051 - head/math/eigen3

Raphael Kubo da Costa rakuco at FreeBSD.org
Wed Feb 17 15:29:32 UTC 2016


Author: rakuco
Date: Wed Feb 17 15:29:31 2016
New Revision: 409051
URL: https://svnweb.freebsd.org/changeset/ports/409051

Log:
  Update to 3.2.8.
  
  Changes: http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.2.8

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

Modified: head/math/eigen3/Makefile
==============================================================================
--- head/math/eigen3/Makefile	Wed Feb 17 15:10:49 2016	(r409050)
+++ head/math/eigen3/Makefile	Wed Feb 17 15:29:31 2016	(r409051)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	eigen
-PORTVERSION=	3.2.7
+PORTVERSION=	3.2.8
 CATEGORIES=	math
 MASTER_SITES=	https://bitbucket.org/${PORTNAME}/${PORTNAME}/get/
 DISTNAME=	${PORTVERSION}
@@ -13,10 +13,10 @@ COMMENT=	Lightweight library for vector 
 LICENSE=	LGPL21 MPL
 LICENSE_COMB=	multi
 
+CMAKE_ARGS=	-DPKGCONFIG_INSTALL_DIR:PATH="${PREFIX}/libdata/pkgconfig"
 USES=		cmake:outsource tar:bzip2
-CONFIGURE_ENV+=	PKG_CONFIG_LIBDIR="${PREFIX}/libdata"
 NO_BUILD=	yes
 
-WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTNAME}-b30b87236a1b
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTNAME}-07105f7124f9
 
 .include <bsd.port.mk>

Modified: head/math/eigen3/distinfo
==============================================================================
--- head/math/eigen3/distinfo	Wed Feb 17 15:10:49 2016	(r409050)
+++ head/math/eigen3/distinfo	Wed Feb 17 15:29:31 2016	(r409051)
@@ -1,2 +1,2 @@
-SHA256 (eigen/3.2.7.tar.bz2) = e58e1a11b23cf2754e32b3c5990f318a8461a3613c7acbf6035870daa45c2f3e
-SIZE (eigen/3.2.7.tar.bz2) = 1155162
+SHA256 (eigen/3.2.8.tar.bz2) = 722a63d672b70f39c271c5e2a4a43ba14d12015674331790414fcb167c357e55
+SIZE (eigen/3.2.8.tar.bz2) = 1161201


More information about the svn-ports-all mailing list