From owner-svn-ports-head@FreeBSD.ORG Sun Nov 23 15:34:03 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2BDD66C0; Sun, 23 Nov 2014 15:34:03 +0000 (UTC) Received: from svn.freebsd.org (svn.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 00A101E9; Sun, 23 Nov 2014 15:34:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sANFY2Cu026153; Sun, 23 Nov 2014 15:34:02 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sANFY2Ij026151; Sun, 23 Nov 2014 15:34:02 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201411231534.sANFY2Ij026151@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Sun, 23 Nov 2014 15:34:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373160 - 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.18-1 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: Sun, 23 Nov 2014 15:34:03 -0000 Author: danilo Date: Sun Nov 23 15:34:01 2014 New Revision: 373160 URL: https://svnweb.freebsd.org/changeset/ports/373160 QAT: https://qat.redports.org/buildarchive/r373160/ Log: - Update from 4.500.1 to 4.550.0 Modified: head/math/armadillo/Makefile head/math/armadillo/distinfo head/math/armadillo/pkg-plist Modified: head/math/armadillo/Makefile ============================================================================== --- head/math/armadillo/Makefile Sun Nov 23 15:32:30 2014 (r373159) +++ head/math/armadillo/Makefile Sun Nov 23 15:34:01 2014 (r373160) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= armadillo -PORTVERSION= 4.500.1 +PORTVERSION= 4.550.0 CATEGORIES= math MASTER_SITES= SF/arma Modified: head/math/armadillo/distinfo ============================================================================== --- head/math/armadillo/distinfo Sun Nov 23 15:32:30 2014 (r373159) +++ head/math/armadillo/distinfo Sun Nov 23 15:34:01 2014 (r373160) @@ -1,2 +1,2 @@ -SHA256 (armadillo-4.500.1.tar.gz) = 850965e696963c3f89451ca8c10d2e55b97a02cf33169f06a7945538e4c897ab -SIZE (armadillo-4.500.1.tar.gz) = 5342046 +SHA256 (armadillo-4.550.0.tar.gz) = 54a03bfe7dbf5d7a7aa8ef6e4101b9c6def7c7eeb74fbce4fc5981e4371204e1 +SIZE (armadillo-4.550.0.tar.gz) = 5344515 Modified: head/math/armadillo/pkg-plist ============================================================================== --- head/math/armadillo/pkg-plist Sun Nov 23 15:32:30 2014 (r373159) +++ head/math/armadillo/pkg-plist Sun Nov 23 15:34:01 2014 (r373160) @@ -123,6 +123,7 @@ include/armadillo_bits/fn_eigs_gen.hpp include/armadillo_bits/fn_eigs_sym.hpp include/armadillo_bits/fn_elem.hpp include/armadillo_bits/fn_eps.hpp +include/armadillo_bits/fn_expmat.hpp include/armadillo_bits/fn_eye.hpp include/armadillo_bits/fn_fft.hpp include/armadillo_bits/fn_fft2.hpp @@ -268,6 +269,8 @@ include/armadillo_bits/op_dot_bones.hpp include/armadillo_bits/op_dot_meat.hpp include/armadillo_bits/op_dotext_bones.hpp include/armadillo_bits/op_dotext_meat.hpp +include/armadillo_bits/op_expmat_bones.hpp +include/armadillo_bits/op_expmat_meat.hpp include/armadillo_bits/op_fft_bones.hpp include/armadillo_bits/op_fft_meat.hpp include/armadillo_bits/op_find_bones.hpp @@ -404,7 +407,7 @@ include/armadillo_bits/xvec_htrans_bones include/armadillo_bits/xvec_htrans_meat.hpp lib/libarmadillo.so lib/libarmadillo.so.4 -lib/libarmadillo.so.4.500.1 +lib/libarmadillo.so.4.550.0 share/Armadillo/CMake/ArmadilloConfig.cmake share/Armadillo/CMake/ArmadilloConfigVersion.cmake share/Armadillo/CMake/ArmadilloLibraryDepends-release.cmake