Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Feb 2018 21:28:18 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r461270 - head/math/adept
Message-ID:  <201802082128.w18LSI6L068707@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802082128.w18LSI6L068707>