From owner-svn-ports-head@freebsd.org Thu Feb 8 21:28:18 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 CFF8FF0650C; Thu, 8 Feb 2018 21:28:18 +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 83A827F097; Thu, 8 Feb 2018 21:28:18 +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 7EA471B957; Thu, 8 Feb 2018 21:28:18 +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 w18LSIsG068709; Thu, 8 Feb 2018 21:28:18 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w18LSI6L068707; Thu, 8 Feb 2018 21:28:18 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802082128.w18LSI6L068707@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 8 Feb 2018 21:28:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461270 - head/math/adept X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/adept X-SVN-Commit-Revision: 461270 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, 08 Feb 2018 21:28:19 -0000 Author: yuri Date: Thu Feb 8 21:28:18 2018 New Revision: 461270 URL: https://svnweb.freebsd.org/changeset/ports/461270 Log: math/adept: Update to 2.0.5 The chenge log wasn't published, but one major reason was the fix of SIMD instruction failures on some i386 FreeBSD architectures reported here: https://github.com/rjhogan/Adept-2/issues/7 Submitted by: myself Reported by: portscout Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14238 Modified: head/math/adept/Makefile head/math/adept/distinfo Modified: head/math/adept/Makefile ============================================================================== --- head/math/adept/Makefile Thu Feb 8 21:18:15 2018 (r461269) +++ head/math/adept/Makefile Thu Feb 8 21:28:18 2018 (r461270) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= adept -DISTVERSION= 2.0.4 +DISTVERSION= 2.0.5 CATEGORIES= math MASTER_SITES= http://www.met.reading.ac.uk/clouds/adept/ Modified: head/math/adept/distinfo ============================================================================== --- head/math/adept/distinfo Thu Feb 8 21:18:15 2018 (r461269) +++ head/math/adept/distinfo Thu Feb 8 21:28:18 2018 (r461270) @@ -1,3 +1,3 @@ -TIMESTAMP = 1515625544 -SHA256 (adept-2.0.4.tar.gz) = 5743b523c2cb7e9eaac602dc742c2d956ca437f9bb128bf574afffc2abf137fb -SIZE (adept-2.0.4.tar.gz) = 659085 +TIMESTAMP = 1517996394 +SHA256 (adept-2.0.5.tar.gz) = 6e5e4b29d3a983c97ae0d120c73bba2dded3cac4802e282b097c8bb2f52c43a3 +SIZE (adept-2.0.5.tar.gz) = 661754