From owner-svn-ports-head@freebsd.org Fri Oct 2 18:56:52 2015 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 20B1BA0D3D3; Fri, 2 Oct 2015 18:56:52 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 1083F11F8; Fri, 2 Oct 2015 18:56:52 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t92IupcV047415; Fri, 2 Oct 2015 18:56:51 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t92Iupta047410; Fri, 2 Oct 2015 18:56:51 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201510021856.t92Iupta047410@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Fri, 2 Oct 2015 18:56:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398445 - 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, 02 Oct 2015 18:56:52 -0000 Author: danilo Date: Fri Oct 2 18:56:50 2015 New Revision: 398445 URL: https://svnweb.freebsd.org/changeset/ports/398445 Log: - Update to 6.100.0 Modified: head/math/armadillo/Makefile head/math/armadillo/distinfo head/math/armadillo/pkg-plist Modified: head/math/armadillo/Makefile ============================================================================== --- head/math/armadillo/Makefile Fri Oct 2 17:49:56 2015 (r398444) +++ head/math/armadillo/Makefile Fri Oct 2 18:56:50 2015 (r398445) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= armadillo -PORTVERSION= 5.600.2 +PORTVERSION= 6.100.0 CATEGORIES= math MASTER_SITES= SF/arma Modified: head/math/armadillo/distinfo ============================================================================== --- head/math/armadillo/distinfo Fri Oct 2 17:49:56 2015 (r398444) +++ head/math/armadillo/distinfo Fri Oct 2 18:56:50 2015 (r398445) @@ -1,2 +1,2 @@ -SHA256 (armadillo-5.600.2.tar.gz) = 3a4e16f07dddd16313128eb1cab8e2f257d7461bde4a1d277c85181dcd6d1eda -SIZE (armadillo-5.600.2.tar.gz) = 5447327 +SHA256 (armadillo-6.100.0.tar.gz) = 8ba581e5786ba04edefa4628574f6a68eec0f47ca15683ccd0a6354fc2381cc9 +SIZE (armadillo-6.100.0.tar.gz) = 5448303 Modified: head/math/armadillo/pkg-plist ============================================================================== --- head/math/armadillo/pkg-plist Fri Oct 2 17:49:56 2015 (r398444) +++ head/math/armadillo/pkg-plist Fri Oct 2 18:56:50 2015 (r398445) @@ -52,6 +52,7 @@ 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 include/armadillo_bits/arma_ostream_bones.hpp include/armadillo_bits/arma_ostream_meat.hpp include/armadillo_bits/arma_rng.hpp @@ -150,7 +151,6 @@ include/armadillo_bits/fn_misc.hpp include/armadillo_bits/fn_n_unique.hpp include/armadillo_bits/fn_nonzeros.hpp include/armadillo_bits/fn_norm.hpp -include/armadillo_bits/fn_norm_sparse.hpp include/armadillo_bits/fn_normalise.hpp include/armadillo_bits/fn_numel.hpp include/armadillo_bits/fn_ones.hpp @@ -167,6 +167,7 @@ include/armadillo_bits/fn_rank.hpp include/armadillo_bits/fn_repmat.hpp include/armadillo_bits/fn_reshape.hpp include/armadillo_bits/fn_resize.hpp +include/armadillo_bits/fn_schur.hpp include/armadillo_bits/fn_shuffle.hpp include/armadillo_bits/fn_size.hpp include/armadillo_bits/fn_solve.hpp @@ -195,7 +196,6 @@ include/armadillo_bits/fn_unique.hpp include/armadillo_bits/fn_var.hpp include/armadillo_bits/fn_vectorise.hpp include/armadillo_bits/fn_zeros.hpp -include/armadillo_bits/forward_bones.hpp include/armadillo_bits/glue_conv_bones.hpp include/armadillo_bits/glue_conv_meat.hpp include/armadillo_bits/glue_cor_bones.hpp @@ -311,6 +311,8 @@ include/armadillo_bits/op_misc_bones.hpp include/armadillo_bits/op_misc_meat.hpp include/armadillo_bits/op_nonzeros_bones.hpp include/armadillo_bits/op_nonzeros_meat.hpp +include/armadillo_bits/op_norm_bones.hpp +include/armadillo_bits/op_norm_meat.hpp include/armadillo_bits/op_normalise_bones.hpp include/armadillo_bits/op_normalise_meat.hpp include/armadillo_bits/op_pinv_bones.hpp @@ -434,8 +436,8 @@ include/armadillo_bits/xtrans_mat_meat.h include/armadillo_bits/xvec_htrans_bones.hpp include/armadillo_bits/xvec_htrans_meat.hpp lib/libarmadillo.so -lib/libarmadillo.so.5 -lib/libarmadillo.so.5.600.2 +lib/libarmadillo.so.6 +lib/libarmadillo.so.6.100.0 share/Armadillo/CMake/ArmadilloConfig.cmake share/Armadillo/CMake/ArmadilloConfigVersion.cmake share/Armadillo/CMake/ArmadilloLibraryDepends-release.cmake