Bug 176638 - [MAINTAINER-UPDATE][PATCH] please update math/openblas to 0.2.6
Summary: [MAINTAINER-UPDATE][PATCH] please update math/openblas to 0.2.6
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-04 13:40 UTC by Eijiro Shibusawa
Modified: 2013-03-04 19:20 UTC (History)
0 users

See Also:


Attachments
file.diff (1.72 KB, patch)
2013-03-04 13:40 UTC, Eijiro Shibusawa
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eijiro Shibusawa 2013-03-04 13:40:01 UTC
Attached patch includes following modification:
- update to 0.2.6.

NOTE:
- This port was tested with portlint 2.14.1 and tinderbox.

Fix: Patch attached with submission follows:
Comment 1 Pawel Pekala freebsd_committer freebsd_triage 2013-03-04 18:27:38 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-03-04 19:16:45 UTC
Author: pawel
Date: Mon Mar  4 19:16:36 2013
New Revision: 313419
URL: http://svnweb.freebsd.org/changeset/ports/313419

Log:
  Update to version 0.2.6
  
  PR:		ports/176638
  Submitted by:	Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> (maintainer)

Modified:
  head/math/openblas/Makefile   (contents, props changed)
  head/math/openblas/distinfo   (contents, props changed)

Modified: head/math/openblas/Makefile
==============================================================================
--- head/math/openblas/Makefile	Mon Mar  4 18:17:28 2013	(r313418)
+++ head/math/openblas/Makefile	Mon Mar  4 19:16:36 2013	(r313419)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	openblas
-PORTVERSION=	0.2.5
+PORTVERSION=	0.2.6
 CATEGORIES=	math
 MASTER_SITES=	https://github.com/${GH_USER}/${GH_PORTNAME}/tarball/${GH_VERSION}/ \
 		NL:lapack,lapack_tmg
@@ -21,7 +21,7 @@ DIST_SUBDIR=	openblas
 FETCH_ARGS=	-pRr
 GH_USER=	xianyi
 GH_PORTNAME=	OpenBLAS
-GH_REVISION=	e01b3d4
+GH_REVISION=	54e7b37
 GH_VERSION=	v${PORTVERSION}
 LAPACKVER=	3.4.2
 LAPACK_SRCFILE=	lapack-${LAPACKVER}.tgz
@@ -39,7 +39,7 @@ OPENBLAS_FILES=	${OPENBLAS_LIBS:S|$|.so|
 PLIST_FILES=	${OPENBLAS_FILES:S|^|lib/|}
 
 MAKE_JOBS_SAFE=	yes
-WRKSRC=		${WRKDIR}/${GH_USER}-${GH_PORTNAME}-93dd133
+WRKSRC=		${WRKDIR}/${GH_USER}-${GH_PORTNAME}-87b4d0c
 
 OPTIONS_DEFINE=		DYNAMIC_ARCH INTERFACE64 OPENMP AVX
 

Modified: head/math/openblas/distinfo
==============================================================================
--- head/math/openblas/distinfo	Mon Mar  4 18:17:28 2013	(r313418)
+++ head/math/openblas/distinfo	Mon Mar  4 19:16:36 2013	(r313419)
@@ -1,5 +1,5 @@
-SHA256 (openblas/xianyi-OpenBLAS-v0.2.5-0-ge01b3d4.tar.gz) = e5f097adc09d3384242e387ee39cc7710451e667273b4cb37c13f275e1da8650
-SIZE (openblas/xianyi-OpenBLAS-v0.2.5-0-ge01b3d4.tar.gz) = 3252581
+SHA256 (openblas/xianyi-OpenBLAS-v0.2.6-0-g54e7b37.tar.gz) = f14fed709343a40d32bdfe2c1a0b2e874ef7514661930a20afe8e7e2436b4440
+SIZE (openblas/xianyi-OpenBLAS-v0.2.6-0-g54e7b37.tar.gz) = 3259286
 SHA256 (openblas/lapack-3.4.2.tgz) = 60a65daaf16ec315034675942618a2230521ea7adf85eea788ee54841072faf0
 SIZE (openblas/lapack-3.4.2.tgz) = 6168281
 SHA256 (openblas/large.tgz) = f328d88b7fa97722f271d7d0cfea1c220e0f8e5ed5ff01d8ef1eb51d6f4243a1
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Pawel Pekala freebsd_committer freebsd_triage 2013-03-04 19:16:52 UTC
State Changed
From-To: open->closed

Committed. Thanks!