From owner-svn-ports-all@freebsd.org Wed Feb 17 15:29:32 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B25FEAABC10; Wed, 17 Feb 2016 15:29:32 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7ED1A1826; Wed, 17 Feb 2016 15:29:32 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1HFTVSg066718; Wed, 17 Feb 2016 15:29:31 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1HFTVnY066716; Wed, 17 Feb 2016 15:29:31 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602171529.u1HFTVnY066716@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Wed, 17 Feb 2016 15:29:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409051 - head/math/eigen3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2016 15:29:32 -0000 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 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