From owner-svn-ports-head@freebsd.org Thu May 3 00:36:19 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 032AFFB8C71; Thu, 3 May 2018 00:36:19 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A3C9D6EC4E; Thu, 3 May 2018 00:36:18 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9A4C2184FF; Thu, 3 May 2018 00:36:18 +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 w430aIR6091557; Thu, 3 May 2018 00:36:18 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w430aIPw091554; Thu, 3 May 2018 00:36:18 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201805030036.w430aIPw091554@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Thu, 3 May 2018 00:36:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468900 - head/math/armadillo X-SVN-Group: ports-head X-SVN-Commit-Author: danilo X-SVN-Commit-Paths: head/math/armadillo X-SVN-Commit-Revision: 468900 X-SVN-Commit-Repository: ports 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.25 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: Thu, 03 May 2018 00:36:19 -0000 Author: danilo Date: Thu May 3 00:36:18 2018 New Revision: 468900 URL: https://svnweb.freebsd.org/changeset/ports/468900 Log: - Update to 8.500.0 Modified: head/math/armadillo/Makefile head/math/armadillo/distinfo head/math/armadillo/pkg-plist Modified: head/math/armadillo/Makefile ============================================================================== --- head/math/armadillo/Makefile Thu May 3 00:12:13 2018 (r468899) +++ head/math/armadillo/Makefile Thu May 3 00:36:18 2018 (r468900) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= armadillo -PORTVERSION= 8.400.0 -PORTREVISION= 2 +PORTVERSION= 8.500.0 CATEGORIES= math MASTER_SITES= SF/arma Modified: head/math/armadillo/distinfo ============================================================================== --- head/math/armadillo/distinfo Thu May 3 00:12:13 2018 (r468899) +++ head/math/armadillo/distinfo Thu May 3 00:36:18 2018 (r468900) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519057684 -SHA256 (armadillo-8.400.0.tar.xz) = 5cb6bc2f457a9d6a0758cfb15c418d48289909daccd79d0e428452029285dd9b -SIZE (armadillo-8.400.0.tar.xz) = 4596860 +TIMESTAMP = 1525286738 +SHA256 (armadillo-8.500.0.tar.xz) = f51c69f45cfbd4773c77ded333c8ff9cdd9a8e0d5a1c011b6a0333ab4b8cbbf1 +SIZE (armadillo-8.500.0.tar.xz) = 4604556 Modified: head/math/armadillo/pkg-plist ============================================================================== --- head/math/armadillo/pkg-plist Thu May 3 00:12:13 2018 (r468899) +++ head/math/armadillo/pkg-plist Thu May 3 00:36:18 2018 (r468900) @@ -184,9 +184,12 @@ include/armadillo_bits/fn_randu.hpp include/armadillo_bits/fn_range.hpp include/armadillo_bits/fn_rank.hpp include/armadillo_bits/fn_regspace.hpp +include/armadillo_bits/fn_repelem.hpp include/armadillo_bits/fn_repmat.hpp include/armadillo_bits/fn_reshape.hpp include/armadillo_bits/fn_resize.hpp +include/armadillo_bits/fn_reverse.hpp +include/armadillo_bits/fn_roots.hpp include/armadillo_bits/fn_schur.hpp include/armadillo_bits/fn_shift.hpp include/armadillo_bits/fn_shuffle.hpp @@ -394,12 +397,18 @@ include/armadillo_bits/op_range_bones.hpp include/armadillo_bits/op_range_meat.hpp include/armadillo_bits/op_relational_bones.hpp include/armadillo_bits/op_relational_meat.hpp +include/armadillo_bits/op_repelem_bones.hpp +include/armadillo_bits/op_repelem_meat.hpp include/armadillo_bits/op_repmat_bones.hpp include/armadillo_bits/op_repmat_meat.hpp include/armadillo_bits/op_reshape_bones.hpp 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_reverse_bones.hpp +include/armadillo_bits/op_reverse_meat.hpp +include/armadillo_bits/op_roots_bones.hpp +include/armadillo_bits/op_roots_meat.hpp include/armadillo_bits/op_shift_bones.hpp include/armadillo_bits/op_shift_meat.hpp include/armadillo_bits/op_shuffle_bones.hpp @@ -478,6 +487,12 @@ include/armadillo_bits/spop_min_bones.hpp include/armadillo_bits/spop_min_meat.hpp include/armadillo_bits/spop_misc_bones.hpp include/armadillo_bits/spop_misc_meat.hpp +include/armadillo_bits/spop_normalise_bones.hpp +include/armadillo_bits/spop_normalise_meat.hpp +include/armadillo_bits/spop_repmat_bones.hpp +include/armadillo_bits/spop_repmat_meat.hpp +include/armadillo_bits/spop_reverse_bones.hpp +include/armadillo_bits/spop_reverse_meat.hpp include/armadillo_bits/spop_strans_bones.hpp include/armadillo_bits/spop_strans_meat.hpp include/armadillo_bits/spop_sum_bones.hpp @@ -525,7 +540,7 @@ include/armadillo_bits/xvec_htrans_bones.hpp include/armadillo_bits/xvec_htrans_meat.hpp lib/libarmadillo.so lib/libarmadillo.so.8 -lib/libarmadillo.so.8.400.0 +lib/libarmadillo.so.8.500.0 libdata/pkgconfig/armadillo.pc share/Armadillo/CMake/ArmadilloConfig.cmake share/Armadillo/CMake/ArmadilloConfigVersion.cmake