From owner-svn-ports-head@freebsd.org Tue Mar 15 20:44:13 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 D3110AD2F15; Tue, 15 Mar 2016 20:44:13 +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 AAAB91A1C; Tue, 15 Mar 2016 20:44:13 +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 u2FKiC60073593; Tue, 15 Mar 2016 20:44:12 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2FKiCwk073590; Tue, 15 Mar 2016 20:44:12 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201603152044.u2FKiCwk073590@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Tue, 15 Mar 2016 20:44:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411204 - 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.21 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: Tue, 15 Mar 2016 20:44:13 -0000 Author: danilo Date: Tue Mar 15 20:44:12 2016 New Revision: 411204 URL: https://svnweb.freebsd.org/changeset/ports/411204 Log: - Update to 6.600.4 Modified: head/math/armadillo/Makefile head/math/armadillo/distinfo head/math/armadillo/pkg-plist Modified: head/math/armadillo/Makefile ============================================================================== --- head/math/armadillo/Makefile Tue Mar 15 20:00:44 2016 (r411203) +++ head/math/armadillo/Makefile Tue Mar 15 20:44:12 2016 (r411204) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= armadillo -PORTVERSION= 6.500.5 +PORTVERSION= 6.600.4 CATEGORIES= math MASTER_SITES= SF/arma Modified: head/math/armadillo/distinfo ============================================================================== --- head/math/armadillo/distinfo Tue Mar 15 20:00:44 2016 (r411203) +++ head/math/armadillo/distinfo Tue Mar 15 20:44:12 2016 (r411204) @@ -1,2 +1,2 @@ -SHA256 (armadillo-6.500.5.tar.gz) = eb1ffbcd779d3f158b541211ca1ed5111a0b9dd11157778978bb64e48067e5ee -SIZE (armadillo-6.500.5.tar.gz) = 5455963 +SHA256 (armadillo-6.600.4.tar.gz) = b48f1b24f6bbb48fef08bf47878e1b5270815cc424415ae817bc6744d854f7d2 +SIZE (armadillo-6.600.4.tar.gz) = 5461169 Modified: head/math/armadillo/pkg-plist ============================================================================== --- head/math/armadillo/pkg-plist Tue Mar 15 20:00:44 2016 (r411203) +++ head/math/armadillo/pkg-plist Tue Mar 15 20:44:12 2016 (r411204) @@ -70,7 +70,7 @@ include/armadillo_bits/cond_rel_bones.hp include/armadillo_bits/cond_rel_meat.hpp include/armadillo_bits/config.hpp include/armadillo_bits/constants.hpp -include/armadillo_bits/constants_compat.hpp +include/armadillo_bits/constants_old.hpp include/armadillo_bits/debug.hpp include/armadillo_bits/def_arpack.hpp include/armadillo_bits/def_atlas.hpp @@ -169,6 +169,7 @@ 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_shift.hpp include/armadillo_bits/fn_shuffle.hpp include/armadillo_bits/fn_size.hpp include/armadillo_bits/fn_solve.hpp @@ -179,6 +180,7 @@ include/armadillo_bits/fn_spones.hpp include/armadillo_bits/fn_sprandn.hpp include/armadillo_bits/fn_sprandu.hpp include/armadillo_bits/fn_spsolve.hpp +include/armadillo_bits/fn_sqrtmat.hpp include/armadillo_bits/fn_stddev.hpp include/armadillo_bits/fn_strans.hpp include/armadillo_bits/fn_sum.hpp @@ -327,12 +329,16 @@ include/armadillo_bits/op_reshape_bones. include/armadillo_bits/op_reshape_meat.hpp include/armadillo_bits/op_resize_bones.hpp include/armadillo_bits/op_resize_meat.hpp +include/armadillo_bits/op_shift_bones.hpp +include/armadillo_bits/op_shift_meat.hpp include/armadillo_bits/op_shuffle_bones.hpp include/armadillo_bits/op_shuffle_meat.hpp include/armadillo_bits/op_sort_bones.hpp include/armadillo_bits/op_sort_index_bones.hpp include/armadillo_bits/op_sort_index_meat.hpp include/armadillo_bits/op_sort_meat.hpp +include/armadillo_bits/op_sqrtmat_bones.hpp +include/armadillo_bits/op_sqrtmat_meat.hpp include/armadillo_bits/op_stddev_bones.hpp include/armadillo_bits/op_stddev_meat.hpp include/armadillo_bits/op_strans_bones.hpp @@ -440,7 +446,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.500.5 +lib/libarmadillo.so.6.600.4 share/Armadillo/CMake/ArmadilloConfig.cmake share/Armadillo/CMake/ArmadilloConfigVersion.cmake share/Armadillo/CMake/ArmadilloLibraryDepends-release.cmake