From owner-svn-ports-head@freebsd.org Wed Aug 15 20:48:58 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 EA9D410701BB; Wed, 15 Aug 2018 20:48:57 +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 9E0997AD77; Wed, 15 Aug 2018 20:48:57 +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 676207A41; Wed, 15 Aug 2018 20:48:57 +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 w7FKmvfh065524; Wed, 15 Aug 2018 20:48:57 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7FKmuni065520; Wed, 15 Aug 2018 20:48:56 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201808152048.w7FKmuni065520@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Wed, 15 Aug 2018 20:48:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477283 - in head/math: armadillo mlpack X-SVN-Group: ports-head X-SVN-Commit-Author: danilo X-SVN-Commit-Paths: in head/math: armadillo mlpack X-SVN-Commit-Revision: 477283 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.27 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: Wed, 15 Aug 2018 20:48:58 -0000 Author: danilo Date: Wed Aug 15 20:48:56 2018 New Revision: 477283 URL: https://svnweb.freebsd.org/changeset/ports/477283 Log: - Update to 9.100.4 Modified: head/math/armadillo/Makefile head/math/armadillo/distinfo head/math/armadillo/pkg-plist head/math/mlpack/Makefile Modified: head/math/armadillo/Makefile ============================================================================== --- head/math/armadillo/Makefile Wed Aug 15 20:15:29 2018 (r477282) +++ head/math/armadillo/Makefile Wed Aug 15 20:48:56 2018 (r477283) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= armadillo -PORTVERSION= 8.600.1 +PORTVERSION= 9.100.4 CATEGORIES= math MASTER_SITES= SF/arma Modified: head/math/armadillo/distinfo ============================================================================== --- head/math/armadillo/distinfo Wed Aug 15 20:15:29 2018 (r477282) +++ head/math/armadillo/distinfo Wed Aug 15 20:48:56 2018 (r477283) @@ -1,3 +1,3 @@ -TIMESTAMP = 1533915929 -SHA256 (armadillo-8.600.1.tar.xz) = b942d10bbd0b6a30f5bbe63cb7e8820f64227adcf3a2ba4bb1bc785526bb957b -SIZE (armadillo-8.600.1.tar.xz) = 4779468 +TIMESTAMP = 1534335831 +SHA256 (armadillo-9.100.4.tar.xz) = 0864a17e4abc014e7202574394a5222941831fed0d65a361edc655225d56fbdf +SIZE (armadillo-9.100.4.tar.xz) = 4784524 Modified: head/math/armadillo/pkg-plist ============================================================================== --- head/math/armadillo/pkg-plist Wed Aug 15 20:15:29 2018 (r477282) +++ head/math/armadillo/pkg-plist Wed Aug 15 20:48:56 2018 (r477283) @@ -521,6 +521,7 @@ include/armadillo_bits/subview_elem2_meat.hpp include/armadillo_bits/subview_field_bones.hpp include/armadillo_bits/subview_field_meat.hpp include/armadillo_bits/subview_meat.hpp +include/armadillo_bits/sympd_helper.hpp include/armadillo_bits/traits.hpp include/armadillo_bits/typedef_elem.hpp include/armadillo_bits/typedef_elem_check.hpp @@ -542,8 +543,8 @@ include/armadillo_bits/xtrans_mat_meat.hpp 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.600.1 +lib/libarmadillo.so.9 +lib/libarmadillo.so.9.100.4 libdata/pkgconfig/armadillo.pc share/Armadillo/CMake/ArmadilloConfig.cmake share/Armadillo/CMake/ArmadilloConfigVersion.cmake Modified: head/math/mlpack/Makefile ============================================================================== --- head/math/mlpack/Makefile Wed Aug 15 20:15:29 2018 (r477282) +++ head/math/mlpack/Makefile Wed Aug 15 20:48:56 2018 (r477283) @@ -2,7 +2,7 @@ PORTNAME= mlpack DISTVERSION= 3.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://mlpack.org/files/