From owner-svn-ports-head@FreeBSD.ORG Sat Aug 25 02:59:25 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EA9671065670; Sat, 25 Aug 2012 02:59:25 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id BC3DA8FC18; Sat, 25 Aug 2012 02:59:25 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q7P2xPJ5058909; Sat, 25 Aug 2012 02:59:25 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7P2xPYA058905; Sat, 25 Aug 2012 02:59:25 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201208250259.q7P2xPYA058905@svn.freebsd.org> From: Raphael Kubo da Costa Date: Sat, 25 Aug 2012 02:59:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303111 - head/math/eigen3 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2012 02:59:26 -0000 Author: rakuco Date: Sat Aug 25 02:59:25 2012 New Revision: 303111 URL: http://svn.freebsd.org/changeset/ports/303111 Log: Update to 3.1.1. - LICENSE has changed to MPL, but there are still a few features that are licensed LGPL21. Submitted by: Jason E. Hale via area51 r8558 Modified: head/math/eigen3/Makefile head/math/eigen3/distinfo head/math/eigen3/pkg-plist Modified: head/math/eigen3/Makefile ============================================================================== --- head/math/eigen3/Makefile Sat Aug 25 01:38:34 2012 (r303110) +++ head/math/eigen3/Makefile Sat Aug 25 02:59:25 2012 (r303111) @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= eigen -PORTVERSION= 3.1.0 +PORTVERSION= 3.1.1 CATEGORIES= math MASTER_SITES= https://bitbucket.org/${PORTNAME}/${PORTNAME}/get/ DISTNAME= ${PORTVERSION} @@ -14,8 +14,8 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= kde@FreeBSD.org COMMENT= Lightweight library for vector and matrix math -LICENSE= LGPL3 GPLv2 -LICENSE_COMB= dual +LICENSE= LGPL21 MPL +LICENSE_COMB= multi USE_BZIP2= yes USE_CMAKE= yes @@ -25,6 +25,6 @@ NO_BUILD= yes LATEST_LINK= ${PORTNAME}3 -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-ca142d0540d3 +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-43d9075b23ef .include Modified: head/math/eigen3/distinfo ============================================================================== --- head/math/eigen3/distinfo Sat Aug 25 01:38:34 2012 (r303110) +++ head/math/eigen3/distinfo Sat Aug 25 02:59:25 2012 (r303111) @@ -1,2 +1,2 @@ -SHA256 (eigen/3.1.0.tar.bz2) = 3c64a6792a55d8ee672ce45d5a1d1de1ffc50daaf6e8a3677bf8580ad99f036c -SIZE (eigen/3.1.0.tar.bz2) = 1023451 +SHA256 (eigen/3.1.1.tar.bz2) = 531a97c3d96d151c72951e6f295b5e5f3f68f668fd04c9b1a0d84187547121ab +SIZE (eigen/3.1.1.tar.bz2) = 1049447 Modified: head/math/eigen3/pkg-plist ============================================================================== --- head/math/eigen3/pkg-plist Sat Aug 25 01:38:34 2012 (r303110) +++ head/math/eigen3/pkg-plist Sat Aug 25 02:59:25 2012 (r303111) @@ -127,6 +127,7 @@ include/eigen3/Eigen/src/Core/util/MKL_s include/eigen3/Eigen/src/Core/util/Macros.h include/eigen3/Eigen/src/Core/util/Memory.h include/eigen3/Eigen/src/Core/util/Meta.h +include/eigen3/Eigen/src/Core/util/NonMPL2.h include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h include/eigen3/Eigen/src/Core/util/StaticAssert.h include/eigen3/Eigen/src/Core/util/XprHelper.h