From owner-svn-ports-head@freebsd.org Fri Jan 29 23:41:25 2016 Return-Path: Delivered-To: svn-ports-head@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 578C9A72FF1; Fri, 29 Jan 2016 23:41:25 +0000 (UTC) (envelope-from danilo@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 152981DDB; Fri, 29 Jan 2016 23:41:25 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0TNfOlE087906; Fri, 29 Jan 2016 23:41:24 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0TNfNC8087903; Fri, 29 Jan 2016 23:41:23 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201601292341.u0TNfNC8087903@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Fri, 29 Jan 2016 23:41:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407503 - head/math/armadillo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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: Fri, 29 Jan 2016 23:41:25 -0000 Author: danilo Date: Fri Jan 29 23:41:23 2016 New Revision: 407503 URL: https://svnweb.freebsd.org/changeset/ports/407503 Log: - Update to 6.500.4 Modified: head/math/armadillo/Makefile head/math/armadillo/distinfo head/math/armadillo/pkg-plist Modified: head/math/armadillo/Makefile ============================================================================== --- head/math/armadillo/Makefile Fri Jan 29 23:25:33 2016 (r407502) +++ head/math/armadillo/Makefile Fri Jan 29 23:41:23 2016 (r407503) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= armadillo -PORTVERSION= 6.400.3 +PORTVERSION= 6.500.4 CATEGORIES= math MASTER_SITES= SF/arma Modified: head/math/armadillo/distinfo ============================================================================== --- head/math/armadillo/distinfo Fri Jan 29 23:25:33 2016 (r407502) +++ head/math/armadillo/distinfo Fri Jan 29 23:41:23 2016 (r407503) @@ -1,2 +1,2 @@ -SHA256 (armadillo-6.400.3.tar.gz) = 019ce442a1bcad4c5da0bc01ee35333c9a0783ec6a58237ae1e774da68cd4f2f -SIZE (armadillo-6.400.3.tar.gz) = 5453832 +SHA256 (armadillo-6.500.4.tar.gz) = 813de85fa61ba5077ed871d801ba7070d369e7e9742002e4c11474c75ff6d1c6 +SIZE (armadillo-6.500.4.tar.gz) = 5455985 Modified: head/math/armadillo/pkg-plist ============================================================================== --- head/math/armadillo/pkg-plist Fri Jan 29 23:25:33 2016 (r407502) +++ head/math/armadillo/pkg-plist Fri Jan 29 23:41:23 2016 (r407503) @@ -49,7 +49,6 @@ include/armadillo_bits/SpSubview_meat.hp include/armadillo_bits/SpValProxy_bones.hpp include/armadillo_bits/SpValProxy_meat.hpp include/armadillo_bits/access.hpp -include/armadillo_bits/arma_boost.hpp include/armadillo_bits/arma_cmath.hpp include/armadillo_bits/arma_config.hpp include/armadillo_bits/arma_forward.hpp @@ -59,6 +58,7 @@ include/armadillo_bits/arma_rng.hpp include/armadillo_bits/arma_rng_cxx11.hpp include/armadillo_bits/arma_rng_cxx98.hpp include/armadillo_bits/arma_static_check.hpp +include/armadillo_bits/arma_str.hpp include/armadillo_bits/arma_version.hpp include/armadillo_bits/arrayops_bones.hpp include/armadillo_bits/arrayops_meat.hpp @@ -140,6 +140,7 @@ include/armadillo_bits/fn_inplace_trans. include/armadillo_bits/fn_interp1.hpp include/armadillo_bits/fn_inv.hpp include/armadillo_bits/fn_join.hpp +include/armadillo_bits/fn_kmeans.hpp include/armadillo_bits/fn_kron.hpp include/armadillo_bits/fn_log_det.hpp include/armadillo_bits/fn_lu.hpp @@ -439,7 +440,7 @@ include/armadillo_bits/xvec_htrans_bones include/armadillo_bits/xvec_htrans_meat.hpp lib/libarmadillo.so lib/libarmadillo.so.6 -lib/libarmadillo.so.6.400.3 +lib/libarmadillo.so.6.500.4 share/Armadillo/CMake/ArmadilloConfig.cmake share/Armadillo/CMake/ArmadilloConfigVersion.cmake share/Armadillo/CMake/ArmadilloLibraryDepends-release.cmake