From owner-svn-ports-all@freebsd.org Thu Jan 11 07:17:35 2018 Return-Path: Delivered-To: svn-ports-all@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 2AA57E73A9E; Thu, 11 Jan 2018 07:17:35 +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.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 05F9182CCF; Thu, 11 Jan 2018 07:17:35 +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 2EDCD11A89; Thu, 11 Jan 2018 07:17:34 +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 w0B7HYuS074238; Thu, 11 Jan 2018 07:17:34 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0B7HXcr074234; Thu, 11 Jan 2018 07:17:33 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201801110717.w0B7HXcr074234@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 11 Jan 2018 07:17:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458714 - head/math/adept X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/adept X-SVN-Commit-Revision: 458714 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jan 2018 07:17:35 -0000 Author: yuri Date: Thu Jan 11 07:17:33 2018 New Revision: 458714 URL: https://svnweb.freebsd.org/changeset/ports/458714 Log: math/adept: Update to 2.0.4 Submitted by: myself Reported by: portscout Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13846 Modified: head/math/adept/Makefile head/math/adept/distinfo head/math/adept/pkg-plist Modified: head/math/adept/Makefile ============================================================================== --- head/math/adept/Makefile Thu Jan 11 07:16:42 2018 (r458713) +++ head/math/adept/Makefile Thu Jan 11 07:17:33 2018 (r458714) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= adept -DISTVERSION= 2.0.3 -PORTREVISION= 1 +DISTVERSION= 2.0.4 CATEGORIES= math MASTER_SITES= http://www.met.reading.ac.uk/clouds/adept/ Modified: head/math/adept/distinfo ============================================================================== --- head/math/adept/distinfo Thu Jan 11 07:16:42 2018 (r458713) +++ head/math/adept/distinfo Thu Jan 11 07:17:33 2018 (r458714) @@ -1,3 +1,3 @@ -TIMESTAMP = 1514262452 -SHA256 (adept-2.0.3.tar.gz) = c1b9c2907774ec39d9f336ae38b226893c7e86e64410c85ea965c855111381c6 -SIZE (adept-2.0.3.tar.gz) = 652609 +TIMESTAMP = 1515625544 +SHA256 (adept-2.0.4.tar.gz) = 5743b523c2cb7e9eaac602dc742c2d956ca437f9bb128bf574afffc2abf137fb +SIZE (adept-2.0.4.tar.gz) = 659085 Modified: head/math/adept/pkg-plist ============================================================================== --- head/math/adept/pkg-plist Thu Jan 11 07:16:42 2018 (r458713) +++ head/math/adept/pkg-plist Thu Jan 11 07:17:33 2018 (r458714) @@ -37,6 +37,7 @@ include/adept/scalar_shortcuts.h include/adept/settings.h include/adept/solve.h include/adept/spread.h +include/adept/store_transpose.h include/adept/traits.h include/adept/vector_utilities.h include/adept/where.h