From owner-svn-ports-head@freebsd.org Tue Dec 31 02:16:09 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2E8271F06C4; Tue, 31 Dec 2019 02:16:09 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47myZx0VHbz3GN7; Tue, 31 Dec 2019 02:16:09 +0000 (UTC) (envelope-from yuri@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 0C537B3D4; Tue, 31 Dec 2019 02:16:09 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xBV2G8KA051189; Tue, 31 Dec 2019 02:16:08 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBV2G8Ep051187; Tue, 31 Dec 2019 02:16:08 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201912310216.xBV2G8Ep051187@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 31 Dec 2019 02:16:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r521581 - head/math/ensmallen X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/ensmallen X-SVN-Commit-Revision: 521581 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.29 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, 31 Dec 2019 02:16:09 -0000 Author: yuri Date: Tue Dec 31 02:16:08 2019 New Revision: 521581 URL: https://svnweb.freebsd.org/changeset/ports/521581 Log: math/ensmallen: Update 2.10.5 -> 2.11.1 Reported by: portscout Modified: head/math/ensmallen/Makefile head/math/ensmallen/distinfo head/math/ensmallen/pkg-plist Modified: head/math/ensmallen/Makefile ============================================================================== --- head/math/ensmallen/Makefile Tue Dec 31 01:49:38 2019 (r521580) +++ head/math/ensmallen/Makefile Tue Dec 31 02:16:08 2019 (r521581) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ensmallen -DISTVERSION= 2.10.5 +DISTVERSION= 2.11.1 CATEGORIES= math MASTER_SITES= https://ensmallen.org/files/ Modified: head/math/ensmallen/distinfo ============================================================================== --- head/math/ensmallen/distinfo Tue Dec 31 01:49:38 2019 (r521580) +++ head/math/ensmallen/distinfo Tue Dec 31 02:16:08 2019 (r521581) @@ -1,3 +1,3 @@ -TIMESTAMP = 1576305907 -SHA256 (ensmallen-2.10.5.tar.gz) = fa45e8f65c93d20fec3bbafbb87c66d2762942b00395159846f62e9c35ff7168 -SIZE (ensmallen-2.10.5.tar.gz) = 1237745 +TIMESTAMP = 1577757002 +SHA256 (ensmallen-2.11.1.tar.gz) = c1343f4a61817a396866e497912cc3cd918600c4778869ce8a4f46a5474b980b +SIZE (ensmallen-2.11.1.tar.gz) = 1245826 Modified: head/math/ensmallen/pkg-plist ============================================================================== --- head/math/ensmallen/pkg-plist Tue Dec 31 01:49:38 2019 (r521580) +++ head/math/ensmallen/pkg-plist Tue Dec 31 02:16:08 2019 (r521581) @@ -1,4 +1,10 @@ include/ensmallen.hpp +include/ensmallen_bits/ada_bound/ada_bound.hpp +include/ensmallen_bits/ada_bound/ada_bound_impl.hpp +include/ensmallen_bits/ada_bound/ada_bound_update.hpp +include/ensmallen_bits/ada_bound/ams_bound_update.hpp +include/ensmallen_bits/lookahead/lookahead.hpp +include/ensmallen_bits/lookahead/lookahead_impl.hpp include/ensmallen_bits/ada_delta/ada_delta.hpp include/ensmallen_bits/ada_delta/ada_delta_impl.hpp include/ensmallen_bits/ada_delta/ada_delta_update.hpp