svn commit: r368773 - in head/math/openblas: . files

Pawel Pekala pawel at FreeBSD.org
Sun Sep 21 15:36:58 UTC 2014


Author: pawel
Date: Sun Sep 21 15:36:56 2014
New Revision: 368773
URL: http://svnweb.freebsd.org/changeset/ports/368773
QAT: https://qat.redports.org/buildarchive/r368773/

Log:
  Update to version 0.2.11
  
  PR:		ports/193309
  Submitted by:	maintainer

Modified:
  head/math/openblas/Makefile
  head/math/openblas/distinfo
  head/math/openblas/files/patch-f_check

Modified: head/math/openblas/Makefile
==============================================================================
--- head/math/openblas/Makefile	Sun Sep 21 15:36:25 2014	(r368772)
+++ head/math/openblas/Makefile	Sun Sep 21 15:36:56 2014	(r368773)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	openblas
-PORTVERSION=	0.2.9
-PORTREVISION=	1
+PORTVERSION=	0.2.11
 CATEGORIES=	math
 MASTER_SITES=	https://codeload.github.com/${GH_ACCOUNT}/${GH_PROJECT}/legacy.tar.gz/${GH_TAGNAME}?dummy=/:${PORTNAME} \
 		NL:lapack_tmg
@@ -20,7 +19,7 @@ DIST_SUBDIR=	openblas
 GH_ACCOUNT=	xianyi
 GH_PROJECT=	OpenBLAS
 GH_TAGNAME=	${GH_COMMIT}
-GH_COMMIT=	f773f49
+GH_COMMIT=	ea8d4e3
 LARGE_FILE=	large.tgz
 TIMING_FILE=	timing.tgz
 

Modified: head/math/openblas/distinfo
==============================================================================
--- head/math/openblas/distinfo	Sun Sep 21 15:36:25 2014	(r368772)
+++ head/math/openblas/distinfo	Sun Sep 21 15:36:56 2014	(r368773)
@@ -1,5 +1,5 @@
-SHA256 (openblas/openblas-0.2.9.tar.gz) = 7efe27276fa796519af1568a7db0c28bb614de9b7d63d40bf50e49402fc27231
-SIZE (openblas/openblas-0.2.9.tar.gz) = 9705651
+SHA256 (openblas/openblas-0.2.11.tar.gz) = babe5898c05da8a95249c1b038f7fbe14a95e35fee75358d649009f93ef444ed
+SIZE (openblas/openblas-0.2.11.tar.gz) = 9765198
 SHA256 (openblas/large.tgz) = f328d88b7fa97722f271d7d0cfea1c220e0f8e5ed5ff01d8ef1eb51d6f4243a1
 SIZE (openblas/large.tgz) = 2595
 SHA256 (openblas/timing.tgz) = 999c65f8ea8bd4eac7f1c7f3463d4946917afd20a997807300fe35d70122f3af

Modified: head/math/openblas/files/patch-f_check
==============================================================================
--- head/math/openblas/files/patch-f_check	Sun Sep 21 15:36:25 2014	(r368772)
+++ head/math/openblas/files/patch-f_check	Sun Sep 21 15:36:56 2014	(r368773)
@@ -1,6 +1,6 @@
---- f_check.orig	2012-02-05 16:41:59.000000000 +0900
-+++ f_check	2012-02-05 16:42:41.000000000 +0900
-@@ -240,7 +240,7 @@
+--- f_check.orig	2014-08-18 12:16:14.000000000 +0900
++++ f_check	2014-09-03 23:08:18.000000000 +0900
+@@ -259,7 +259,7 @@
  
      foreach $flags (@flags) {
  	if (
@@ -9,12 +9,12 @@
  	    && ($flags !~ /^-LIST:/)
  	    && ($flags !~ /^-LANG:/)
  	    ) {
-@@ -263,7 +263,7 @@
+@@ -290,7 +290,7 @@
  	}
- 	
+ 
  	if (
--	    ($flags =~ /^\-l/) 
-+	    ($flags =~ /^\-l\S/) 
+-	    ($flags =~ /^\-l/)
++	    ($flags =~ /^\-l\S/)
  	    && ($flags !~ /gfortranbegin/)
  	    && ($flags !~ /frtbegin/)
  	    && ($flags !~ /pathfstart/)


More information about the svn-ports-head mailing list